@charset "utf-8";
#fondo {
	width: 100%;
	background-color: #39667E;
}
#encabezadoEnvoltura  {
	float: left;
	height: 120px;
	width: 100%;
	background-image: url(../images/textura_encabezado.png);
	background-repeat: repeat-x;
}




#encabezado {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#encabezado #logotipo {
	float: left;
	width: 960px;
	height: auto;
}
#encabezado #navegacion {
	float: left;
	width: 960px;
}

#contenidoEnvoltura {
	background-image: url(../images/textura_contenido.png);
	background-repeat: repeat;
	float: left;
	width: 100%;
	background-color: #F2F2F2;
}
#contenidoEnvoltura #contenido {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #36637B;
	height: auto;
	background-color: #39667E;
}
#contenido #completoInf {
	background-color: #39667E;
	height: auto;
	width: 80%;
}


#contenido  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#contenido #objetivo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 24px;
	height: auto;
	width: 451px;
	background-color: #36637B;
}



#contenido #portada {
	background-image: url(../images/textura_portada.png);
	background-repeat: repeat-x;
	float: left;
	height: 349px;
	width: 150px;
}


#contenido #informacion {
	float: left;
	width: 590px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-right: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
}
#contenido #rellenoCap {
	background-color: #39667E;
	height: 35px;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#pieDePagina {
	background-image: url(../images/textura_pie.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 60px;
	width: 100%;
}
#informacion h1 #rollo {
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 15px;
}
