
html, body {
      margin: 0px auto;
      padding: 0px;
      text-align: center;
      /*font-size: 11px;*/
      font-family: arial, helvetica, "sans serif";
	  height: 100%;
      }
.limpia{
	clear: both;
	}	
	h1
	{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 0px 8px;
	vertical-align: middle;
			}  
	h2
	{
	font-size: 15px;
	font-weight: bold;
	color: #9B9C9D;
	margin: 10px 0px 0px 0px;
	letter-spacing: -1px;
	line-height: 1;
				}
	h3
	{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 0px 8px;
	vertical-align: middle;
					}
	h4
	{
	font-size: 18px;
	font-weight: bold;
	color: #9B9C9D;
	margin: 10px 0px 8px 0px;
	line-height: 1;
				}
	p {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0px;
	margin: 6px 0px 0px 0px;
				}
	
	p.right {
	/*font-style  : italic;*/
	font-size: 12px;
			}
	p.enlace {
	font-size: 9px;
	font-weight: 700;
	text-align: right;
	margin-right: 10px;
			}
	
	p.enlace:first-letter {
	font-size: 13px;
					}
	
	a {
	text-decoration: none;
	color: #9B9C9D;
					}
	
	hr {
	border: 0;
	height: 1px;
	color:  #9B9C9D;
	background: #9B9C9D;
			}

	img.logo {
	  border: 0px;
	    }
	
	img.izquierdaP {
	  float: left;
	  padding: 2px 8px 2px 0px;
	  border: 0px;
	    }
	  
	img.izquierdaG {
	  padding: 10px 0px 0px 0px;
	  border: 0px;
	    }
	
	
	#contenedor {
	  margin: 0px auto;
      padding: 0px;
      text-align: left;
	  width: 747px;
	  height: 794px;
	  	  }
	#contenedor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
					}
     #header {
	  position:relative;
      width: 747px;
      height: 110px;
			}
	#headerlogo2 {
	position: absolute;
	left: 673px;
	top: 76px;
	width: 55px;
	height: 20px;
	/*
	background-image: url("imgheader/logo_expopup.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’imgheader/logo_expopup.png’);
	*/
			}
	
     #cuerpo {
	  position:relative;
      width: 747px;
	  height: 619;
	  background: #FFF;
	  padding-top: 25px;
	  border-style: solid;
	  border-width: 0px;
	  border-color: #000;
      }
	
	.titulo {
	height: 19px;
	background: #9B9C9D;
			  	  }
		
	  #leftcontenttop
		{
		width: 241px;
		float: left;
	  	}
		
		#centercontenttop
		{
		width: 241px;
		margin-left: 12px;
		float: left;
		}
		#rightcontent
		{
		width: 241px;
		float: right;
				}
				
		#leftcontentbottom
		{
		width: 491px;
		float: left;
		padding-top: 9px;
			}
		
		#pie {
		position: relative;
		width: 747px;
		margin: 8px 0px 0px 0px;
		font-size: 9px;
		font-weight: bold;
		text-align: center;
		padding: 8px 0px 0px 0px;
		border-style: solid;
		border-width: 2px 0px 0px 0px;
		border-color: #9B9C9D;
		float: left;
			}
		#pie a {
		color: #000;
		text-decoration: underline;
		}
		
	
