@charset "utf-8";
/* CSS Document */
/**********************************************************************/

.header_fecha
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration : none;
	text-align: center;
	background-color:#FFFFCC;
}

.header_data
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration : none;
	text-align: center;
	background-color:#336699;
}

.header_fecha_
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #495E49;
	text-decoration : none;
	text-align: center;
	background-color:#d4e2ed;
}

.header_data_
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration : none;
	text-align: center;
	background-color:#74a3c8;
}

/**********************************************************************/

table.specs {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	width:100%;
}

a:link.specs, a:visited.specs, a:active.specs {
	background-color: transparent;
	color: #fff;
	text-decoration:underline;
}

a:hover.specs {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table.specs caption {
	background-color: transparent;
	color: #5d92bb;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table.specs, td, th {
	margin: 0;
	padding: 0;
}

table.specs td.in {
	border-top: 2px solid #bdd2e3;
	border-bottom: 2px solid #bdd2e3;
	}

table.specs tbody td {
	background-color: #d4e2ed;
	border-bottom: 2px solid #bdd2e3;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
}

table.specs tbody th {
	font-size:18px;
	background-color: #74a3c8;
	border-bottom: 2px solid #3571a1;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
}

table.specs tbody tr.odd th, tbody tr.odd td {
	background-color: #b6cfe1;
	border-bottom: 2px solid #bdd3e4;
}

table.specs tbody tr:hover td {
	background-color: #74a3c8;
	color: #fff;
}

table.specs td, th {
	vertical-align: top;
}

table.specs tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

table.specs thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

