.catalogoSubtitulo {
	color: #0099FF;
	font-size: 17pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}
.catalogoTitulo {
	font-size: 15pt;
	padding-top: 5px;
}



.productosCodigo {
	font-size: 8pt;
}
.cajaProducto {
	background-color: #E9E9E9;
	padding: 10px;
	font-size: 15pt;
}
.productosDescripcion {
	/* font-style: italic; */
	font-size: 10pt;
	
}
.productosDescripcion span {
	color: #0099FF;
	font-weight: normal;
	width: 75px;
}
.productosDescripcion .regalo {
	font-weight: bold;
}

.productosDescripcion p {
	margin: 0px;
}



.productosPrecio {
	font-weight: bold;
	font-size: 15pt;
	margin-top: 10px;
	margin-bottom: 50px;
}

.ahora {
	color: #FF0000;
}
.productosOferta {
	font-size: 9pt;
	font-weight: bold;
}
.productosOferta i {
	font-size: 10px;
}
.ahora i {
	font-size: 11px;
}

.contenido .productosCaja {
	margin-bottom: 0px;
}
.contenido .productosCaja .foto {
	width: 250px;
	padding-bottom: 10px;
	text-align: right;
	position: relative;
}

.contenido .productosCaja .outlet {
	font-size: 17px;
	font-weight: bold;
	color: #F00;
	background-color: #FFF;
	margin-bottom: 5px;
	display: block;
}

.productosCaja .regalo {
	border: 1px dashed #FF0000;
	margin: 10px;
	padding: 5px;
	font-weight: bold;	
}
.productosCaja .regalo span {
	color: #FF0000;
}


.productosImagen {
	background-color: #FFFFFF;
}

.catDescripcion {
	font-style: italic;
}

.contenido .error {
	font-style: italic;
	color: #F00;		
	padding-bottom: 10px;
}

.contenido .carro {
	/* margin-left: 200px; */
	background-color: #E9E9E9;
	text-align: right;
	margin-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.contenido .carro .caja {
	width: 75px;
	display: inline;
	position: relative;
}
.contenido .carro .caja form {
	margin: 0px;
}
.contenido .carro span {
	color: #0099FF;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 2px;
	font-size: 8pt;
}
table#destacados {
	vertical-align: top;
}

#destacados #precio {
	text-align: center;
	padding-bottom: 10px;
}
#destacados td {
	text-align: center;
}

#destacados #descripcion {
	text-align: center;
}
#destacados .productosNombre {
	font-size: 10pt;
}
#destacados .productosPrecio {
	font-size: 13pt;
}

.productosNombre {
	font-size: 12pt;
	padding-bottom: 5px;

}
.paginador {
	text-align: center;
	position: relative;
	left: 60px;
}
.paginador span {
	position: absolute;
	left: -60px;
	top: 2px;
	font-weight: bold;	
}

.paginador a {
	padding: 3px;
	margin-right: 10px;		
	width: 15px;
	float: left;
}
.paginador a:hover {
	text-decoration: underline;
}
.paginador a#actual {
	font-weight: bold;
}
.pagina .contenido .filtro {
	position: relative;
	padding-bottom: 10px;
}

