body {
	margin: 0; padding: 0;
	background: #616161 url(fondo.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #707070;
}

img {
	border: 0;
}

h3 {
	font-size: 15px;
	color: #010101;
	font-weight: normal;
	margin: 5px 0 2px 0;
}

h3 a {
	color: #006871;
	text-decoration: none;
}

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

.title a, .readMore a, .comment-author, #errorPage  h2, #headerCategory .right h1, #content h2, .cartPage tr th, .cartPageSubtotal, 
#prodPageDetail #description .features, #relatedSalesTitle {
	color: #A50202; /*Rojo corporativo*/
}

#errorPage p, #headerCategory .right .desc, #content, #content strong {
	color: #4F4F4F  /*Gris corporativo (regular)*/	
}

h3, .item, #footmenu, #copy, h1, .title a, .title a:hover, #menu, #menu a, .cart, .cart a, #footmenu a, .current, #nav h2, #nav ul li a, #menuLateral .central,
.productoTitulo, .precioAnt, .precio, #telephone, #email, #address, #relatedSalesTitle  {
		font-family: "Myriad Pro", "Trebuchet MS", arial, sans-serif;
}

/*#headerCategory .right h1, #headerCategory .right .desc, #novedadesBox,*/

#comment-form h2, h1, h1 a, .title a, .date, .readMore a, .comment-author, #nComments, #menu, #menu a, #footmenu a, 
#paginationControl a, #paginationControl .current, #errorPage h2, #headerCategory .right h1, #content h2, .cartPageProdTitulo, 
.cartPageProdTitulo a, #relatedSalesTitle {
	font-style: italic;	
	font-weight: bold;	
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.center {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 138px;
}

#headerRight {
	width: 550px; 
	padding-top: 25px; 
	float: right;
}

#logo {
	padding-top: 38px;
	float: left;
}

#menu {
	float: right;
	color: #fff;
	height: 40px;
}

#menu, #menu a {
	color: #fff; text-decoration: none;
	font-size: 20px;
}

#menu a {
	padding: 0 3px 5px 3px;
}

#menu a.sel {
	border-bottom: 3px solid #fff;
}

#languages {
	color: #eee;
	padding: 5px 0 0 0; margin: 0 auto -5px auto;
	text-align: right; font-weight: bold;
}
#languages a {
	color: #aaa; font-weight: normal;
}
#languages a:hover {
	color: #fff;
}

#main {
	background: #fff;
	padding: 15px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#welcome {
	background: #fff;
	font-size: 15px;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.col {
	width: 50%;
	float: left;
}

#nav {
	padding-left: 50px;
	padding-right: 40px;
	width: 179px;
	float: left;
}

#content {
	float: right;
	width: 641px;
	padding-right: 49px;			
	font-size: 14px;
	font: "Trebuchet MS", Arial;
}

#page-index #content {
	float: none;
	width: 863px;
	margin: 0 auto;	
}

#content strong {
	font-size: 16px;
	font-weight: bold;
}

.item {
	float: left;
	width: 195px;
	height: 230px;
	margin: 25px 25px 25px 0px;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	text-align: center;
}


.pic {
	height: 150px;
	width: 160px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
}

.pic img {
	width: 160px;
}

.last {
	margin-right: 0px;
}

.price {
	color: #3e3e3e; font-weight: bold; font-size: 20px;
	margin: 5px 0 0 0;
}

.price del {
	display: block;
	font-size: 12px;
	height: 1.3em;
	font-weight: normal;
	color: #797979;
}

.price .offer {
	color: #c01b1b;
}

#pagination {
	clear: both;
}

#footer {
	padding: 15px 0;
	text-align: center;
}

#footmenu {
	background: #fff;
	padding: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#footmenu a {
	color: #320808; text-decoration: none; font-size: 20px; padding: 0 7px; font-weight: bold; font-style: italic;
}
#footmenu a:hover {
	text-decoration: underline;
}

#footer .cart {
	margin: 10px 20px 0 0;
}

#copy {
	padding: 20px 0; color: #fff; font-size: 12px; text-align: center;
}
#copy a {
	color: #fff;
}

/* -------- */

h1{
	color: #262626;
	text-decoration: none;
	font-size: 30px;
}

h1 a{
	color: #262626;
	font-size: 30px;		
	text-decoration: none;	
}

/* Botones de cartrito en header y footer */

.cart, .cart a {
	color: #fff;
}
.cart {
	text-align: right;
	background: url(bgbotcarrito.png) left top repeat-x;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 19px;
	float: right;	
	margin-top: 5px;	
	margin-left: 15px;
	padding: 0px 20px 0 20px;		
}

/* Caja de búsqueda */
.search {
	background: url(caja_buscar.gif) no-repeat; 
	height: 26px;
	margin-top: 28px;		
	width: 190px;
	float: right;	
}

.search input {
	margin-left: 10px;
	margin-top: 3px;
	border-style: none;
	border: none 0px;
	width: 150px;
}

/* Página carrito */

.cartPage {
	border-spacing: 0px;
	float: right;
}

.cartPage tr th {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.cartPageProdTitulo {
	padding: 10px 10px 10px 10px;
	width: 100px;	
}

.cartPageProductoTitulo a {
	font-weight: bold;
}

.cartPageProdTitulo, .cartPageProdTitulo a
{
	text-decoration: none;	
	font-size: 16px;	
	color: #000;
}

.cartPagePrecio {
	color: #3E3E3E;
}

.cartPagePrecioTotalBox {
	color: #FFF;
	background-color: #6B6B6B;	
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.cartPageSubtotalBox {
	color: #FFF;
	background-color: #A50303;	
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.cartPageSubtotalBox {
	padding: 20px 5px 20px 5px;
}

.cartPagePrecioTotalBox, .cartPagePrecio, .cartPageSubtotalBox {
	font-size: 20px;
	font-weight: bold;		
}

.cartPageEliminar {
	text-align: center;
}

.cartPageBackgGris {
	background-color: #EDEDED;
}

.cartPageImgProducto {
	vertical-align: top;
}

.cartPageImgProducto img {
	border: solid 1px #C5C5C5;
}

.cartPageQuantity {
	text-align: center;
}

.cartPageQuantity input {
	width: 39px;
	height: 31px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.cartPageProdCol {
	width: 115px;
}

.cartPageHeader th {
	padding-bottom: 15px;
}

.cartPageSubtotal {
	font-size: 20px;
	font-weight: bold;
	text-align: right;	
}

.cartButtons {
	width: 100%; 
	overflow: hidden; 
	clear: both; 
	padding-top: 30px;
}

.cartButtons #update {
	float: left;
}

.cartButtons #checkout {
	float: right;
}


/* Listado de artículos y detalle */

.title a {
	font-size: 30px;
	text-decoration: none;
}

.calendar {
	width: 39px;
	height: 48px;
	background: url(calendario.png) no-repeat; 	 
	padding-top: 18px;
	text-align: center;
	float: left;
}

.blogTitleText {
	padding-top: 1px;
	margin-left: 54px;
	margin-right: 85px;
}

.date {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;	
}

.ac {
	clear: both;
	margin-bottom: 0px;
}

.article {
	margin-bottom: 50px;
	border-bottom: 1px solid #c8d4d2;
	margin-right: 52px;
}

.readMore a, .comment-author {
	font-size: 16px;
}

.readMore a {
	text-decoration: none;	
}

/* Comentarios */

#nComments {
	font-size: 16px;
	color: #FFF;
	width: 28px;
	height: 28px;
	background: url(n_comentarios.png) no-repeat; 	 
	text-align: center;
	float: left;
	margin: -2px 10px;
	padding-top: 2px;
}

#comments {
	padding-top: 20px;
}

.ac, .comment {
	font-size: 14px;
	color: #515050;
}

#comment-list {
	list-style: none; 
	padding-left: -10px; 
	margin-right: 85px;
	padding-top: 10px;
	border-bottom: 1px solid #c8d4d2;	
}

#comment-list li {
	padding-bottom: 30px;
}

#comment-form h2 {
	color: #525252;	
}

#commentsFields {
	width: 320px;	
	margin-top:20px;
	overflow: hidden;
}

.commentsField {
	float: left; 
	clear: both;
	font-size: 16px;
	color: #525252;
}

.commentsSubmit {
	float: right; 
	clear: both;
}

.commentsTextBox, .commentsTextArea {
	float: right;
	padding-left: 10px;
	padding-top: 5px;	
}

.commentsTextBox {
	background: url(cajatexto.png) no-repeat; 	 	
	width: 195px;
	height: 31px;
}

.commentsTextBox input {
	width: 175px;
}

.commentsTextArea {
	background: url(textarea.png) no-repeat; 
	width: 169px;	
	height: 101px;
}

.commentsTextArea textarea {
	width: 145px;
	height: 85px;
}

.commentsInputs {
	border: 0px none #000;
	font-size: 12px;
}

.commentsSeparator {
	clear: both; 
	height: 10px;
}

.captcha {
	clear: both; 
	padding-top: 15px;
}

.input-error { border:2px solid #f00; }

div .error label { font-weight:bold; color:#000; }

.containerCommentSubmit {
	width: 80px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Paginación */

#paginationControl {
	width: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#paginationControl a, #paginationControl .current {
	color: #A50303;
	text-decoration: none;
	font-size: 26px;
}

/* Menús laterales */

#nav h2 {
	color: #A50303;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

#nav ul {
	list-style: none;	
}

#nav ul li a {
	color: #515050;
	font-style: italic;
	text-decoration: none;
	font-size: 16px;
}

#menuLateral {
	width: 180px; 
	margin: 25px 0px 25px 0px;
}

#menuLateral tr td h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuLateral tr td ul {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#menuLateral tr td ul li {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#menuLateral .supIzq {
	background: url(menu_sup_izq.png) no-repeat; 
}

#menuLateral .sup {
	background: url(menu_lateral_sup.png) repeat-x;
}

#menuLateral .supDer {
	background: url(menu_sup_der.png) no-repeat; 
}

#menuLateral .infIzq {
	background: url(menu_inf_izq.png) no-repeat; 
}

#menuLateral .inf {	
	background: url(menu_lateral_inf.png) repeat-x;
}

#menuLateral .infDer {
	background: url(menu_inf_der.png) no-repeat; 
}

#menuLateral .izq {
	background: url(menu_lateral_izq.png) repeat-y; 
}

#menuLateral .central, #menuLateral .der {
	background-color: #E7E7E7;
}

#menuLateral .central, #menuLateral .sup, #menuLateral .inf {
	width: 144px; 
}

#menuLateral .sup, #menuLateral .inf {
	height: 18px;
}

#menuLateral .supIzq, #menuLateral .supDer, #menuLateral .infIzq, #menuLateral .infDer, #menuLateral .der {
	width: 18px; 
}

#menuLateral .izq {
	width: 18px;
}

.topVentas {
	overflow: hidden;
	width: 144px;
}

.topVentasImg a img {
	border: solid 1px #AFAFAF;	
}

.topVentasImg {
	float: left;
	margin-top: 15px;
	clear: both;
	width: 52px;
	text-align: center;
}

.topVentasInfo {
	padding-left: 10px;
	width: 80px;
	margin-top: 15px;
	float: left;
}

/* Página de error */

#errorPage h2 {
	font-size: 38px;
}

#errorPage img {
	float: left; 
	margin-right: 15px; 
	margin-top: -10px;  
}

#errorPage {
	margin-top: 35px;
}

#errorPage p {
	font-size: 16px;	
	font-weight: bold;	
}

/* Precio, precio anterior y título de producto -*/

.productoTitulo {
	font-size: 16px;	
	color: #000;
}

#listadoProductos .productoTitulo a {
	margin-top: 3px;
}

.productoTitulo a {
	font-size: 16px;	
	color: #000;
	text-decoration: none;
	display: block;
}

.precioAnt {
	font-size: 12px;
	font-style: italic;
	color: #797979;
	display: block;	
	height: 1.3em;	
}

.precio {
	font-size: 20px;
	font-weight: bold;	
	color: #BF1B1B;
}

/* Cabecera de la página de "category" */

#headerCategory {
	background: #fff;
	font-size: 15px;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#headerCategory .left {
	float: left;
	width: 414px;
}

#headerCategory .right {
	width: 460px;
	float: left;
	padding-left: 20px;
}

#headerCategory .right h1 {
	font-size: 60px;
	margin-top: 10px;
	padding-top: 0px;	
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#headerCategory .right .desc {
	font-size: 14px;
}

.infoProduct {
	margin-top: 5px;
	padding-top: 0px;
}

/* Cajas de "novedades", "ofertas* y "contacto" */

#bottomBoxes {
	clear:both;
	margin-left: 50px;	
	overflow: hidden;
	padding-top: 25px;
}

#novedadesBox {
	background: url(novedades.jpg) no-repeat; 	
	width: 422px;
	height: 194px;
}

#contactoBox {
	background: url(contacto.jpg) no-repeat; 		
	width: 201px;
	height: 194px;	
}

#novedadesBox div
{
	width: 402px;
	height: 180px;
	padding: 45px 17px 0px 17px;
	text-decoration: none;	
}

#novedadesBox, #ofertasBox, #contactoBox {
	float: left;
}

#novedadesBox, #ofertasBox {
	margin-right: 22px;
}

#novedadesBox div, #novedadesBox a {
	color: #FFF;
}

#novedadesBox a {
	font-style: italic;
}

.bottomBoxesMarginIndex {
	margin-left: 45px !important;
}

#socialNetworks {
	margin: 30px 0px 0px 15px; height: 20px;
}

#telephone {
	margin: 27px 5px 0px 50px;
}

#email {
	margin: 20px 5px 0px 50px;
}

#address {
	margin: 20px 5px 0px 50px;	
}

#telephone, #email, #address {
	color: #333333;
}

/* Página de productos */

.prodPageTitle {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;		
}

.prodPageSubtitle {
	font-size: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#prodPageDetail {
	margin-top: 15px;
	overflow: hidden;
}

#prodPageDetail #detail, #prodPageDetail #description, #prodPageDetail #img {
	float: left;
}

#prodPageDetail #detail {
	width: 270px;
	text-align: center;
}

#prodPageDetail ul {
	list-style: none;
}

#prodPageDetail #detail p {
	margin-top: 0px;
}

#prodPageDetail #description {
	width: 356px;
	padding-left: 15px;	
}

#prodPageDetail #description .features {
	font-weight: bold;
	font-size: 16px;
}

#prodPageDetail #img {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#prodPageDetail #thumbnails {
	width: 100%;
	margin-top: 30px;
	float: left;
	overflow: hidden;
}

#prodPageDetail #thumbnails div {
	float: left;
	margin-right: 20px;
	margin-top: 20px;	
	height: 100px;
	width: 100px;
}

#prodPageDetail #thumbnails div img {
	border: solid 1px #C5C5C5;
	width: 98px;
}

#prodPageDetail label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px;
}

.attribute-selector-group {
    margin: 10px 0 10px 0;
}

#variants-wrapper {
	text-align: left; margin: 0 auto;
	padding: 1em 0;
}

#relatedSales  {
	overflow: hidden;
	padding-left: 50px;
	padding-top: 67px;
	clear: both;
}

#relatedSales .item {
	float: left;
}

#relatedSalesTitle {
	font-size: 20px;
	margin-bottom: 0px;
}

/* Capas contenedoras de otras que floten */
.containerFloating {
	width: 100%;
	overflow: hidden;
  }
   
/* Slideshow */ 
#slideNavContainer {
	float: right;
	margin-right: 13px;
}

#slideNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

#slideNav li { float: left; margin-right: 8px; list-style: none; }

#slideNav div { 
	background: url(slide_nav.jpg);
	width: 15px;
	height: 15px;
}

#slideNav .activeSlide div {
	background: url(slide_nav_sel.jpg);
	width: 15px;
	height: 15px;
}