.loading {
background:#FF0000;
color:#FFFFFF;
display:none;
}

.cuadroGrado {
	background-image:url('images/bkGrados.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	border:0px solid #99AD94;
	width:250px;
	height:305px;
	float:left;
	margin:7px;

}

.contenidoGrado {
	width:240px;
	height:212px;
	font-family:sans-serif;
    font-size:9pt;
    overflow:auto;
}

.informeIcon {
	background:#008000;
	color:#FFFFFF;
	position:relative;
	width:97%;
	display:none;
	text-align: right;
}

.rojoInforme {
	font-family:sans-serif;
    font-size:9pt;
    color: #800000;
}
.eliminaGrado {
	width:220px;
	height:200px;
	color:#800000;
	font-family:sans-serif;
    font-size:9pt;
    text-align:center;
    display:none;
    cursor:pointer;
}

.tRojo {
	font-family:sans-serif;
    font-size:11pt;
    font-weight: bold;
    color: #800000;
}

.tablaPeke {
	font-family:sans-serif;
    font-size:8pt;
    color: #000;
}

