﻿/* * * * * taboas  * * * * */
#precio{
	width: 500px;
	border: 0;
	border-spacing: 1px;
	margin: 0 auto;
	background-color: white;
	padding: 0;
}

table.caracteristicas{
	width: 500px;
	font-family:   Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
	border: 0;
	border-spacing: 1px;
	background-color: #f5a359;

}
table.caracteristicas thead{
	background-color: #C3D9FF;

}
table.caracteristicas thead th{
	height: 40px;
	background-color: #F18523;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;	
}
table.caracteristicas tbody td{
    min-height: 30px;
    height: auto !important;
    height: 30px;
	text-align: center;
	font-size: 11px;	
	background-color: #DBE7F7;
	padding: 0.5em 0.5em;
}
table.caracteristicas tbody td.vacia{
	text-align: center;
	background-color: #ffffff;
	padding: 0.1em 0.5em;
	height:20px;
}
table.caracteristicas tfoot td{
	min-height: 30px;
	height: auto !important;
	height: 30px;
	font-size: 10px;
	text-align: left;
	background-color: white;
	padding: 0.5em 1em;
}
table.caracteristicas a{
	text-decoration: none;
}

