/* CSS Document */
.colCont {
	
}

/*//////////////////////////////////*/
.colCont #migas {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	font-size: 1.1em;
}

.colCont #migas ul {
	margin: 0.8em auto 0.8em 5px;
}

.colCont #migas ul li {
	display: inline;
	padding-right: 0.5em;
	font-weight: bold;
	color: #FE3B00;
}

.colCont #migas ul li a {
	text-decoration: underline;
	color: #fff;
	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;
}

.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: #fff;
	font-weight: normal;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont .rojo {
	color: #FE3B00;
}

.colCont .azul {
	color: #456CFF;
}

.colCont .amarillo {
	color: #ffcc00;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont h1 {
	
}

.colCont h2 {
	color: #456CFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
}

.colCont h2 a {
	color: #456CFF;;
}

.colCont h2 a:hover {
	text-decoration: underline;
}

.colCont h3 {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	padding: 1.2em;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
	margin: 10px 0;
}

.colCont h3 a {
	color: #FFCC00;
}

.colCont h3 a:hover {
	text-decoration: underline;
}

.colCont h4 {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0 0 0.5em 0.5em;
	margin: 1em 0 0.5em 0;
	border-bottom: 1px solid #292929;
}

.colCont h5 {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0.5em;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
}

.colCont h6 {
	
}

.colCont p {
	line-height: 1.6em;
	margin: 10px 0;
	font-size: 1.3em;
}

.colCont p a {
	color: white;
	text-decoration: underline;
}

.colCont p a:hover {
	text-decoration: none;
}

.colCont p.fecha {
	font-weight: bold;
	margin: 10px 0;
	color: #456CFF;
}

.colCont p.autor {
	font-weight: bold;
	margin: 10px 0;
	color: #456CFF;
	text-align: right;
}

.colCont address {
	line-height: 1.6em;
	margin: 20px 0 20px 175px;
	font-size: 1.3em;
}

.colCont address a {
	color: #456CFF;
}

.colCont address a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont ul.lista {
	margin: 5px 25px;
	font-size: 1.3em;
}

.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: white;
	text-decoration: none;
}

.colCont ul.lista li a:hover {
	text-decoration: underline;
}

.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: 30px;
	list-style-type: decimal;
}

.colCont ol li {
	padding-left: 30px;
	line-height: 1.6em;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logotipo-marca {
	text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.producto {
	width: 185px;
	float: left;
	margin: 5px 3px 5px 3px;
	text-align: center;
}

.producto img {
	margin: 2px 0;
}

.producto ul {
	float: left;
	clear: right;
	width: 185px;
}

.producto ul li {
	line-height: 1.6em;
}

.producto ul li a {
	color: white;
}

.producto ul li a:hover {
	text-decoration: underline;
}

.producto ul li strong.nombre {
	color: #66ffff;
}

.producto ul li strong.marca { /*color:#ff3300;*/
	color: #456CFF;
}

.producto ul li span.precio_pasado {
	text-decoration: line-through;
}

.producto ul li strong.precio_actual {
	color: #ffcc00;
}

.producto form.botonProducto {
	text-align: right;
}

.producto form.botonProducto fieldset {
	border: none;
}

.producto form.botonProducto fieldset legend {
	display: none;
}

.producto form.botonProducto fieldset {
	
}

.producto form.botonProducto fieldset input {
	color: white;
}

.producto form.botonProducto fieldset input.botonPrincipal {
	background-color: #2842EB;
	background-image: url(../images/fnd-botonPrincipal.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 5px 2px 5px 2px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin: 10px 0 0 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.producto.ficha {
	width: 300px;
	float: left;
	margin: 5px 20px 5px 3px;
}

.producto.ficha img {
	float: left;
	margin: 0 10px 0 0;
}

.producto.ficha ul {
	width: 165px;
	text-align: left;
}

.producto.ficha form {
	
}

.producto.ficha form fieldset {
	border: none;
}

.producto.ficha form fieldset legend {
	display: none;
}

.producto.ficha form fieldset label {
	font-weight: bold;
	color: #3E66FF;
}

input#sabores_producto,input#cantidad {
	width: 100px;
	border: 1px solid #666;
	background-color: black;
	color: white;
}

.producto.ficha form fieldset input.botonPrincipal {
	background-color: #494546;
	background-image: url(../images/fnd-botonPrincipal.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 5px 2px 5px 2px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin: 10px 0 0 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fabricante-categoria {
	font-weight: bold;
}

.fabricante-categoria ul {
	margin-bottom: 15px;
}

.fabricante-categoria ul li {
	line-height: 1.6em;
}

.fabricante-categoria ul li a.enlace-web {
	text-decoration: underline;
	color: #3E66FF;
	font-weight: normal;
}

.fabricante-categoria ul li a.enlace-web:hover {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p.productos-recomendados {
	font-weight: bold;
	color: #ff3300;
	border-top: 1px solid #272727;
	padding-top: 10px;
	margin-bottom: 20px;
}

.productos-relacionados {
	width: 420px;
	height: 250px;
	margin: 10px auto;
	border: 1px solid #272727;
	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 #353535;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#paginacion {
	text-align: right;
}

#paginacion a {
	font-weight: bold;
}

#paginacion a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
form.form_contacto {
	font-size: 1.3em;
	display: block;
	margin: 50px auto;
	width: 450px;
}

form.form_contacto fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #585858;
	display: block;
}

form.form_contacto fieldset legend {
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	margin: 0 0 20px -5px;
}

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: 190px;
	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 textarea {
	width: 150px;
	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;
	border-bottom: 1px solid #272727;
}

.colCont table.productos_carrito td.carrito {
	text-align: center;
}

.colCont table.productos_carrito td a {
	color: #fff;
	text-decoration: underline;
}

.colCont table.productos_carrito td a:hover {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////// 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 a {
	color: #fff;
}

.botones_carrito ul li a:hover {
	text-decoration: underline;
}

form#validar {
	
}

form#validar input {
	border: 1px solid #272727;
	width: 50px;
	background-color: #585858;
}

form#validar input.botonPrincipal {
	background-color: #272727;
	color: white;
	font-weight: bold;
}

/*/////////////////////////////////// formulario datos adicionales del envio //////////////////////////////////////////////*/
form.form_pedido {
	font-size: 1.3em;
	margin: 50px auto;
	clear: both;
}

form.form_pedido fieldset {
	border: none;
	width: 30%;
	float: left;
	margin: 5px;
}

form.form_pedido fieldset legend {
	margin-left: -10px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}

form.form_pedido fieldset div {
	height: 3em;
	clear: both;
}

form.form_pedido fieldset div.grande {
	height: 7em;
	clear: both;
}

form.form_pedido fieldset div textarea {
	width: 150px;
	height: 5em;
}

/*/////////////////////////////////////////////////// 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 {
	font-size: 1.3em;
}

.colCont dl dt {
	color: #456CFF;
	margin: 20px 0;
	font-weight: bold;
	line-height: 1.6em;
}

.colCont dl dt a {
	color: #456CFF;
}

.colCont dl dt a:hover {
	text-decoration: underline;
}

.colCont dl dd a {
	color: #456CFF;
}

.colCont dl dd a:hover {
	text-decoration: underline;
}

.colCont dl.resumen_pedido {
	font-size: 1.3em;
	width: 31%;
	margin: 0 5px;
	float: left;
}

.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 #585858;
	border-bottom: 1px solid #585858;
	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.colCont  ol {
	margin: 10px 0 10px 40px;
	font-size: 1.3em;
}

div.colCont  ol li {
	list-style-type: decimal;
}

div.colCont  ol li {
	line-height: 1.8em;
}

div.colCont  ol li strong {
	color: #ff3300;
}

div.colCont  ol li a {
	color: white;
}

div.colCont  ol li a:hover {
	text-decoration: underline;
}

/*//////////////////////////////////////////*/
div.subir {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	border-top: 1px solid #585858;
	padding: 10px 0 0 0;
}

div.subir a {
	color: #456CFF;
	font-weight: bold;
}

div.subir a:hover {
	text-decoration: underline;
}

/* /////////////// top ventas //////////////////////////*/
div.colCont .top-ventas {
	
}

/*/////////////// 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: #0078C7;
}

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: #0078C7;
	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;
}

/* lista de objetivos ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ol.lista_objetivos {
	width: 30%;
	float: left;
	background-color: #585858;
	color: #fff;
	border: 1px solid white;
}

ol.lista_objetivos li {
	padding: 3px;
	margin: 0;
	font-size: 75%;
}

.productos-objetivos {
	float: right;
	width: 40%;
	background-color: #000;
	color: white;
	padding: 5px;
	border: 1px solid white;
}

a.ver-categoria {
	color: #FF3300;
	margin-top: 10px;
	float: right;
}

a.ver-categoria:hover {
	text-decoration: underline;
}