/* CSS Document */

html, #cuerpo {
  width: 100%;
  height: 100%;
}

body#cuerpoBody {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size:11px;
  background: url(../imagenes/fondoadtoe.jpg) top left repeat-x;
}

* {
  margin: 0;
  padding: 0;
}

#preheader {
	margin: 0 auto;
}

#preheaderCuerpo {
	margin: 0 auto;
	width: 960px;
	height: 84px;
	vertical-align:top;
	text-align:left;
	background: url(../imagenes/preheader.png) top left repeat-x;
}

#preheaderCuerpoContenido {
	padding-left: 30px;
	padding-right: 30px;
}

#header {
	margin: 0 auto;
	text-align:center;
}

#headerCuerpo {
	margin: 0 auto;
	width: 960px;
	height: 256px;
	vertical-align:top;
	text-align:justify;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	/*filter:alpha(opacity=40);
	opacity:0.4;*/
}

#headerCuerpoContenido {
	/*padding: 3px 0px 0px 31px;*/
}

#cuerpo {
	margin: 0 auto;
	text-align:center;
}

#cuerpoCuerpo {
	margin: 0 auto;
	width: 960px;
	vertical-align:top;
	text-align:justify;
		
	background-color:#ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;

	background: rgba(255, 255, 255, 0.4);
	filter:alpha(opacity=40);
}

#contMenuCuerpoContenido 
{
	position:relative;
	padding: 0px 20px 10px 20px;	
	background: url(../imagenes/menu.png) top left no-repeat;
	height: 33px;
	vertical-align:middle;
}

#cuerpoCuerpoTop 
{
	width:960px;
	height:22px;
	position:relative;
	background: url(../imagenes/cuerpoTop.png) top left no-repeat;
}

#cuerpoCuerpoFoot
{
	width:960px;
	height:22px;
	position:relative;
	background: url(../imagenes/cuerpoFoot.png) top left no-repeat;
}



#cuerpoCuerpoContenido 
{
	position:relative;
	padding: 0px 20px 10px 20px;	
	background: url(../imagenes/payaso.png) top left no-repeat;
	min-height: 195px;
}

#cuerpoCuerpoContenido div
{

}

#footer {
	margin: 0 auto;
	text-align:center;
	background: url(../imagenes/fondofooter.png) top left repeat-x;
}

#footerCuerpo {
	margin: 0 auto;
	width: 960px;
	height: 103px;
	vertical-align:top;
	text-align:justify;
	background: url(../imagenes/footer.png) top left no-repeat;
}

#footerCuerpoContenido 
{
	padding: 50px 50px 0px 50px;
}

.Separador{
	background: url(../imagenes/separador.png) top left repeat-x;
	height:11px;
}

/*- ESTILOS ----------------------------------------------------------------------------------*/

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #333;
}

.textointerior {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: bolder;

}
.textoepigrafe {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.Titulos {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: bolder;

}
.Textos {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
