/*EVALUACION UNIVERSAL*/

.titulo_planta_docente_cemabe{
font-size: 1.4em;
color: #ffffff;
font-weight: bold;
margin-bottom:7px;
}



.resultado_eu{
color: #000000;
background-color: #dcdcdc;
display: none;
padding: 20px; 
box-sizing: border-box;
}

.resultado_eu table{
background-color: #dcdcdc;
}

.boton_down{
padding-top:5px;
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
text-align: center;
box-sizing: border-box;
}

.cemabe_menu{
font-weight: bold;
cursor:pointer;
font-size: 1.0em;
width: 100%;
padding: 10px;
padding-top: 50px;
padding-bottom: 50px;
background-color: #fe930f;
color: #ffffff;
margin-top: 5px;
border: 2px solid;
border-radius: 5px 0px 0px 0px;
box-sizing: border-box;
}

.datos_centro{
	display: none;
}

.datos_inmueble{
	display: none;
}

.maestro_menu{
text-transform: capitalize;
font-weight: bold;
cursor:pointer;
font-size: 1.0em;
width: 100%;
padding: 10px;
background-color: #fe930f;
color: #ffffff;
margin-top: 5px;
border: 2px solid;
border-radius: 5px 0px 0px 0px;
box-sizing: border-box;
}

.cemabe_menu:hover, .maestro_menu:hover{
background-color: #feb80f;
}

#eu{
padding: 2px;
box-sizing: border-box;
margin: 2px;
text-align: justify;
}

#eu  .titulo_doc{
font-size: 0.1em;
color: #313132;
}

#eu  .unidad{
font-weight: bold;
padding-top: 10px;
box-sizing: border-box;
}

#eu  table tr .total{
font-weight: bold;
border-top: 1px solid #000000;
font-size: 0.8em;
}

#eu  table{
font-family: arial;
font-size: 1em;
}

#eu   .aclaracion{
margin-top: 10px;
margin-bottom: 10px;
font-size: 1em;
}

#eu   .mensaje_este_sitio{
color: #000000;
width: 100%;
margin: 0 auto;
padding: 10px;
border: 2px solid #ff0000;
box-sizing: border-box;
margin-bottom: 20px;
font-size: 1em;
border-radius: 15px;
background-color: #efefef;
}


#eu .mensaje_este_sitio h1{
margin-bottom: 10px;
color: #ff0000;
font-size: 1.2em;
}

#eu   .mensaje_este_sitio p{
margin-top: 0px;
font-size: 1em;
}

#eu {
box-sizing: border-box;
margin: 0 auto;
max-width: 850px;
}
#eu   table tr .valor{
min-width: 100px;
font-size: 0.8em;
}
#eu   .datos_personales{
padding-right: 20px;
box-sizing: border-box;
}



/*CEMABE*/
#cemabe {max-width: 850px; margin: 0 auto; box-sizing: border-box;}
#cemabe h2{color: #ffffff; font-size: 1em; font-weight: bold; text-transform: none;}
#cemabe table{border: 1px #d5d5d5; width: 100%; border-spacing: 0;}
#cemabe table td{padding: 5px; border: 0px dotted #d5d5d5; font-size: 0.82em; box-sizing: border-box; }
#cemabe table tr{margin-top:10px;}
#cemabe table .par td{background-color: #e9f2ff;}
#cemabe table .non td{background-color: #dcdcdc;}
#cemabe table .pregunta{text-transform: none;}
