@charset "utf-8";
/*
 * CSS Machote para Tiendas Anclas
 * Desarrollado por: Federico Michell Vijil
 * Fecha: 04-11-2009
 */
 
/** CONTENIDO **/

/*- Banner -*/
.banner {
	display:block;
	text-align:left;
	margin:0 0 15px 0;
}

.banners a img {
	border:none;
}

/*- Principal -*/
.principal {
	display:block;
}

.principal ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.principal ul li {
	border-bottom:1px solid #ABABAB;
	padding:10px 0;
	margin-bottom:10px;
}

.principal a img {
	border:none;
}

.principal .producto-left {
	float:left;
	width:70%;
	padding:10px 10px 10pz 0;
}

.principal .producto-right {
	float:left;
	width:25%;
	border-left:1px dotted #ABABAB;
	padding:10px 0 10px 10px;
}

.producto-left .producto {
	display:block;
}

.producto-left .imagen-producto {
	width:190px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.producto-left .imagen-producto a {
	display:block;
}

.producto-left .imagen-producto a img{
	border:none;
}

.principal .nombre-producto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#959595;
	width:310px;
	float:left;
}

.principal .nombre-producto a {
	color:#000;
	text-decoration:none;
	display:block;
	font-size:18px;
	margin-bottom:10px;
}

.principal .precio {
	display:block;
	text-align:center;
}

.principal .precio p {
	font-family:Verdana, Geneva, sans-serif;
	color:#E63429;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	margin:0 0 10px 0;
	padding:0;
}

.principal .precio p span {
	display:block;
	color:#959595;
	font-size:10px;
	font-weight:normal;
}

.principal .precio .precioPayPal{
	color:#3399CC;
	margin-bottom:20px;
}

/*- SubCategorias -*/
.subcategorias {
	display:block;
	text-align:center;
}

.subcategorias ul {
	margin:0 32px 0 0;
	padding:0;
	list-style-type:none;
}

.subcategorias ul li {
	margin:0 0 20px 0;
	padding:0 0 20px 32px;
	width:200px;
	display:block;
	float:left;
	text-align:left;
	border-bottom:1px dotted #ABABAB;
}

.subcategorias a img {
	border:none;
}

.subcategorias .imagen-producto {
	width:100%;
	height:135px;
	border:1px solid #ABABAB;
	overflow:hidden;
	display:table;
	margin-bottom:10px;
}

.subcategorias .imagen-producto a {
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.subcategorias .imagen-producto a img {
	_margin-top:30px;
}

.subcategorias .nombre-producto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin-bottom:20px;
	text-transform:uppercase;
}

.subcategorias .nombre-producto a {
	display:block;
	text-decoration:none;
	color:#000;
	height:30px;
	overflow:hidden;
}

.subcategorias .precio {
	font-size:16px;
	color:#0C72AE;
	margin-bottom:5px;
}

.subcategorias .precioPayPal {
	color:#3399CC;
	font-size:16px;
	margin-bottom:20px;
}

.subcategorias .precioPayPal span {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	display:block;
}

/*- Detalle Producto -*/
.Producto {
	display:block;
}

.generalesProducto {
	display:block;
	margin-bottom:10px;
}

#foto-producto {
	float:left;
	width:480px;
	overflow:hidden;
}

#foto-producto a img {
	border:none;
}

#datos-producto {
	float:left;
	width:230px;
	margin-left:20px;
}

#datos-producto h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:1.2em;
	display:block;
	color:#000;
	margin-bottom:10px;
}

#datos-producto .sku {
	margin:0;
	padding:0;
	color:#959595;
	font-size:12px;
	margin-bottom:20px;
}

#datos-producto dl {
	margin:0 0 20px 0; 
	padding:0;
	font-size:12px;
	font-weight:bold;
}

#datos-producto dt {
	float:left;
	width:100px;
	color:#595959;
}

#datos-producto dd {
	color:#595959;
	/*width:100%;*/
	width:130px;
	_width:auto; /*Hack ie6 */
	padding-bottom:3px;
	padding-left:100px;
	border-bottom:1px dotted #DFDFDF;
	margin:0 0 5px 0;
}

#datos-producto .precioVip {
	color:#0C72AE;
}

#datos-producto .precioPayPal {
	color:#3399CC;
}

#datos-producto .precioPayPal a, #datos-producto .precioPayPal span {
	color:#3366CC;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
}

#datos-producto .precioPayPal span {
	font-size:10px;
	text-decoration:none;
	display:block;
}

#datos-producto .seEmbarca {
	color:#959595;
}

/*- Formulario para comprar -*/
#CompraProducto {
	width:185px;
	border:1px solid #AAAAAA;
	background:url(../imgs/bg_comprar.jpg) no-repeat top left #EBEBEB;
}

#CompraProducto h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#B51F1B;
	text-transform:uppercase;
	display:block;
	border-bottom:1px dotted #AAAAAA;
	margin:0 10px 20px 0;
	padding:3px 0 3px 30px;
}

#CompraProducto #detalleProducto {
	text-align:center;
}

#CompraProducto #detalleProducto label {
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}

#CompraProducto #detalleProducto #cantidad {
	width: 50px;
	border: 1px solid #999;
	height: 18px;
	margin-left: 5px;
}

#CompraProducto #detalleProducto #btnComprar {
	margin:10px 0;
}

#CompraProducto a img {
	border:none;
}

/*- Formas de Pago en Detalle de Producto -*/
.Producto .formasDePago {
	display:block;
	border-top:1px solid #B9B9B9;
	background:#F7F7F7;
	padding:10px 0;
	margin-bottom:50px;
}

.Producto .formasDePago table {
	border-collapse:collapse;
}

.Producto .formasDePago p {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:13px;
	font-weight:bold;
}

.Producto .formasDePago .formas_titulo {
	color: #000;
}

.Producto .formasDePago .formas_detalle {
	color: #959595;
	font-size:11px;
}

.Producto .formasDePago img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

/*- Descripcion del Producto -*/
.Producto .detalleProducto {
	display:block;
}

.Producto .detalleProducto h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#A60000;
	padding:0 0 10px 0;
	margin:0 230px 10px 0;
	border-bottom:1px solid #DFDFDF;
}

.Producto .descripcionProducto,
.Producto .costoEnvio,
.Producto .videosRelacionados,
.Producto .faqsProducto,
.Producto .popularidadProducto {
	margin-bottom:15px;
	font-size:12px;
	color:#666;
}

.detalleProducto ul {
	margin:10px 0 10px 15px;
	padding:0;
	list-style:disc;
}

.detalleProducto a {
	color:#0C72AE;
	text-decoration:underline;
}

.Producto .costoEnvio dl {
	margin:0;
	padding:0;
}

.Producto .costoEnvio dt {
	float:left;
	width:100px;
}

.Producto .costoEnvio dd {
	margin-bottom:7px;
}

.Producto blockquote {
	margin:0;
	padding:0;
}

/*- Carrito de compras -*/
#Carrito {
	margin-left:15px;
}

#Carrito h2{
	font-size:15px;
	font-weight:bold;
	padding:6px 0;
	color:#21211F;
}

#Carrito p{
	color:#333;
	font-size:13px;
}

#Carrito .tableCarrito{
	border-collapse:collapse;
	width:95%;
	margin:20px auto 0 auto;
	font-size:13px;
}

#Carrito thead{
	background:url(../imgs/degradadocarrito.jpg) repeat-x;
	color:#FFF;
	text-align:center;
}

#Carrito thead th{
	padding:15px 0;
	border:1px solid #FFF;
}

#Carrito tbody td{
	padding:10px 5px 10px 10px;
	border-bottom:1px dotted #666;
	color:#333;
}

#Carrito .eliminarProducto a{
	color:#900;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	text-align:center;
	display:block;
}

#Carrito .eliminarProducto a:hover{
	text-decoration:underline;
}

.pieCarrito td{
	text-align:right;
	border:none!important;
}

.pieCarrito span{
	font-weight:bold;
}

.pieCarrito .precio{
	text-align:left;
}

#Carrito .colocarPedido{
	margin-top:20px;
	display:block;
}

#Carrito .colocarPedido img{
	cursor:pointer;
}

/*- Politicas de Privacidad -*/
#Politicas h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	margin-left:10px;
}

#Politicas p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:1.3em;
	text-align:justify;
	display:block;
	margin:0 15px 15px 10px;
}

#Politicas a{
	color:#0066CC;
}

/*- Contactanos -*/
#Contactanos{
	margin-left:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#Contactanos .header{
	border:2px solid #CCC;
}

#Contactanos blockquote{
	margin:0;
	padding:0;
}

#Contactanos p{
	color:#000;
	font-size:12px;
}

#Contactanos a{
	color:#0066CC;
}