/* GENERAL DEL SISTEMA */
.DTitle {
    /*  	CUADRO QUE CONTIENE EL NOMBRE DEL USUARIO Y LOS DATOS 	*/
    background-color: #EAEAEA; /*  Color del Fondo */
    border-style: solid; /*  Estilo del borde, si no se agrega no se ve el borde */
    border-color: #999999; /*  Color del Borde */
    height: 53px; /* Alto del elemento */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.HMaestroT {
    /*¨ 		TITULO DE LOS DATOS DEL USUARIO 	*/
    float: left;
    width: 9%; /*background-color:#0000FF;*/
    text-align: right;
    color: #000000;
    font-weight: bold;
}
.HMaestroD {
    /* 		DATOS DEL USUARIO 	*/
    float: right;
    width: 90%; /*background-color:#0099FF;*/
    text-align: left;
    color: #000000; /*font-weight:bold;*/
}

.Azul {
    /*COLOR DE LOS CUADROS CON LOS BOTONES DE USUARIO*/
    background-color: #EAEAEA; /*  Color del Fondo */
    border-style: solid; /*  Estilo del borde, si no se agrega no se ve el borde */
    border-color: #999999; /*  Color del Borde */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}


/*/////////////////////////////////////////////////////////
 	DATOS DEL EXAMEN
*/

/* 
	TITULOS DEL EXAMEN
*/
.Escuela {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.Datos {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.Etitle {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.Mtitle {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.MFecha {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}


.ExamenB {
    /* Partes con texto en negritas */ /* 	TITULOS EN EL EXAMEN 	*/
    width: 20%;
    float: left;
    background-color: #FFFF99;
    text-align: right;
    font-weight: bold;
}
.ExamenD {
    /* Partes Con texto normal */ /* 	DATOS DEL EXAMEN 	*/
    width: 70%;
    float: left;
    background-color: #999999;
    margin: 0 0 4; /*border-bottom:2px solid black; 	/*border: 3px solid blue;*/
    text-align: left;
}
.Instr {
    /* 	INSTRUCCIONES DEL EXAMEN 	*/
    width: 99%;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    background-color: #AFEEEE; /*:#CCCC33*/
    border: 2px solid black;
    padding: 2px;
    text-align: justify;
}
.Tplano {
    /* 	Texto grande 	*/
    width: 99%;
    float: left;
    color: #000000;
    text-align: justify;
    font-size: 14pt;
    background-color: #ffffff; /*#fff0f5;/*:#CCCC33*/
    border: 2px solid black;
    padding: 2px;
}
.Question {
    /* 	PREGUNTA 	*/
    width: 99%;
    float: left;
    color: #0000FF;
    font-size: 12pt;
}


.Exm1 {
    /* 		SECCION REVISAR EXAMEN-- TITULO NOMBRE DEL ALUMNO 	*/
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #ff0000;
}
.Exm2 {
    /* 		SECCION REISAR EXAMEN-- NOMBRE DEL ALUMNO 	*/
    font-family: Arial;
    font-size: 14pt;
}
.ExmCalf {
    /* 		FORMATO DEL NUMERO DE LA CALIFICACION DE LA SECCION REVISAR EXAMEN 	*/
    font-family: Arial;
    font-size: 30pt;
    font-weight: bold;
    color: #0000ff;
    text-align: center;
}


#SRES {
    width: 600px;
    height: 100%;
    margin: 4px auto;
    display: block;
}
