/* 
	Blue on blue
	written by Glenn Slaven http://slaven.net.au
*/
table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;

}
table {
	border: none;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

table caption {
	background-color: transparent;
	background-image: url(cap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align:left;
	font-size:150%;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

td, th{	
	vertical-align:top;
	font-weight:normal;	
}

thead {
	border-left:1px solid #6378ac;	
}

thead th {
	background: #6378ac;
	color: #FFFFFF;
	font-size: 125%;
	border-top:1px solid #6378ac;
	border-right:1px solid #6378ac;
	padding: 4px 0.4em 4px 0.4em;	
}

tfoot td, tfoot th {
	border-top:1px solid #6378ac;
	border-right: none;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody td, tbody th {
	background-color: #e9e9e9;
	border-right:1px solid #6378ac;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody tr.odd th, tbody tr.odd td{
	background-color: #ffffff;
}

tbody th{	
	font-weight: bold;	
	border-left:1px solid #6378ac
}

table a:link, table a:visited, table a:active {	
	color:#444F66;
	background-color: transparent;
	text-decoration: underline;
}

table a:hover {
	text-decoration:none;
	background-color: #1E90FF;
	color: #FFFFFF;
}
.tabla_web {
	border-collapse:collapse;
	width:500px;
	margin:20px 30px 0px 30px;
	font:12px "Trebuchet MS",trebuchet,Arial,sans-serif;
	clear:both;
}
.tabla_detalles th {
	background:#6478ac;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding-left:11px;
	text-align:left;
	border-right:0px solid #fff;
	vertical-align:middle;
	line-height:1;
	height:32px;

}
.tabla_detalles th h2 {
	color:#fff;
	font:bold 14px Arial,Helvetica,sans-serif;
	padding:0;
	margin:0;
}
.tabla_detalles th h3 {
	color:#fff;
	font:bold 14px Arial,Helvetica,sans-serif;
	padding:0;
	margin:0;
}
.tabla_detalles td {
	padding:6px;
	border-bottom:1px solid #95bce2;
	vertical-align:middle;
}
.tabla_detalles .tabla1 {
	background:#eaeaea;
}
.tabla_detalles .tabla2 {
	background:#ffffff;
}
.tabla_detalles .caracteristica {
	width:60%;
	text-align:left;
}
.tabla_detalles .info_caracteristica {
	width:38%;
	text-align: left;
}
  