@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

       
body.index {
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial;
	background-image: url(img/bg_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
#cabecera {
	height: 110px;
	width: 908px;
	margin: 0px auto 0px auto;

	/*border: 1px solid blacK;*/
}
	#cabecera img {
		float: left;
		margin-right: 20px;
		margin-top: 10px;
	}
#main-cabecera2{
	background-image: url(img/bg_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 110px;
}
	#cabecera-right {
		width: 300px;
		height: 96px;
		float: right;
	}
		#cabecera-right input[type='text'] {
			border: 1px #cccccc solid;
			background-color: #f4f6f3;
			background-image: url(img/search.png);
			background-position: center right;
			width: 205px;
			height: 19px;
			background-repeat: no-repeat;
			margin-top: 15px;
			color: #666666;
			padding: 3px;
			float: right;
		}
		#nota-carrito {
			background-color: white;
			width: 140px;
			float: right;
			margin-right: 20px;
			height: 20px;
			padding: 10px 0px 10px 0px;
			font-size: 8pt;
			color: #666666;
			text-align: center;
			font-weight: bold;
			margin-top: 28px;
			font-family: Arial, sans-serif;
		}
		#nota-carrito a {
			color: #666666;
		}
		#nota-carrito a:hover {
			color: #588fc6;
		}
		#nota-carrito img {
			float: none;
			margin-right: 0px;
			margin-top: 0px;
		}
#menu {
	width: 100%;
	height: 43px;
	background-color: #010101;
	color: white;
	padding: 17px 0px 0px 0px;
	background-image: url(img/fondo-menu.gif);
	background-repeat: repeat-x;
}
	#contenedor-menu {
		width: 908px;
		margin: 0px auto 0px auto;
	}
	#menu-left {
		float: left;
		color: white;
		font-size: 22px;
		font-family: Arial, Verdana;	
		font-weight:bold;	
		clear: both;
		margin-bottom: 10px;
	}
		#menu-left ul {
		}
		#menu-left li {
			display: inline;
			padding-left:10px;
			padding-bottom:5px;
			padding-top: 10px;
			font-weight: bold !important;
			width: 150px;
			background-color: #000;
			font-size: 0.75em;
		}
		#menu-left li a {
			color: #fff;
			border-bottom:1px solid black;
		}
		#menu-left li a:hover {
			color: #cccccc;
			border-bottom:1px solid silver;
		}
		
		#menu-left ul li ul {
			font-size: 16px;
			font-family: Arial, Verdana;	
			font-weight:bold;	
			line-height:25px;
			margin:0px 0 5px 0;
		}
		
	#menu-right {
		float: right;
		clear: both;
		color: white;
		margin-bottom:30px;
	}
		#menu-right ul {
			margin-top: 5px;
		}
		#menu-right li {
			display: inline;
			padding-left: 10px;
			padding-right: 10px;
			border-right: 1px #666666 solid;
			color: #000;
			font-family: Arial;
			text-transform: uppercase;
			font-size: 7pt;
		}
		#menu-right li a {
			color: #878787;
		}
		#menu-right li a:hover {
			color: #000000;
		}
#banner {
	width: 842px;
	border: 10px solid black;
	background-color: #cccccc;
	height: 430px;
	margin: 30px auto 10px auto;
}
#banner img {
	display: none;
}
#banner img.first {
	display: block;
}
#footer {
	width: 908px;
	height: 141px;
	margin: 0px auto 0px auto;
}
#footer-left {
	width: 472px;
	background-color: #121212;
	height: 141px;
	float: left;
	padding-left: 20px;
	color: white;
	font-family: Arial, Verdana;
	font-size: 10px;
}
#footer-left ul li{
	font-size:13px;
	margin-left:15px;
}
#footer-left ul li:hover{
	color:silver;
}
#footer-left h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	width: 200px;
}
#footer-left h2 {
	font-size: 10pt;
	font-weight: normal;
	width: 200px;

}
#footer-left h1 a {
	color: white;
}
#footer-left h1 a:hover {
	color: #cccccc;
}
#footer-left h2 a {
	color: white;
}
#footer-left h2 a:hover {
	color: #cccccc;
}
#footer-left img {
	float: right;
	background: #666666;
	margin-top: 20px;
	margin-right: 20px;
	border: 5px solid #cccccc;
}
#footer-right {
	width: 266px;
	background-color: #3B393A;
	height: 121px;
	float: right;
	background-image: url(img/corbata-pie.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 130px;
	padding-top: 20px;
	padding-right: 20px;
	font-family:Verdana, Arial;
}
#footer-right h1 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	font-weight:bold;
}
#footer-right h2 {
	color: white;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
#footer-right input[type='text'] {
	margin-top: 10px;
	width: 265px;
	border: 0px;
	height: 20px;
	color: #666666;
}
#footer-right input[type='submit'] {
	color: white;
	background-color: #588fc6;
	padding: 3px 7px 3px 7px;
	border: 0px;
	float: right;
	margin-top: 10px;
}
#pie {
	background-color: #666666;
	width: 908px;
	height: 20px;
	margin: 5px auto 0px auto;
	color: white;
	text-align: center;
	font-family: Arial;
	color: #cccccc;
	font-size: 8pt;
	padding-top: 10px;
}
#pie a{
	color: #CCC;
	font-weight:bold;
}
#pie a:hover {
	color: white;
}

/*LISTA CATEGORĶA*/

#lista-categoria {
	width: 851px;
	margin: 10px auto 10px auto;
	min-height: 300px;
}
#lista-categoria img#banner-categoria{
	border: 5px black solid;
	border-bottom: none;
}
#lista-categoria div.row {
	border:#cccccc solid 1px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 50px 10px 50px;
}
#migas-de-pan {
	float: right;
	color: #666666;
	font-size: 14px;
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family:Verdana, Arial;
	line-height:20px;
}
#modulo-producto {
	float: left;
	width: 200px;
	margin-right: 70px;
}
#modulo-producto img {
			border:0px;
		}
	#modulo-producto.end {
		margin-right: 0px;
	}
	#modulo-producto p {
		text-align: left;
		color: #588fc6;
	}
	#modulo-producto p.precio {
		font-size: 13px;
		margin-top: 5px;
		text-align: left;
		font-family: Arial, Verdana;
		color:black;
		padding-top:4px;
	}
	#modulo-producto p.precio strong{
		font-size: 15px;
		color: red;
		font-weight: bold;
	}
	#modulo-producto p a {
		text-align: center;
		color: #588fc6;
		text-decoration: none;
	}
	#modulo-producto p a:hover {
		text-align: center;
		color: #cccccc;
		text-decoration: underline;
	}
	#mini {
		width: 215px;
		margin: 5px auto 0px auto;
	}
	#mini img {
		border: 1px solid #EEEEEE;
		padding: 0 1px 0 1px;
		background-color: #FBFBFB;
		margin-right:2px;
	}
		
		
#ficha-producto {
	background-color: #EDF1F0;
	border: #cccccc solid 1px;
	-moz-border-radius: 10px;	
	margin-top: 20px;
	padding: 20px;
	overflow:auto;
	position: relative;
	width:811px;
}
#ficha-producto input {
	border:1px solid silver;
	padding:2px;
	margin:2px;
}
#ficha-producto textarea {
	border:1px solid silver;
	padding:2px;
	margin:2px;
	font-family:Arial, Verdana;
	font-size:1em;
}
#ficha-producto select {
	border:1px solid silver;
	padding:2px;
	margin:2px;
	font-family:Arial, Verdana;
}
#ficha-producto td {
	vertical-align:center;
}
#ficha-producto legend {
	color: #FF6213;
	font-weight: bold;
	padding:0 5px 0 5px;
}
#ficha-producto h1 {
	background-color: white;
	width: 400px;
	color: #585858;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 15px;
	border-bottom:1px solid silver;
	font-size:20px;
}
#ficha-producto h1 span {
	color: #ff6213;
}
#ficha-producto-left {
	width: 400px;
	float: left;
}
#ficha-producto-left p {
	margin-bottom: 5px;
	margin-top:10px;
	font-size:12px;
	line-height:15px;
}
#ficha-producto-left p b{
	color:#585858; 
}
#ficha-producto-left ul {
	padding-left:20px;
}
#ficha-producto-left li {
	padding: 0px;
	margin: 0px;
}
#ficha-producto-precio {
	background-image: url(img/bg_precio_ficha.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-top: 30px;
	padding-top:3px;
	height: 27px!important;
	width:294px;
	float:left;
	color:black;
}
#ficha-producto-precio b{
	font-size: 16px;
	color: #FF8000;
	font-family: Arial, Verdana;
}
#ficha-producto-precio i{
	font-size: 10px;
	color: gray;
}

.miniaturas {
	width: 400px;
	padding-left: -10px;
	padding-right: 0px;
	border: #cccccc solid 1px;
	-moz-border-radius: 10px;
	overflow: auto;
}
.miniaturas img {
	width: 90px;
	margin-left:10px;
	float: left;
	padding: 0px;
}
#anadir-carrito {
	float: right;
	margin-right: 20px;
	background-color: white;
	cursor: hand;
	cursor: pointer;
}
#anadir-carrito:hover {
	float: right;
	margin-right: 20px;
	background-color: #cccccc;
	cursor: hand;
	cursor: pointer;
}
.carrito{
	font-size:0.85em;
	color:#000000;
}
.carrito a{
	text-decoration:underline;
	color: black;
}
.carrito td{
	vertical-align:top;
	border:1px dotted #EFEFEF;
}
.carrito img{
	border:1px solid silver;
}
.cabecera_carrito{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
}
.pie_carrito{
	font-size:10px;
	background-color:#CCCCCC;
	text-align:right;
}
.input_carrito_cantidad {
	font-size:10px;
	/*border:1px solid #dfdfdf;*/
	text-align:center;
	width:20px;
}
.boton_generico{
	border:1px solid silver;
	background-color: #666666;
	color:white;	
	padding:3px;
}
.boton_generico_fix {
	border:1px solid silver;
	background-color: #D10E0E;
	color:white;	
	padding:3px;
}		
.mas-info {
	color: white;
	background-color: #333333;
	padding: 2px 3px 2px 3px;
	font-size: 9px;
	/*width: 27px;*/
	/*float: right;*/
	position:absolute;
	right:0px;
	top:0px;
	font-weight: bold;
}
.mas-info a {
	color: white;
	text-decoration: none;
}
.mas-info:hover {
	background-color: #cccccc;
	padding: 2px 3px 2px 3px;
	cursor: hand;
	cursor: pointer;
}
#campana {
	width: 851px;
	margin: 0px auto 15px auto;
	overflow: auto;
}
#campana span {
	width: 144px;
	margin:13px;
	float: left;
}
#campana span h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	/*margin-bottom: 10px;*/
	background-color: white;
	height: 15px;
	width: 144px;
	padding:7px 0px 5px 0px !important;
}
#campana span h1 a {
	color: #333333;
	text-decoration: none;
}
#campana span h1 a:hover {
	color: #ff6213;
	text-decoration: none;
}
#campana span h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	color: #333333;
	height: 30px;
}
#campana p {
	height: 30px;
}
#campana p a {
	color: #8d8d8a;
	text-decoration: none; 
}
#campana p a:hover {
	color: #ff6213;
	text-decoration: none; 
}		
.precio {
	color: #000;
	/*margin-top: 5px;*/
	padding:0px 0px 3px 3px;
	/*background-color: #F0F0F0;*/
	background-image: url(img/bg_precio.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	margin-bottom: 5px;
	height: 20px!important;
	width:204px;
}
.precio-small {
	color: #000;
	/*margin-top: 5px;*/
	padding:0px 0px 3px 3px;
	/*background-color: #F0F0F0;*/
	background-image: url(img/bg_precio2.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	margin-bottom: 10px;
	height: 20px!important;
	width:144px;
}
.precio b{
	color: #ff6213;
	font-weight: bold;
	font-size:1.3em;
}
.precio-small b{
	color: #ff6213;
	font-weight: bold;
	font-size:1.3em;
}
#cuerpo {
	width: 851px;
	margin:0px auto 0px auto;
	border: 8px solid white;
	z-index: 1;
	margin-top: 30px;
}
#cuerpo h1 {
	width: 837px;
	height:24px;
	background-color: #0F43A4;
	color: white;
	padding: 7px;
	font-size: 20px;
}
#detalle_carrito{
	font-size:11px;
}
#detalle_carrito h2 {
	font-size:20px;
}
#detalle_carrito h1 {
	border-bottom: 2px solid black;
	background-color: #314B87;
}
#datos_pedido{
	font-size:11px;
}
#datos_pedido h2 {
	color: #696969;
}
#datos_pedido h1 {
	border-bottom: 2px solid black;
}
.productopadre p{
	padding: 1px;
	background-color: #FFF;
	width:202px;
	font-family: Arial, Verdana;
	text-align:center;
		margin-bottom:3px;
}
.productopadre strong{
	color: black;
	font-size:12px;
}
#empresas {
	margin-bottom: 20px;
}
	#empresas h1 {
		background-color: transparent;
		border: 0px;
		color: #666666;
		padding: 0px;
		margin-bottom: 20px;
	}
	#empresas li {
		list-style-type: decimal!important;
		margin-left: 30px;
		line-height: 20px;
	}
	#empresas p {
		margin-bottom: 10px;
	}
.descuento_promocion{
	color:#D10E0E;
}
