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

@font-face {
    font-family: "calendas";
    src: url('../tipografias/calendas-plus.ttf');
    *src: url('../tipografias/calendas-plus.eot');
}


body,html {
	margin:					0;
	padding:				0;
	font-size:13px;
	font-family:"calendas";
	background:#EFEFEF;
}

a{
	color:#681314;
	text-decoration:none;
        font-family:"calendas";
}

a:hover{
	text-decoration:underline;	
}

h1{
	font-weight:normal;
	font-size:18px;
	color:#681314;
}

h3{
	color:#681314;
}


input,textarea{
  font-family:"calendas";
  font-size:16px;
}

#contenedorDegradado{
  float:left;
  width:100%;
  background: rgba(197,197,197,1);
  background: -moz-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,197,197,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(197,197,197,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 );  
}

#contenedorPrincipal{
  float:left;
  width:100%;
  background:url("../img/pix/tapiz.png") center top no-repeat;  
}




#contenedorPrincipal>#contenedorPagina{
  width:990px;
  margin:0 auto;
  
}

#contenedorPrincipal>#contenedorPagina #contenedorSombra{
  float:left;
  width:100%;
  box-shadow:0 0 15px 1px #757575;  
}


#contenedorPrincipal>#contenedorPagina #cabecera{
  float:left;
  width:100%;
  height:205px;
  background:#FFF;
}

#contenedorPrincipal>#contenedorPagina #cabecera>#adornoIzq{
  float:left;
  width:240px;
  margin-left:40px;
  margin-top:35px;
}

#contenedorPrincipal>#contenedorPagina #cabecera>#logo{
  float:left;
  width:470px;
}

#contenedorPrincipal>#contenedorPagina #cabecera>#logo>#titulo{
  float:left;
  width:100%;  
}

#contenedorPrincipal>#contenedorPagina #cabecera>#logo>#titulo>h1{
  float:left;
  width:100%;
  text-align:center;
  font-size:58px;
  border-bottom:5px solid #681314;
  line-height:70px;
  margin-top:10px;  
  color:#000;
}

#contenedorPrincipal>#contenedorPagina #cabecera>#logo>#texto{
  float:left;
  width:100%;
  text-align:center;
  color:#a58b59;
  font-size:28px;
}

#contenedorPrincipal>#contenedorPagina #cabecera>#adornoDer{
  float:right;
  width:240px;
  margin-top:20px;
}

#contenedorPrincipal>#contenedorPagina #galeria{
  float:left;
  width:100%;
  height:140px;
  border-top:15px solid #681314;
}

#contenedorPrincipal>#contenedorPagina #menu{
 float:left;
 width:100%;
 height:30px;
 background:#681314;
}

#contenedorPrincipal>#contenedorPagina #menu>ul{
  float:left;
  width:100%;
  list-style:none;
}

#contenedorPrincipal>#contenedorPagina #menu>ul>li{
  float:left;
  width:25%;
  height:30px;
  line-height:30px;
}

#contenedorPrincipal>#contenedorPagina #menu>ul>li>a{
  float:left;
  width:100%;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#FFFFFF;
  font-size:22px;
}

#contenedorPrincipal>#contenedorPagina #menu>ul>li>a:hover,#contenedorPrincipal>#contenedorPagina #menu>ul>li>a.seleccionado{
  color:#a58b59;
  text-decoration: none;
}


#contenedorPrincipal>#contenedorPagina #contenido{
  float:left;
  width:100%;
  background:#EFEFEF;  
  border-bottom:5px solid #a58b59;
  
  
}

#contenedorPrincipal>#contenedorPagina #pie{
  float:left;
  width:100%;
  height:100px;
  background:#681314;
  color:#FFF;
  font-size:14px;
}

#contenedorPrincipal>#contenedorPagina #pie>#columnaPie1{
  float:left;
  width:400px;
  margin-top:20px;
  margin-left:30px;
  
}

#contenedorPrincipal>#contenedorPagina #pie>#columnaPie2{
  float:left;
  margin-top:20px;
  margin-left:30px;
}



#categorias{
  margin-left:15px;
  margin-top:15px;
  padding-bottom:20px;
}

#categorias>ul{
  float:left;
  width:100%;
  text-indent:15px;
  list-style:none; 
}

#categorias>ul>li{
  float:left;
  width:100%;
  font-size:20px;
  color:#681314; 
}

#categorias>ul>li.seleccionado{
  background:#681314;
  color:#FFF;
}

#categorias>ul>li.seleccionado>a{
  color:#FFF;
}

#categorias>ul>li>div:hover{
  color:#a58b59;
  cursor:pointer;
}

#categorias>ul>ul{
  float:left;
  width:100%;
  text-indent:30px;
  list-style:none;
}

#categorias>ul>ul>li{
  float:left;
  clear:left;
  color:#000;
  font-size:16px;
  padding-right:35px;
}

#categorias>ul>ul>li.seleccionado{
  background:#681314;
  color:#FFF;
}

#categorias>ul>ul>li.seleccionado>a{
  color:#FFF;
}

#categorias>ul>ul>li>div:hover{
  color:#a58b59;
  cursor:pointer;
}

#detalle{
  float:left;
  width:740px;
  margin-left:15px;
  margin-top:15px;
  padding-bottom:20px;
}

#detalle>label{
  float:left;
  width:100%;
  height:35px;
  line-height:35px;
  color:#a58b59;
  font-size:32px;
  margin-bottom:10px;
}

#detalle>.sinProductos{
  float:left;
  width:100%;
  font-size:22px;
}


.columna205{
  float:left;
  width:205px;
 
}

.columna240{
  float:left;
  width:240px; 
}

.columna240.item{
  height:240px;  
  background:#FFF;  
  position:relative;
}

.columna240.item img{
    text-align:center; 
    position:absolute;
    top:50%;     
    left: 50%;     
}



.columna470{
  float:left;
  width:470px;  
  margin-left:15px;
  font-size:22px;
}

.item{
  margin-right:10px;
  margin-bottom:10px;
  opacity:0.7;
  cursor:pointer;
}

.item:hover{
  opacity:1;
}

.ultimo{
  margin-right:0px;
}


.producto{
  float:left;
  width:740px;

}

.producto>.imagen{
  float:left;
  width:716px;
  border:12px solid #681314;
  text-align:center;
  background:#FFF;
}

.producto>.imagen>img{
  margin:0 auto;
}

.producto>.informacionProducto{
  float:left;
  width:716px;
  padding:12px;
  background:#E0E0E0;
  font-size:16px;
}

.producto>.informacionProducto label{
  float:left;
  color:#681314;
  margin-right:5px;
}

.producto>.informacionProducto>.referencia{
  float:left;
  width:220px;
}

.producto>.informacionProducto>.nombre{
 float:left;
 width:460px;
 margin-left:20px;
   
}

.producto>.informacionProducto>.descripcion{
  float:left;
  width:100%;
}

.volver{
  cursor:pointer;
  color:#681631;
  margin-top:20px;
  font-size:16px;
  float:left;
  clear:both;
  
}

.volver:hover{
  color:#a58b59;
}

.interes{
  float:left;
  width:500px;
  margin-left:120px;
  height:40px;
  line-height:40px;
  background:#681314;
  border-radius:10px;
  margin-top:20px;
  color:#FFFFFF;
  text-align:center;
  font-size:22px;
  cursor:pointer;
}

.interes:hover{
  box-shadow:0 0 6px 1px #757575;    
}


.formularioInteres{
  float:left;
  width:700px;
  padding:20px;
  margin-top:20px;
  border-radius:10px;
  background:#E0E0E0;
  
}

.formularioInteres.oferta{
  width:165px;
  margin-left:0;
  margin-bottom:20px;
}

.formularioInteres.oculto{
  height:0px;
  padding:0px;
  overflow:hidden;
  margin-top:0px;
}

.formularioInteres>.texto{
  float:left;
  width:100%;
  font-size:16px;
}

.formularioInteres>.formulario{
  float:left;
  width:100%;
  margin-top:20px;
}

.formularioInteres>.formulario .campo{
  float:left;
}

.formularioInteres>.formulario .campo.input{
  float:left;
  width:50%;
  
}

.formularioInteres.oferta>.formulario .campo.input{
  width:100%;
}

.formularioInteres.oferta>.formulario .campo.input input{
  width:165px;
}


.formularioInteres>.formulario .campo.submit{
  float:left;
  margin-top:20px;
  margin-left:300px;  
}

.formularioInteres.oferta>.formulario .campo.submit{
  margin-left:0px;
}



.formularioInteres>.formulario .campo.submit input{
  background:#681314;
  border:none;
  border-radius:5px;
  cursor:pointer;
  color:#FFF;
  font-size:22px;
  padding-left:10px;
  padding-right:10px;
}

.formularioInteres>.formulario .campo.submit input:hover{
  box-shadow:0 0 6px 1px #757575;  
}
  

.formularioInteres>.formulario .campo.input input{
  border:none;
  padding-left:5px;
}

.formularioInteres>.formulario .campo.textarea{
  float:left;
  width:100%;
  margin-top:20px;
}

.formularioInteres>.formulario .campo.textarea label{
  width:100%;
}

.formularioInteres>.formulario .campo.textarea textarea{
  float:left;
  width:690px;
  height:120px;
  padding:5px;
  margin-top:5px;
  border:none;
}

.formularioInteres>.formulario .campo label{
  float:left;
  font-size:18px;
  margin-right:5px;
}

.articulosRelacionados{
  float:left;
  width:740px;
  margin-top:40px;
  height:140px;
}

.articulosRelacionados>label{
  float:left;
  width:100%;
  height:30px;
  line-height:30px;
  color:#681631;
  font-size:22px;
  margin-bottom:10px;
}

.articulosRelacionados>.relacionado{
  float:left;
  width:115px;
  height:115px;
  margin-right:10px;
  margin-bottom:10px;
  cursor:pointer;
  position:relative;
  background:#FFF;
}

.articulosRelacionados>.relacionado>img{
  opacity:0.7;
  position:absolute;
  text-align:center;
  left:50%;
  top:50%;
}

.articulosRelacionados>.relacionado>img:hover{
  opacity:1
}

.articulosRelacionados>.relacionado.ultimo{
  margin-right:0px;
}


#detalle>#login{
  float:left;
}

#login{
  float:right;
  width:180px;
  margin-right:10px;
  margin-top:10px;
}

#login label{
  float:left;
  font-size:18px;
  margin-bottom:5px;
}

#login .clave{
  border:none;
  width:160px;
  padding-left:5px;
  padding-right:5px;
  float:left;
  padding-top:2px;
  padding-bottom:2px;
  
}

#login .submit{
  float:left;
  background:#FFF;
  color:#681314;
  border:none;
  border-radius:5px;
  margin-top:5px;
  cursor:pointer;
}


#login .submit:hover{
  box-shadow:0 0 6px 1px #757575;  
}

/************* EMPRESA ****************/

.titulo{
  float:left;
  width:100%;
  height:40px;
  text-indent:15px;
  line-height:40px;
  font-size:32px;
  color:#681314;
  margin-top:20px;
  margin-bottom:20px;
}

.imagenEmpresa{
  float:left;
  margin-top:20px;
}


/************* OFERTA ***************/

.oferta{
  margin-left:15px;
}

.precioNuevo{
  float:left;  
  width:100%;
  height:150px;
  line-height:150px;
  text-align:center;
  font-size:50px;
  margin-top:15px;
  background:#FFF;   
  color:#681314;
}

.precioAnterior{
  float:left;
  width:100%;
  height:40px;
  text-align:center;
  line-height:40px;
  margin-top:10px;
  font-size:32px;
  
}

.fechaValidez{
  float:left;
  width:100%;
  height:30px;
  text-align:center;  
  font-size:18px;
}

.interesOferta{
  float:left;
  width:100%;
  height:130px;
  padding-top:20px;
  background:#681314;
  color:#FFF;
  text-align:center;
  border-radius:10px;
  font-size:24px;
  cursor:pointer;
  margin-top:20px;
}

.interesOferta:hover{
  box-shadow:0 0 6px 1px #757575;  
}
  



/****************** CONTACTO *****************/

.contenedorEmail{
  float:left;
  width:100%;
  margin-top:20px;
}

.contenedorEmail>.email{
  color:#681314;
}

.contenedorTelefono{
  float:left;
  width:100%;
  margin-top:20px;
}

.contenedorTexto{
  float:left;
  width:100%;
  margin-top:20px;
}

#formularioContacto{
  float:left;
  width:100%;
}

#formularioContacto>.campo{
  float:left;
  width:100%;
  margin-bottom:20px;
}

#formularioContacto>.campo>label{
  float:left;
  width:205px;
  text-align:right;
  margin-right:15px;
}

#formularioContacto>.campo>input{
  float:left;
  width:235px;  
  height:30px;
  padding-left:5px;
  padding-right:5px;  
  line-height:30px;
  border:none;
}


#formularioContacto>.campo>textarea{
  float:left;
  width:235px;
  height:160px;
  padding:5px;
  border:none;
}

#formularioContacto>.campo.submit>input{
  width:100px;
  cursor:pointer;
  border-radius:5px;
  background:#681314;
  color:#FFF;
  font-size:18px;
  margin-left:290px;
}


#formularioContacto>.campo.submit>input:hover{
  box-shadow:0 0 6px 1px #757575;  
}

#mapa{
  float:left;
  width:100%;
  height:300px;
}

.resultadoCorreo{
  float:left;
  width:100%;
  margin-bottom:20px;
  text-align:center;
  font-size:16px;
}

.resultadoCorreo.error{
  color:red;
}


.texto_aclarativo{
  float:left;
  margin-left:15px;
  font-size:20px;
}