@import url("info_x_filas.css");

.info_x_titulo{
	background: teal;
	/*margin-bottom: 10px;*/
	color: rgb(255, 255, 255);
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.info_x_celda_titulo_2, .info_x_celda_titulo_2_der, .info_x_celda_titulo_2_der_rojo{
	background: rgb(0, 127, 127, 0.2);
	/*margin-bottom: 10px;*/
	color: navy;
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.info_x_celda_titulo_2_der, .info_x_celda_titulo_2_der_rojo{text-align: right;}
.info_x_celda_titulo_2_der_rojo{color: rgb(128, 0, 0);}


.info_x_celda_normal, .info_x_celda_normal_derecha, .info_x_celda_normal_derecha_rojo, .info_x_celda_normal_centro, .info_x_celda_err{
	color: rgb(0, 0, 128);
	font-weight: bold;
	font-size: 12px;
	min-width: 80px;
	background-color: rgb(255,255,255, 0.9);
	padding-left: 2px;
	padding-right: 2px;
	
	border: 1px;
	border-style: solid;
	border-color: rgb(200,200,200, 0.2);
}

.info_x_celda_normal_centro{text-align: Center;}
.info_x_celda_normal{text-align: left;}
.info_x_celda_normal_derecha, .info_x_celda_normal_derecha_rojo{text-align: right;}
.info_x_celda_normal_derecha_rojo{color: rgb(128, 0, 0);}

.info_x_celda_normal_derecha:hover, .info_x_celda_normal_derecha_rojo:hover,.info_x_celda_normal:hover{background: orange;	font-weight: bold;}

/*
.info_x_celda_normal_centro:hover
{
	background: orange;
	font-weight: bold;
}
*/

.info_x_celda_cal_otro_mes{
	color: rgb(128, 128, 128);
	font-weight: bold;
	font-size: 11px;
	min-width: 80px;	
	
	background: rgb(193, 193, 193) ; 
	
	min-height: 150px;
	border: 2px solid; 
}

.info_x_celda_cal_del_mes{
	color: rgb(0, 0, 128);
	font-weight: bold;
	font-size: 12px;
	min-width: 80px;
	
	min-height: 150px;
	border:  2px solid; 	
}

.info_x_celda_cal_del_mes_pasado{
	color: rgb(48, 48, 48);
	font-weight: bold;
	font-size: 12px;
	min-width: 80px;

	
	min-height: 150px;
	border:  2px solid; 
}

.info_x_celda_cal_hoy{
	color: rgb(38, 180, 0);
	font-weight: bold;
	font-size: 12px;
	min-width: 80px;

	min-height: 150px;
	border:  2px solid; 
}

.info_x_celda_err{
	font-weight: bolder;
	color: red;	
	
	font-size: 14px;
}