/* CSS Document */

.caracteristicas {
	border-collapse:collapse;
	font-size:0.9em;
	width:100%;
}

.caracteristicas thead {
	background-color:#39c;
	color:#fff;
}

.caracteristicas thead td {
	font-weight:bold;
	border:1px solid #007CB9;
	vertical-align:middle;
	height:30px;
	text-align:center;
}


.caracteristicas tbody th {
	text-align:left;
	padding:7px 0;
	border:opx solid #ccc;
	font-weight:bold;
}

.caracteristicas tbody th acronym, .caracteristicas tbody th abbr{
	font-weight:bold;
}

.caracteristicas tbody td {
	border:1px solid #ccc;
	padding:4px;
}

.caracteristicas tbody td.checks {
	text-align:center;
	vertical-align:middle;
}

.cabecera {
	font-weight:bold;
	border-left:1px solid #9FCFFF;
	border-top:1px solid #9FCFFF;
	margin:0;
	padding:4px;
	height:30px;
	vertical-align:middle;
}

.par td{
	background-color:#eee;
}

.impar td{
	background-color:#fff;
}
