/*************************************************************/
body {
margin:5px 0; padding:0; 
font: 74% Arial, Sans-Serif; color:#000; line-height: 1.4em; 
background : #F0F0F0;
}

.content { 
color: #505050;
margin: 0 auto;padding: 0; 
width: 791px; 
background: #FFFFFF url(../img/bg.jpg) repeat-y center;
}

/*** Espacio superior de la página ***/
#toph { 
background: #F0F0F0 url(../img/top.jpg) no-repeat center top; 
height: 14px; 
margin: 0; padding: 0;
}
/*** Cabecera ***/
#header { 
display: none;
}	
/*************************************************************/
/*** Barra horizontal aqui se carga el menu js milonic ***/ 
#infobar {
color: #FFF; 
padding: 0 15px 0 15px; line-height: 1.0em;
height: 70px;
display: none;
}		
	.clsCMOn {
	font-size: 11px; color:#5f5f5f;
  padding: 2px 4px;	
	}
	.clsCMOver {
	font-size: 11px; color:#fff;
  padding: 2px 4px;	
	}	
/*************************************************************/
/*** Recuadro princial agrupa .center .leftmenu ***/
#main { 
margin: 0 15px 0 15px;
min-height: 400px;
color: #030303;
}	
/*************************************************************/
/*** Pie de página ***/
#footer { 
display: none;
}
/*************************************************************/
/*** Indicador de carga ***/
img.wait{
display: none;
}
/*************************************************************/
/*** Presentacion de calificaciones ***/
#data{ /* Datos del alumno */
padding: 10px 10px 10px 10px; height: 150px;
}
  #data .info{
  font-size: 16px; line-height: 24px;
  float: left;
  }
    #data .info .alumn{
    text-transform: uppercase; font-weight: bold;
    }
    .message{    
    display: none;
    }
    .message2{
    display: none;    
    }
  #data .photo{
  width: 130px;
  float: right;
  }
#qualifications{ /* Lista de calificaciones */
padding: 20px 10px 20px 10px;
}
  .primaryTable{ /* Tabla calificaciones */
  border: 1px #000 solid;
  }
  .tdright{ /* borde rojo */
  border-right: 2px solid #000000;
  text-align: left;
  }
  .tdrightAS{ /* borde rojo asignatura*/
  border-right: 2px solid #000000; border-bottom: 2px solid #000;
  text-align: center;
  }
  .tdblack{ /* borde negro */
  border-right: 2px solid #000;
  }
  .tdblackdown{ /* borde negro */
  border-bottom: 2px solid #000;
  }
  .tdblackdownright{ /* borde negro */
  border-bottom: 2px solid #000; border-right: 2px solid #000;
  }
  .notasred{ /* notas rojo */
  color: #FF0000; text-align: center;
  }
  .notasblack{ /* notas normales */
  color: #000000; text-align: center;
  }
  .notasredtd{ /* notas rojo con borde */
  color: #FF0000; text-align: center;
  border-right: 2px solid #000;
  }
  .notasblacktd{ /* notas normales con borde */
  color: #000000; text-align: center;
  border-right: 2px solid #000;
  }

.watermark{ /* Fondo marca de agua */
text-align: left;
}

#estadisticas{
display: none;
}
/*************************************************************/
table{
border-collapse:collapse;
}

