DIV#carga {
  border: 0px solid #ccc;
  width: 64px;
  height: 72px;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
}

/**
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#carga.cargando {
  background: url(../imagenes/carga/Cargador1.gif) no-repeat center center;
}


.EncabezadoRevision {
	background-color: #EAF3FD;
	width: 533px;
	height: 15px;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;

    border: solid #003399 1px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;

}


table.tablealumnos{
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.0em;
    font-style: normal;
    border-collapse:separate;
}

.tablealumnos thead th{
    padding:6px;
    color:#fff;
    font-size: 13px;
    font-weight: bold;
    text-shadow:1px 1px 1px #9F7B71;
    border:1px solid #FF4242;
    border-bottom:1px solid #8B413F;

    background:-o-linear-gradient(bottom, #87B3FC 5%, #0D3777 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #87B3FC), color-stop(1, #0D3777) );
	background:-moz-linear-gradient( center top, #87B3FC 5%, #0D3777 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb4415", endColorstr="#0D3777");
    background: -o-linear-gradient(top,#87B3FC,#0D3777);

	background-color:#87B3FC;
	border:0px solid #0D3777;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;

    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}



.tablealumnos thead th:empty{
background:transparent;
border:none;
}

.tablealumnos tbody td{
    padding:6px;
    /*text-align:center;*/
    font-size: 12px;
    text-align: center;
    line-height: 1.0em;
    padding:5px 0px;
    background-color:#F1F8FE;
    border: 1px solid #3399CC;
    color:#251816;
    text-shadow:1px 1px 1px #fff;
}



.tablealumnos tr:hover td{
    background-color:#60abe9;    
    color:#dbeaf1;
    text-shadow:0px 0px 0px #fff;
    cursor: pointer;
}

.txtfooter{
    font-family: Verdana;
    font-size: 9px;
    text-align:center;
    color:#ffffff;
    width:50%;
    margin:auto;

}

.tablaCaja{
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;

    background-color: #EEEEEE;
    padding:2px;
    border: solid #BBBBBB 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    /*box-shadow: 0 1px 1px #ccc;*/

}

table.tablaCaja{
    font-family: "Verdana";
    font-size: 13px;
    line-height: 1.0em;
}

.tablaCaja td{
    font-family:"Verdana";
    font-size: 13px;
}