img{

	border-style: none;
}
body{

font-family: arial, helvetica, sans-serif; 
background-repeat:repeat-x;

}
.header-content {float: left; 
width:100%; 
height:191px;
clear:both; 

}


.content-wrapper{width:963px; margin:0 auto;

}

.wrapper{width:963px; margin:0 auto;


}

.header{width: 962px; 
background-position: center;
float: left;


min-height:60px;
}

.header .logo-content{
float:left; 
display: block;
width:964px;
height:147px;
background-image:url("../image/header.png"); 
background-repeat: no-repeat;

	}

.header .logo-content .logo a{
float:left; 
display: block;
width:433px;
height:147px;

	}
/*
.header .espacio{
display: block;
float:left; 
width:316px;
height:147px;
background-image:url("../image/header3.png"); 
*/
	}

	

.header .logo a{
background-image:url("../image/header2.png");
width:433px;
height:147px;
display:block;

}

.header .logo a:hover{
width:433px;
height:147px;
background-image:url("../image/logoselected2.png"); 



}
.header .menu-top{
	float: right;
	height:60px; 
	width:100%; 
	background-color:#666666; 
	display: none;

}

.header .main-menu{
float: left;
width: 100%;
text-shadow: 0px 1px 0px #000;
height:44px; 
background: #794500;

 }


.header .main-menu ul {
	
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;

}
.header .main-menu ul li {
	display: block;
	float: left;
	
} 
.header .main-menu ul li a {
	background-repeat:no-repeat;
	line-height: 44px;	
	padding:8px 45px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-family: 'Oswald', arial, helvetica, sans-serif; 
	font-weight: 300;
	border-right: 1px solid black;


} 


.header .main-menu ul li a:hover {
background: #e0a22c; /* Old browsers */
background: -moz-linear-gradient(top,  #e0a22c 0%, #b77c11 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0a22c), color-stop(96%,#b77c11)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0a22c 0%,#b77c11 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0a22c 0%,#b77c11 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0a22c 0%,#b77c11 96%); /* IE10+ */
background: linear-gradient(to bottom,  #e0a22c 0%,#b77c11 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a22c', endColorstr='#b77c11',GradientType=0 ); /* IE6-9 */


} 

/*SUBMENU*/
.header .main-menu ul li ul { 
	position: absolute;
	width:150px;
	top: 4px;
	background: #996f46; 
	-webkit-box-shadow: 5px 5px 10px 0px #444444;
	box-shadow:5px 5px 10px 0px #444444;
	padding: 6px 0px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius:0 0 10px 10px;
	display: none;
	clear: both;
	z-index:3;
	font-family: 'Oswald', arial, helvetica, sans-serif; 
}

header .main-menu ul li:hover ul{

	display: block;
}


.header .main-menu ul li ul li{
	width:150px;
	margin: 0px 0px 0px 0px ;
	
}

.header .main-menu ul li ul li a { 
	line-height:18px;
	font-size:16px;
	text-transform:none;
	height:auto;
	background-image:none;
	float:none;
	color:#0E0F0E;
	font-weight: medium; 

}

.header .main-menu ul li ul li a:hover { 
background: #4C2F02; /* Old browsers */

}


/* MAIN */

.main-content {float: left; 
width:100%; 
clear:both; 


}
.main h1{
	color: #794500;
}

.main{width: 100%; 
position:relative;
background-color:#fff;
min-height:500px;
float: left;
margin: 0 0 0px 0;


}

.main .izquierda{

float: left;
width: 610px;
}

.main .izquierda #catalogo-container{

background-color: #f2f2f2;
width:300px;
}
.main .izquierda #catalogo-container img{

background-color: #f2f2f2;
padding-top: 15px;
padding-bottom: 15px;
}

.main .derecha{
float: right;
width: 330px;
line-height: 130%;


}

.mod .mod-text{
font-family: 'Oswald', Impact;
color: #4C2F02;
text-align: center;
float: right;
font-size: 18px;
}

.mod .mod-text p{
margin-right: 20px;
}

.mod .mod-text img{
float: right;
margin-right: 15px;
margin-top: -18px;
}

.main .derecha .mensaje{


}

.main .primera{
float: left;
width: 320px;

}

.main .segunda{
float: right;
width: 290px;
margin: 0 auto;
margin-left: 30px;
height: 460px;

}

.main .tercera{
float: right;
width: 290px;
margin: 0 auto;
height: 460px;

}
.main .derecha .bullet{

list-style-type: square;
}

#imagen{
padding: 20px;
}

.main .izquierda #productos img{
opacity: 0.8;
/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.main .izquierda #productos img:hover{
opacity: 1;
   
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,244,160,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,244,160,0.8);
  box-shadow: 0px 0px 20px rgba(255,244,160,0.8);
}
.main .derecha li{line-height: 200%;}

.main .izquierda li{line-height: 200%;}

/* FOOTER */

.footer-content {
position: relative;
float: left; 
width:100%; 
clear:both; 
background-image:url("../image/body.png");
background-repeat: repeat;
}

.footer{width: 100%; 
background-color: #fcf3e6;
height:361px;
min-height:240px;
float: left;

}

.footer .footer-widget{width: 965px;
margin: 0 auto;

}


.footer p{
color:#000;
}

.footer h1{

	color: #4C2F02;
	font-size: 20px;
}
.footer-content .footer-wrapper{

	color: #4C2F02;
	font-size: 20px;
 margin:0 auto;
}

.footer .widget_text{
	width: 280px;
	display: block;
	float: left;
	padding-right: 41px; 
	line-height: 130%; 
	color: #D6D6D6;
	font-family: 'Source Sans Pro', arial, helvetica, sans-serif;  
	font-size:15px;

}
.footer a{

	color:#794500;
	text-decoration: none;
}


#texto{

	font-size:18px;
	padding: 20px 40px 0px 40px;
	font-family: 'Source Sans Pro', arial, helvetica, sans-serif;  


}


 .copyright-content{
	
	width: 100%;
	float: left; 
	clear:both; 
	margin: 0 auto;
	text-align: center;
	font-size:16px;
	position: relative;
}

.copyright-wrapper{
	width: 100%;
	margin: 0 auto;
}

.copyright{
	
	width:100%; 
	margin: 0 auto;
	position: absolute;
	bottom:0;
	padding-top:8px;
    height: 50px;
	background: #794500; /* Old browsers */
	text-align: center;
	font-size:16px;
}
.copyright p{
	color: #fff;
	font-family: Myriad Pro, arial;
	text-align: center;

}
 .copyright a{
color: #fff;
text-decoration: none;


}


h1{

	font-family: 'Oswald';
	font-weight: normal;
	font-color: #4C2F02;
	font-size: 18pt;
}

ins{
	text-decoration: none;
	color: #794500;
}

hr{

	color: #4c2f02;
	background-color: #4c2f02;
	height: 5px;


}
