body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#cajaMain {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
}
.cajaInterna {
	width: 173px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	height: 210px;
}

td img {display: block;}
.cajaProductos {
	width: 193px;
}
.cajaProductos td.arriba{
	width: 193px;
}
.cajaProductos td.foto{
	width: 193px;
	background-image: url(images/caja_tira.gif);
	background-repeat: repeat-y;
	height: 160px;
	vertical-align: bottom;
}
.cajaProductos td.texto{
	width: 193px;
	background-image: url(images/caja_tira.gif);
	background-repeat: repeat-y;
}
.cajaProductos td.abajo{
	width: 193px;
}

#cajaDetalle {
	height: 500px;
	width: 800px;
}
#tablaDetalle {
	width: 760px;
}
.txtBlanco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
