.colCont #migas {
	width: 100%;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	margin-top:31px;
	_margin-top:22px;
}
.colCont #migas ul {margin: 0.8em auto 0.8em 5px;}
.colCont #migas ul li {
	display: inline;
	padding-right: 0.5em;
	font-weight: bold;
	color: #585858;
}
.colCont #migas ul li a {
	text-decoration: underline;
	color: #585858;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../images/ico-simple.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}
.colCont #migas ul li a:hover {	
	text-decoration: none;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
.colCont #migas ul li.seccion {
	padding-left: 10px;
	background-image: url(../images/ico-simple.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	color: #585858;
	font-weight: normal;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont .rojo {color: #cc0000;}
.colCont .azul {color: #003399;}
.colCont .amarillo {color: #cc0000;}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont h1 {}
.colCont h2 {
	color:white;
	background-color:#cc0000;
	font-size:1.4em;
	padding:2px;
	margin-top:10px;
}
	.colCont h2 a {	color: white;}
	.colCont h2 a:hover {text-decoration: underline;}
.colCont h3 {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 1.2em;
	margin: 10px 0;
	padding:0;
	border-bottom:1px solid #f1f1f1;
}
	.colCont h3 a {	color:#666666;}
	.colCont h3 a:hover {	
		text-decoration: underline;
		opacity:0.4;
		filter:alpha(opacity=40); /* For IE8 and earlier */ 
	}
.colCont h4 {
	color:#666666;
	font-family:"TAHOMA", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #DEDEDE;
	font-size: 1.1em;
	padding: 0 0 0.5em 0.5em;
	margin: 1em 0 0.5em 0;
}
.colCont h4 a {	color:#666666;}
	.colCont h4 a:hover {	
		text-decoration: underline;
		opacity:0.4;
		filter:alpha(opacity=40); /* For IE8 and earlier */ 
	}
	.colCont h4 span{ float:right; font-weight:normal;}
.colCont h5 {
	color:#666666;
	font-family:"TAHOMA", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 0.5em;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
}
.colCont h6 {}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont p {
	line-height: 1.4em;
	margin: 10px 0;
}
.colCont p a {
	color: black;
	text-decoration: underline;
}
.colCont p a:hover {
	text-decoration: none;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
.colCont p.fecha {
	font-weight: bold;
	margin: 10px 0;
	color: #aaa;
}
.colCont p.autor {
	font-weight: bold;
	margin: 10px 0;
	color: #585858;
	text-align: right;
}
.colCont address {
	line-height: 1.6em;
	margin: 20px 0 20px 175px;
	font-size: 1.3em;
}
.colCont address a {	color: black;}
.colCont address a:hover {	text-decoration: underline;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont ul.lista {	margin: 5px 25px;}
.colCont ul.lista li {
	line-height: 1.8em;
	padding-left: 10px;
	background-image: url(../images/ico-doble-red.gif);
	background-position: 0 0.8em;
	background-repeat: no-repeat;
}
.colCont ul.lista li a {
	color: black;
	text-decoration: none;
}
.colCont ul.lista li a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
.colCont ul.lista li ul li {
	line-height: 1.8em;
	padding-left: 6px;
	background-image: url(../images/ico-simple.gif);
	background-position: 0 0.8em;
	background-repeat: no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont ol {
	margin: 10px;
	padding-left: 15px;
	list-style-type: decimal;
}
.colCont ol li {
	padding-left: 30px;
	line-height: 1.6em;
	list-style-type: decimal;
}
div.colCont  ol li strong {	color: #ff3300;}
div.colCont  ol li a {	color: black;}
div.colCont  ol li a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.colCont .producto {
	/*width: 175px;*/
	width:170px;
	min-height: 250px;
	height: auto;
	_height:250px;
	overflow: hidden;
	_overflow: visible;
	float: left;
	margin: 5px 3px;
	padding:20px 5px 5px 5px;
	text-align: center;	
	color:#666666;
	border:1px solid #f1f1f1;
}
.producto.novedad {
	background-image:url(../images/ico-novedad.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
 .producto.oferta { 
	background-image:url(../images/ico-oferta.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}
 .producto.liquidacion { 
	background-image:url(../images/ico-liquidacion.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}
div.colCont .producto h3{
	border-bottom:0px;
	font-size:90%;
}
div.colCont .producto h3 a{color:black;}
div.colCont .producto a:hover img{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	} 
div.colCont .producto dl{ margin:5px 0;}
div.colCont .producto dl dt{
	width:80px;
	float:left;
	text-align:right;	
}
div.colCont .producto dl dd{
	width:80px;
	float:left;
	clear:right;
	text-align:left;
}
	div.colCont .producto .marca{ color:black;}
	div.colCont .producto .precio_pasado{ text-decoration:line-through;}
	div.colCont .producto .precio_actual{ color:#CC0000; font-size:150%;}
	div.colCont .producto p{ margin:5px 0;  }
	div.colCont .producto form{  }
	div.colCont .producto form fieldset{ border:none; }
	div.colCont .producto form legend{ display:none; }
	div.colCont .producto .botonComprar {	
		margin-top:10px;
		width:auto;		
		text-align: right;	
		background-color:#9D0309;
		background-image:url(../images/fnd-botonComprar.gif);
		background-position:0 0;
		background-repeat:no-repeat;	
		border: none;
		color: #fff;
		font-weight: bold;
		padding: 2px 5px 6px 30px;
		cursor: pointer;	
	}
	div.colCont .producto .botonComprar a{ color:white;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#ficha-producto {
	width: 98%;
	margin-top:10px;
	min-height: 200px;
	height: auto;
	_height: 200px;
	overflow: hidden;
	_overflow: visible;
}
#ficha-producto img {
	float: left;
	margin: 0 5px 0 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#ficha-producto .datos-ficha{
	width:350px;
	float:left;
}
.datos-ficha #columna_izquierda{
	 width:42%;
	 float:left;
}
.datos-ficha #columna_derecha{
	float:right;
	width:42%; 
}
#ficha-producto .datos-ficha h2{
	margin:0;
	background-color:white;
	color:#000;
	font-size:175%;
}
#ficha-producto .datos-ficha p{
	margin:0;
	padding:0;
	line-height:1.4em;
}
#ficha-producto .datos-ficha span#precio{
	font-weight:bold;
	font-size:250%;
	line-height:1.2em;
	color:#cc0000;
}
#ficha-producto .datos-ficha form fieldset {	border: none;}
#ficha-producto .datos-ficha form fieldset legend {	display: none;}
#ficha-producto .datos-ficha form fieldset label {
	font-weight: bold;
	color: #585858;
}
input#sabores_producto,input#cantidad {
	width: 100px;	
	background-color: white;
	color: black;
	border:1px solid #7F9DB9;
}
#ficha-producto .datos-ficha form fieldset input.botonPrincipal {
		margin-top:10px;
		width:auto;		
		text-align: right;	
		background-color:#9D0309;
		background-image:url(../images/fnd-botonComprar.gif);
		background-position:0 0;
		background-repeat:no-repeat;	
		border: none;
		color: #fff;
		font-weight: bold;
		padding-left:25px;
		cursor: pointer;
		font-size:200%;
		margin-bottom:10px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#valoracion_iconos{ float:right;width:78px; color:#585858;  }
#valoracion{
	margin-bottom:10px;
	text-align:center;
	color:#585858;
	border:1px solid #ccc;
}
	#valoracion span{ font-size:250%; font-weight:bold; color:#585858;}
	#valoracion a{ font-size:80%; color:#585858; }
#iconos{ text-align:center; }
#iconos a{	color:#585858;}
/*///////////////////////////////////////////////////// CUPONES O CODIGOS DESCUENTO ///////////////////////////////////////////////////////////////*/
.cupon-tanto-x-ciento-1v h4, .cupon-tanto-x-ciento-2 h4, .cupon-tanto-x-ciento-2v h4, .cupon-tanto-x-ciento-1 h4, .cupon-envios-gratis-1 h4, .cupon-envios-gratis-1v h4, .cupon-envios-gratis-2 h4, .cupon-envios-gratis-2v h4, .cupon-euros-1 h4, .cupon-euros-2 h4, .cupon-euros-1v h4, .cupon-euros-2v h4{
	font-family:"Impact", Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:20px;
	margin:0;
	padding:0;
	margin-top:30px;
	border:none;
}
.cupon-tanto-x-ciento-1v p, .cupon-tanto-x-ciento-2 p, .cupon-tanto-x-ciento-2v p, .cupon-tanto-x-ciento-1 p, .cupon-envios-gratis-1 p, .cupon-envios-gratis-2 p, .cupon-envios-gratis-1v p, .cupon-envios-gratis-2v p, .cupon-euros-1 p, .cupon-euros-1v p, .cupon-euros-2 p, .cupon-euros-2v p{
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
}
.cupon-tanto-x-ciento-1v  strong, .cupon-tanto-x-ciento-2  strong, .cupon-tanto-x-ciento-2v  strong, .cupon-tanto-x-ciento-1  strong, .cupon-envios-gratis-1 strong, .cupon-envios-gratis-2 strong, .cupon-envios-gratis-1v strong, .cupon-envios-gratis-2v strong, .cupon-euros-1 strong, .cupon-euros-2 strong, .cupon-euros-1v strong, .cupon-euros-2v strong{float:right;}
.texto-cupon{ width:180px; float:left; margin-left:20px;}
/*/////////////////////////////////////////////////////////////*/
	.cupon-envios-gratis-1{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-envios-gratis-1.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
		
	}
	.cupon-envios-gratis-1v{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-envios-gratis-1v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
	}
	.cupon-envios-gratis-2{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-envios-gratis-2.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
	.cupon-envios-gratis-2v{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-envios-gratis-2v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
	.cupon-euros-1{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-euros-1.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
	}
	.cupon-euros-1v{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-euros-1v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
	}
	.cupon-euros-2{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-euros-2.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
	.cupon-euros-2v{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-euros-2v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
/*////////////////////////////////////////////////////////////*/	

	.cupon-tanto-x-ciento-1{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-tanto-x-ciento-1.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
	}
	.cupon-tanto-x-ciento-1v{
		margin-bottom:5px;
		margin-left:30px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-tanto-x-ciento-1v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:250px;
		height:178px;
		float:left;
	}
	.cupon-tanto-x-ciento-2{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-tanto-x-ciento-2.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
	.cupon-tanto-x-ciento-2v{
		margin-bottom:5px;
		padding-top:40px;
		background-image:url(../images/fnd-cupon-tanto-x-ciento-2v.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:100%;
		height:178px;
	}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.producto-cupon{ 
		height:105px;
		width:105px;
		float:right;
		border:1px solid #CCCCCC;	
		text-align:center;
		margin:8px 15px 8px 0px;
		background-color:#f1f1f1;
	}
	.producto-cupon img{ margin-top:10px;} 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p.productos-recomendados {
	font-weight: bold;
	color: #cc0000;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
	margin-bottom: 20px;
}
.productos-relacionados {
	width: 420px;
	height: 250px;
	margin: 10px auto;
	border: 1px solid #f1f1f1;
	padding: 1em;
}
.productos-relacionados p {
	width: 49%;
	float: left;
	text-align: center;
}
.productos-relacionados span.precio_pasado {	text-decoration: line-through;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.separata {
	clear: both;
	margin: 10px 0;
}
.separata hr {
	height: 1px;
	border: 1px solid #f1f1f1;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#paginacion {	text-align: right;}
#paginacion a {	font-weight: bold;}
#paginacion a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
form.form_contacto {
	width:50%;
	float:left;	
	display: block;
	margin: 15px auto;	
}
form.form_contacto fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
	display: block;
}
form.form_contacto fieldset legend {
	font-weight: bold;
	margin: 0 0 20px -5px;
	background-color:#cc0000;
	color:white;
	padding:2px;
}
form.form_contacto fieldset div {
	height: 3em;
	clear: both;
	padding: 0 10px;
}
form.form_contacto fieldset div.grande {
	height: 7em;
	clear: both;
}
form.form_contacto fieldset div label {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
	padding-left: 10px;
	background-image: url(../images/ico-doble-red.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}
form.form_contacto fieldset div label.checkbox { width:350px; padding-left:0; background-image:none;}
form.form_contacto fieldset div input{	width:240px;}
	form.form_contacto fieldset div input.checkbox{ width:20px;}
form.form_contacto fieldset div textarea {
	width:240px;
	height: 5em;
}
form.form_contacto fieldset div select {	width: 220px;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* productos */
.colCont table.productos_carrito {
	width: 100%;
	margin-bottom: 25px;
}
.colCont table.productos_carrito caption {	display: none;}
.colCont table.productos_carrito th {
	margin: 1em;
	padding: 0.5em;
}
.colCont table.productos_carrito td {	padding: 0.5em 0;}
.colCont table.productos_carrito td.carrito {	text-align: center;}
.colCont table.productos_carrito td a {
	color: #585858;
	text-decoration: underline;
}
.colCont table.productos_carrito td a:hover {
	text-decoration: none;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
.colCont table.productos_carrito td a.nombre { color:#cc0000;}
.colCont table.productos_carrito td input{ border:1px solid #7F9DB9;}
/*////////////////////////////////////////////////////////// carrito /////////////////////////////////////////////////////*/
.botones_carrito {	text-align: right;}
.botones_carrito ul {
	border-top: 1px solid #272727;
	padding-top: 10px;
}
.botones_carrito ul li {
	background-image: none;
	display: inline;
	padding-left: 0;
}
.botones_carrito ul li.botonSeguir a{ 
		width:auto;		
		text-align: right;	
		background-color:#99CC00;
		background-image:url(../images/fnd-botonSecundario.gif);
		background-position:0 0;
		background-repeat:no-repeat;	
		border: none;
		font-weight: bold;
		padding: 5px 5px 5px 5px;
		cursor: pointer;
		float:right;
		margin-right:5px;
		color:white;
}
.botones_carrito ul li.botonComprar a {
		width:auto;		
		text-align: right;	
		background-color:#9D0309;
		background-image:url(../images/fnd-botonComprar.gif);
		background-position:0 0;
		background-repeat:no-repeat;	
		border: none;
		font-weight: bold;
		padding: 5px 5px 5px 30px;
		cursor: pointer;
		float:right;
		margin-right:5px;
		color:white;
}
.botones_carrito ul li a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
form#validar input {
	border: 1px solid #7F9DB9;
	width: 50px;
}
form#validar input.botonPrincipal {
	background-color: #A8E119;
	border:none;
	color: white;
	font-weight: bold;
}
/*/////////////////////////////////// producto carrito nuevo //////////////////////////////////////////////////////////////*/
.producto-carrito{
	border:1px solid #ccc; 
	margin-bottom:5px; 
	padding:5px;
}
.producto-carrito form input{ border:1px solid #7F9DB9;}
.producto-carrito form input.botonEliminar{
	cursor:pointer;
	background-color:#ccc;
}
.producto-carrito form input.botonModificar{
	cursor:pointer;
	background-color:#ccc;
}
/*/////////////////////////////////// formulario datos adicionales del envio //////////////////////////////////////////////*/
form.form_pedido {
	font-size: 1.3em;
	margin: 50px auto;
	clear: both;
}
form.form_pedido fieldset {
	border: none;
	width: 45%;
	float: left;
	margin: 5px;
}
form.form_pedido fieldset legend {
	margin-left: -10px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0000;
}
form.form_pedido fieldset div {
	height: 3em;
	clear: both;
}
form.form_pedido fieldset div.grande {
	height: 7em;
	clear: both;
}
form.form_pedido fieldset div label{ display:block;}
form.form_pedido fieldset div input{
	width:220px;
}
form.form_pedido fieldset div textarea {
	width:220px;
	height: 5em;
}
form.form_pedido fieldset div textarea#observaciones {
	height:11em;
	width:275px;
}
/*/////////////////////////////////////////////////// formas de envio /////////////////////////////////////////////////////*/
.colCont table.formas_envio {
	width: 100%;
	margin-bottom: 25px;
	font-size: 1.1em;
}
.colCont table.formas_envio td {
	padding: 0.5em 0;
	border-bottom: 1px solid #272727;
}
.colCont table.formas_envio td.encabezado {
	background-color: #f1f1f1;
	color: #585858;
	font-weight: bold;
	padding: 0.4em;
	font-size: 0.9em;
}
.colCont table.formas_envio td.destacado {
	background-color: #f1f1f1;
	color: #585858;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
.colCont table.formas_envio td.centrado {	text-align: center;}
.colCont table.formas_envio td a {
	color: #fff;
	text-decoration: underline;
}
.colCont table.formas_envio td a:hover {	text-decoration: none;}
/*/////////////////////////////////////////////////// resumen pedido /////////////////////////////////////////////////////*/
.colCont dl.resumen_pedido {
	width: 29%;
	margin: 0 5px;
	float: left;
	background-color:#f1f1f1;
	padding:5px;
}
.colCont dl.resumen_pedido dt { font-weight:bold;}
.colCont dl.resumen_pedido dd {	line-height: 1.6em;}
/*////////////////////////////////////////////////////////// leyendas /////////////////////////////////////////////////////*/
.leyendas {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 20px 0;
}
.leyendas table {
	width: 60%;
	margin: 0 auto;
}
.leyendas table {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 0.2em;
}
/*//////////// botones formulario /////////////////*/
form div.botones {
	display: block;
	width: 100%;
	/* esto está mal echarle un vistazo*/
	text-align: right;
	margin: 20px 20px 20px 0;
}
form input.botonPrincipal {
	width: auto;
	padding: 0.1em 0.5em;
	font-weight: bold;
	cursor: pointer;
	background-color: #ff3300;
	border: none;
	color: white;
}
form input.botonSecundario {
	width: auto;
	padding: 0.1em 0.5em;
	font-weight: bold;
	cursor: pointer;
	background-color: #f1f1f1;
	color: #585858;
	border: none;
}
/*//////////////////////////////////////////*/
div.subir {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0 0 0;
}
div.subir a {
	color: #ccc;
	font-weight: bold;
}
div.subir a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
/*/////////////// opiniones ///////////////////////////*/
dl.opiniones {	margin: 0 10px;}
dl.opiniones dt {
	font-weight: normal;
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0;
	line-height: 1.4em;
}
dl.opiniones dt strong {	color: #cc0000;}
dl.opiniones dt span {	float: right;}
span.nota {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	background-image: url(../images/ico-estrella-activada.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-size: 100%;
}
dl.opiniones dt span.nota {
	width: 45px;
	height: 45px;
	background-image: url(../images/ico-estrella-activada.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 100%;
}
dl.opiniones dt span img {	margin: 0 2px;}
dl.opiniones dt a,.colCont dl dd a {
	color: #cc0000;
	text-decoration: none;
}
dl.opiniones dt a:hover,.colCont dl dd a:hover {	text-decoration: underline;}
dl.opiniones dd {
	padding: 5px;
	border: 1px solid #f1f1f1;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
form.form_opiniones {
	width:100%;
	float:left;	
	display: block;
	margin: 15px auto;	
}
form.form_opiniones fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
	display: block;
	padding:10px;
}
form.form_opiniones fieldset legend {
	font-weight: bold;
	margin: 0 0 20px -5px;
	background-color:#cc0000;
	color:white;
	padding:2px;
}
form.form_opiniones fieldset div {
	height: 3em;
	clear: both;
	padding: 0 10px;
}
form.form_opiniones fieldset div.grande {
	height: 7em;
	clear: both;
}
form.form_opiniones fieldset div label {
	display: block;
	float: left;
	font-weight: bold;
	width: 80px;
	padding-left: 10px;
	background-image: url(../images/ico-doble-red.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}
form.form_opiniones fieldset div label.checkbox { width:350px; padding-left:0; background-image:none;}
form.form_opiniones fieldset div input{	width:500px;}
	form.form_opiniones fieldset div input.checkbox{ width:20px;}
form.form_opiniones fieldset div textarea {
	width:500px;
	height: 5em;
}
form.form_opiniones fieldset div select {	width: 500px;}
/* lista de objetivos ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ol.lista_objetivos {	/*float: left;*/}
ol.lista_objetivos li {
	/*padding: 3px;*/
	margin: 0;
}
.productos-objetivos {	/*padding: 5px;*/}
a.ver-categoria {
	color: #FF3300;
	margin-top: 10px;
	border:1px solid red;
}
a.ver-categoria:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
/*////////////*/
div.colCont .top-ventas {
	width: 175px;
	float: left;
	margin: 5px 3px;
	padding:5px;
	text-align: center;
	color:#666666;
	background-color:#F1F1F1;
}
div.colCont .top-ventas h2{
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
}
div.colCont .top-ventas ol li{
	text-align:left;
	list-style:decimal;
	padding-left:0px;
	margin-bottom:5PX;
}
div.colCont .top-ventas ol li a{
	font-weight:normal;
	color:#666666;
}
div.colCont .top-ventas ol li a:hover{ 	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
	text-decoration:underline;
}
div.colCont .top-ventas ol li strong{ color:#cc0000;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
form.form_registro {
	width:63%;
	display: block;
	margin:10px auto;
}
form.form_registro fieldset {
	border: 1px solid #f1f1f1;
	display: block;
	margin:10px 0;
}
form.form_registro fieldset legend {
	font-weight: bold;
	margin: 0 0 20px -5px;
	background-color:#cc0000;
	color:white;
	padding:2px;
}
form.form_registro fieldset div {
	height: 3em;
	clear: both;
}
form.form_registro fieldset div label {
	display: block;
	float: left;
	font-weight: bold;
	width: 80px;
	padding-left: 10px;
	margin-left:10px;
	background-image: url(../images/ico-doble-red.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}
form.form_registro fieldset div input{	width:240px;}
form.form_registro fieldset div.botones input{	
	width:auto;
	margin-right:10px;
}
form.form_registro fieldset div.grande {
	height: 7em;
	clear: both;
}
form.form_registro fieldset div label.checkbox { width:350px; padding-left:0; background-image:none;}
form.form_registro fieldset div input.checkbox{ width:20px;}
form.form_registro fieldset div textarea {
	width:240px;
	height: 5em;
}
form.form_registro fieldset div select {	width:240px;}
/*//////////////////////////////////////////////////////////*/
table.resumen-carrito{float:right; width:250px; }
table.resumen-carrito td{ width:125px;}
table.resumen-carrito td.cifras{text-align:right;}
/*/////////////////////////////////////////////////////////*/
#ley { }
#ley p{ 
	font-size:85%;
	font-style:italic;
	text-align:justify;
	margin:20px 0;
} 
/*/////////////*/
dl.pasos{
	border:1px solid red;
}
dl.pasos dt{}
dl.pasos dt{}
/*//////////// FORMAS DE PAGO //////////////////////////////////////*/
.forma_pago{}
.forma_pago fieldset{ border:none;}
/*///// MAPA WEB //////////////////////////////////////////////////*/
.mapa-web-listas li{display:inline;}
	.mapa-web-listas li a{ color:#585858;}
	.mapa-web-listas li a:hover{ text-decoration:underline;}
/*////////////////////////////////////////////////////////////////*/
div.colCont .regalo {
	width: 175px;
	min-height: 200px;
	height: auto;
	_height:200px;
	overflow: hidden;
	_overflow: visible;
	float: left;
	margin: 5px 3px;
	padding:20px 5px 5px 5px;
	text-align: center;	
	color:#666666;
	border:1px solid #f1f1f1;
}
div.colCont .regalo.vip, div.colCont .regalo-carrito.vip  { 
	background-image:url(../images/cliente-vip.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

div.colCont .regalo-carrito{
width: 175px;
	min-height: 120px;
	height: auto;
	_height:120px;
	overflow: hidden;
	_overflow: visible;
	float: left;
	margin: 5px 3px;
	padding:20px 5px 5px 5px;
	text-align: center;	
	color:#666666;
	border:1px solid #f1f1f1;}
