@charset "utf-8";
/* CSS Document */
/*Tabla*/
.table1{
	background-color: #ECF7FF;
	margin-left:12px;
	margin-top:12px;
	border: 1px solid #06C;
	font-size:11px;

}
.table1 thead{
	font-weight: bold;
	color: #FFF;
	background-color: #114FAA;
}

.tr1{
	background-color:#F2F2F2;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.tr2{
	background-color:#E4E4E4;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.tr1 tr:hover{
	background-color: #DEF3FE;
}
.tr2 tr:hover{
	background-color: #DEF3FE;
}
.texto_rojo{
	color:#F00;
	background-image: url(../images/cruz.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	text-align:left;
	background-position: 30px;
}
.texto_azul{
	color:#093;
	background-image: url(../images/ticket.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	text-align:left;
	background-position: 30px;
}
/*Simulador*/
.tbsim{
	background-image: url(../images/simula.jpg);
	height: 213px;
	width: 400px;
	padding-top: 55px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #CCC;
	margin: 9px;
}
.contsim{
	text-align:center;
	padding:4px;
	margin:0 auto;
	width:600px;
}
.cont{
	padding:12px;
}
.cont h4{
	background-color:#0078F0;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}

