/* TABLAS */

table.contenido{
	margin: 10px 0;
	width:100%;
	font-size:11px;
	font-weight:normal;
}
table.contenido a.pop{
	text-decoration:none;	
	color:#31669d;
}
table.contenido th,
table.contenido th.center,
table.contenido td,
table.contenido td.center{
		border:solid 1px #cdcdcd;
		padding:3px;
		font-weight:normal;
}

table.contenido th{text-align:left;}
table.contenido th.center {text-align:center;}
table.contenido td {text-align:left;background-color:#eeeeee;}
table.contenido td.center {text-align:center;background-color:#eeeeee;}
table.contenido td.impar {background-color:#eeeeee !important;}
table.contenido td.par {background-color:#FFF;}

table.contenido.features th{font-weight:bold; font-size:14px;background-color:#eeeeee; padding:5px;}
table.contenido.features td{font-size:12px;padding:5px;}

table.contenido.specs th{font-size:14px;background-color:#eeeeee; padding:10px 5px;}
table.contenido.specs td {background-color:#FFF; font-size:12px;vertical-align:middle;}
table.contenido.specs td span.highlight {color:#3E96EF;}

table.contenido.specs_data th{font-size:11px;font-weight:bold;background-color:#eeeeee; padding:10px 5px;text-align: center;}
table.contenido.specs_data th.vertical{background-color:#FFF; vertical-align: middle; font-weight:normal;}
table.contenido.specs_data td {background-color:#FFF; font-size:11px; vertical-align:middle; text-align: center;}

table.contenido.specs.marcacion th{font-size:12px;font-weight:bold;background-color:#eeeeee; padding:10px 5px;}
table.contenido.specs.marcacion td{font-size:11px;}