/* CSS Document */

/* Estilos de la tabla de precios  --------------------------------- */

table.productos, table.productos th,table.productos td {
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	text-align:center;
}

table.productos caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

table.productostd,table.productos th {
	padding: 4px;
}

table.productos thead th {
	text-align: center;
	background: #f7954b;
	color: #FFF;
	font-size: 100% !important;
}

table.productos tbody th {
	font-weight: bold;
}

table.productos tbody tr { background: #fff4e0; }

table.productos tbody tr.odd { background: #fff4e0; }

table.productos a:link {
	color: #718ABE;
	text-decoration: none;
}

table.productos a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.productos a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.productos tfoot th,table.productos tfoot td {
	font-size: 85%;
}