@import url("reset.css");
@import url("clearfix.css");
@import url("menus.css");
@import url("haiku.css");
@import url("nivo-slider.css");
@import url("grafico.css");
@import url("content.css");
@import url("contact.css");
@import url("footer.css");
body{
	background: url(../img/fondo.jpg) repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	}
h1{
	background: url(../img/logo.gif) no-repeat center top;
	width:206px;
	height:82px;
	display:block;
	text-indent:-9999em;
	margin:0 auto;
	}
h2{
	text-transform: uppercase;
	font-size:15px;
	margin:0 10px 0 0;
	clear:none;
	color:#fff;
	}
h3{
	text-transform: uppercase;
	font-size:14px;
	margin:0 0 7px 0;
	color:#C15E2B;
	}
p{
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3F3627;
	line-height:15px;
	margin-bottom:7px;
	}
.p-gris{
	color: #999;
	font-size:10px;
	}
ul{
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3F3627;
	line-height:15px;
	list-style:inside;
	margin:0 0 10px 2px;
	}
#main_container{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	display:block;
	}
#header{
	width:900px;
	height:118px;
	display:block;
	float:left;
	padding-top:39px;
	float:left;
	margin:0 auto;
	border-bottom:1px solid #bcb5af;
	position:relative;
	}
#mapa{
   position:absolute;
   right:0;
   top:20px;
   background:url(../img/mapa.gif) top left no-repeat;
   width:120px;
   height:115px;
}
#mapa span{
    margin:74px 0 0 24px;
    float:left;
    color:#3D3126;
}
.cufon{}
.cufoni{
	font-style:italic;
	}
/*BANDERINES*/
.banderin-naranja{
	background:#C15E2B url(../img/banderin-right.png) no-repeat top right;
	width:auto;
	min-width:22px;
	height:18px;
	display:block;
	padding:6px 15px 0 8px;
	font-size:12px;
	float:left;
	text-transform:uppercase;
	margin-bottom:8px;
	}
.banderin-verde{
	background:#CBC22D url(../img/banderin-right.png) no-repeat top right;
	width:auto;
	min-width:22px;
	height:18px;
	display:block;
	padding: 6px 12px 0 4px;
	font-size:12px;
	float:left;
	text-transform:uppercase;
	margin-bottom:8px;
	}
.banderin-now{
	background:#CBC22D url(../img/banderin.png) no-repeat top left;
	width:auto;
	min-width:22px;
	height:18px;
	display:block;
	padding:6px 8px 0 12px;
	font-size:15px;
	float:left;
	position:relative;
	margin-top:3px;
	}
.banderin-now span{
	font-size:9px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:block;
	float:left;
	padding:1px 0;
	position:absolute;
	top:6px;
	left:12px;
	}
#productos-home{
	width:900px;
	height:306px;
	display:block;
	float:left;
	margin-bottom:25px;
	/*padding-top:25px;*/
	border-top:solid 1px #bcb5af;
	}
.productos-home-img{
	float:left;
	margin-right:25px;
	}
#productos-home h2{
	color:#CBC22D;
	font-size:30px;
	margin:90px 10px 10px 0;
	}
#productos-home h3{
	color:#555;
	font-size:20px;
	}
#productos-home p{
	padding-left:2px;
	}
#productos-home #sellos{
    float:left;
    margin:12px 0 0 10px;
}
#productos-home #sellos a{
    margin:0 0 0 10px;
}
.cta-btn{
	background:url(../img/btn.gif) top left;
	height:34px;
	width:auto;
	display:block;
	max-width:300px;
	float:left;
	margin-top:15px;
	}
.cta-btn a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	float:left;
	padding:9px 15px 9px 15px;
	background:url(../img/btn-end.gif) top right no-repeat;
	}
.cta-btn a:hover{
	/*text-decoration:underline;*/
	}