body{
	margin:0;
	height:100%;
	text-align:center;
	background:url(../img/fondo_body.jpg) repeat-x top;
}

#wrap{
	width:820px;
	margin:0 auto 0 auto;
	display:block;
}

#main{
	width:800px;
	float:left;
}

#encabezado{
	width:800px;
	height:453px;
	float:left;
	background:url(../img/encabezado.jpg) no-repeat center;
}

#banners{
	width:260px; 
	float:left; 
	
}

#cuerpo{
	width:520px; 
	float:left;
	text-align:left;
	padding:37px 10px 10px 10px;
}

#cuerpo-contacto{
	width:520px; 
	float:left;
	text-align:left;
	padding:0px 10px 10px 10px;
}

#pie{
	background: url(../img/fondo_pie.jpg) repeat-x;
	width:100%;
	height:100px;
	float:left;
	text-align:center;
}

#cuerpo_pie{
	width:800px;
	height:100px;
	margin:0 auto 0 auto;
	padding:5px 0 0 5px;
	display:block;
	line-height:20px;
}

.titulo_verde{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#527926;
	text-decoration:none;
}

.texto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.texto_azul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00458C;
}

.input{
	width:83px;
	height:13px;
	border:1px solid #FFF;
}
 
.textarea{
   width:185px;
   height:95px;
   background-color:#FFFFFF;
   border:1px solid #FFF;
   overflow-y:auto;
  
   }

.tahoma11gris{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}

.georgia18gris{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
}

.verdana11negro{
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.tahoma11azul{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#00468C;
}
