body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2E0002;
	background-attachment:fixed;	
}
table {
	border-collapse: collapse;
}
td {
	padding:0px;
	margin: 0px;
	text-align: justify;

}
a, a:visited {
	color: #a2a2a2;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
table.principal {
	margin: auto !important;
	width: 920px;
}
table.principal td.contenidos {
	padding-left: 17px;
	padding-right: 18px;
}
table.contenido {
	width: 100%;
	margin-bottom: 10px;
}
table.contenido td.barra_izquierda {
	vertical-align: top;
}
table.contenido td.barra_derecha {
	vertical-align: top;
	height: 100%;
}
table.principal td.footer {
	font-size: 11px;
	padding-left: 17px;
	padding-right: 18px;
}
table.principal td.footer div {
	border-top: 3px solid #939393;
	text-align: center;
}
table.cuadro_der {
	width: 100%;
}
.cuadro_der_up {
	background-image: url(images/barra_der_top.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
}
.cuadro_der_fondo {
	background-image: url(images/barra_der_fondo.png);
	background-repeat: repeat-y;
	background-position: bottom right;
}
.cuadro_der_fondo table {
	margin: auto;
	font-size: 10px;
	width: 227px;
	height: 94px;
	margin-bottom: 20px;
}
.cuadro_der_fondo table td {
	background-image: url(images/cuadro_informacion.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px;
	text-align: center;
}
.cuadro_der_fondo table td b{
	font-size: 14px;
	font-weight: bold;
}

.cuadro_izq td.cuadro_imagenes{
	padding-bottom: 10px;
	vertical-align: top;
	width: 261px;
	font-size: 10px;
}
.separador {
	border-bottom: 1px dotted #FFF;
	height: 5px;
	font-size: 1px;
}
.cuadro_izq td b {
	font-size: 13px;
	line-height: 20px;
}
.cuadro_izq td.texto {
	font-size: 12px;
	padding-top: 10px;
}
.cuadro_izq div.titulo {
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	background-image: url(images/flecha.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
}
table.tabla {
	width: 100%;
	margin-bottom: 10px;
}
table.tabla td{
	border-collapse: collapse;
	padding: 6px 4px 6px 4px;
	margin: 0px; 
	font-size: 11px;
}
table.tabla tr.cabecera td{
	height: 22px;
	padding: 14px 4px 5px 4px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/cabecera.png);
	background-position: bottom;
	background-repeat: repeat-x;
	
}
table.tabla tr.par td {
	background-image: url(images/par.png);
}
table.tabla tr.impar td {
	background-image: url(images/impar.png);
}
table.tabla td.destacado {
	font-weight: bold;
}
table.tabla_centrada {
	width: 100%;
	margin-bottom: 10px;
}
table.tabla_centrada td{
	border-collapse: collapse;
	padding: 6px 4px 6px 4px;
	margin: 0px; 
	font-size: 11px;
	text-align: center;
}
table.tabla_centrada tr.cabecera td{
	height: 22px;
	padding: 14px 4px 5px 4px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/cabecera.png);
	background-position: bottom;
	background-repeat: repeat-x;
	
}
table.tabla_centrada tr.par td {
	background-image: url(images/par.png);
}
table.tabla_centrada tr.impar td {
	background-image: url(images/impar.png);
}
table.tabla_centrada td.destacado {
	font-weight: bold;
}
.marcas  {
	width: 850px;
	margin: auto;
}
.marcas div {
	width: 160px;
	margin: 5px;
	float: left;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	height: 160px;
}
.marcas div img {
	border: 0px;
	margin: 0 0 0 10px;
}
.marcas div a:hover {
	text-decoration: none;
}
.formulario {
	margin-left: 20px;
	width: 80%;
}
.formulario td {
	padding: 4px;
	margin: 0;
}
.comprar {
	display: inline;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
}
