body {
	margin:0 auto;
	font-size:10px;
}

table {
	width:190px;
	 border:none;
	 clear:both;
}

table, th, td.fecha {
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	text-align:center;
	border-bottom:1px solid #ccc;
}

tr.dias {
	background:#CCC url(/css/imgestilo011/bg_calen.gif) repeat-x;
	height:15px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


td, th {
	padding: 2px;
}


thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	color:#555;
	text-decoration: none;
}

table a:visited {
	color: #555;
	text-decoration: none;
}

table td.fecha a:hover {
	text-decoration: none !important;
	background-color:#FF290B;
	display:block;
	color:#FFF;
}

tfoot th, tfoot td {
	font-size: 85%;
}

form {
	margin:0;
	padding:0;
	width:190px;
	overflow:hidden;
	background-color:#FF290B;
}

form select.meses {
	width:90px;
	padding-bottom:-1px;
	height:20px;
	padding-bottom:3px;
	background-color: #FF290B; 
	font-family: Verdana; 
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	border:none;
	margin:0;
	float:left;
}

form select.anio {
	width:64px;
	padding-bottom:-1px;
	height:20px;
	padding-bottom:3px;
	background-color: #FF290B; 
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	border:none;
	margin:0;
	float:left;
}

.btnenviar {
	height:20px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#FF290B;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	border:none;
	margin:0;
	float:left;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
