@charset "utf-8";
/* CSS Document 
Encabezado, banda y pie de SIPrE de proyectos 
*/

 .encabezado-an
{
	width: 100%;
	/*background: url(/aee/imgs/fondoEnc.gif) repeat-x top left;
	background: url(/aee/imgs/fondoEncM.png) repeat-x top left;*/
	margin: 0 0 7px;
	float:left;
	top:0px;
	z-index:2;
	background-color:#1b3952; 
	height:52px; 
	position:fixed; 
	width:100%; 
	z-index: 2;
} 
.encabezado-manto{
	width: 100%;
	background: url(/aee/imgs/fondoEncManto.png) repeat-x top left;
	/*background: url(/aee/imgs/fondoEncM.png) repeat-x top left;*/
	height: 60px;
	margin: 0 0 7px;
	position:fixed;
	float:left;
	top:0px;
	z-index:2;
}
.encabezado-otro{
	width: 100%;
	background: url(/aee/imgs/fondoEnOtro.png) repeat-x top left;
	/*background: url(/aee/imgs/fondoEncM.png) repeat-x top left;*/
	height: 60px;
	margin: 0 0 7px;
	position:fixed;
	float:left;
	top:0px;
	z-index:2;
}
 .encabezado-pre{
	width: 100%;
	background: url(/aee/imgs/fondoEncPre.png) repeat-x top left;
	float:left;
	top:0px;
	height:52px; position:fixed; width:100%; z-index: 2;
}
.encabezado-2018{
	width: 100%;
	background: url(/aee/imgs/fondo2018.png) repeat-x top left;
	float:left;
	top:0px;
	height:52px; position:fixed; width:100%; z-index: 2;
} 
.banda-an{
	background-color: #006699;
	color: #FFFFFF;
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	position:fixed;
	float:left;
	top:50px;
	z-index:2;

}
.banda-manto{
	background: url(/aee/imgs/fondoEncManto.png) repeat-x top left;
	color: #FFFFFF;
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	position:fixed;
	float:left;
	top:50px;
	z-index:2;

}
.banda-pre{
	background: url(/aee/imgs/fondoEncPre.png) repeat-x top left;
	/*color: #FFFFFF;*/
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	position:fixed;
	float:left;
	top:50px;
	z-index:2;

}
.banda-otro{
	background: url(/aee/imgs/fondoEnOtro.png) repeat-x top left;
	color: #FFFFFF;
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	position:fixed;
	float:left;
	top:50px;
	z-index:2;

}
.banda-2018{
	background: url(/aee/imgs/fondo2018.png) repeat-x top left;
	/*color: #FFFFFF;*/
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	position:fixed;
	float:left;
	top:50px;
	z-index:2;

}

.pie-an{
	background-color: #006699;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-family: inherit;
    font-size: 10px;
}
.pie-manto{
	background: url(/aee/imgs/fondoEncManto.png) repeat-x top left;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-family: inherit;
    font-size: 10px;
}
.pie-pre{
	background: url(/aee/imgs/fondoEncPre.png) repeat-x top left;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-size: 10px;
	font-family: inherit;
 
}
.pie-2018{
	background-color: #FE2EF7;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-family: inherit;
    font-size: 10px;
}

.pie-otro{
	background: url(/aee/imgs/fondoEnOtro.png) repeat-x top left;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-family: inherit;
    font-size: 10px;
}

.recuadro{
	background-color: #C8C2F5;
	border: thin solid #B0C4DE;
	text-align: center;
	width: 50%;
}
/*/Alto de select en grid principal*/
#seleTema, #refGeo, #idbusqueda, #seleTextos{
    height: 25px;
    padding: 0;
}	
.etiquetaV1 {
     font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 0 20px;
    padding: 0;
    vertical-align: middle;
   
}
h5 {
    color: red !important;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 15px !important;
    text-shadow: -3px -4px 10px #f5a9bc !important;
}

#verVideo{

  padding: 3px 10px;
  border: PowderBlue 5px solid;
  border-radius: 20px;

}