@charset "UTF-8";
body {
	font-family: 'Myriad', sans-serif;
	font-size: 14px;
	color: #33383d;
	margin: 0px;
	background-color: #F5E1BE;
}
#barra{
	background-color: #B53733;
	position: fixed;
	height: 26px;
	width: 100%;
	left: 0px;
	top: 0px;
	box-shadow: 0px 1px 5px #000000;
	text-align:right;
	z-index:100;
	}
#barra img{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #90171B;
}

#barra a :hover{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#background_img{
	background-attachment: fixed;
	background-image: url(IMG/fondo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	left:0px;
	top: 26px;
}

#box{
	text-align:center;
	width:400px;
	top: 50px;
	position: absolute;
	left:50%;
	margin-left:50px;
}
#baseline{
	background-image: url(IMG/baseline2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 400px;
	}
#descripcion{
	text-align:left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;	
}
#descripcion p {
	margin-left:10px;
}
#formulario{
	text-align:left;
	margin-left: 10px;
}
#mc-embedded-subscribe-form {
	margin-top:5px;
	margin-bottom:5px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#mc-embedded-subscribe {
	height: 30px;
	width: 80px;
	background-color: #d52c2b;
	font-family: 'Myriad', sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 0px;
	border: 0px solid;
	border-radius: 6px;
	-moz-border-radius: 6px; /* Old Firefox */
	vertical-align: middle;
}
#mc-embedded-subscribe:hover {
	color: #f6d796;
	cursor: pointer;
}
#mce-EMAIL {
	height:30px;
	width:295px;
	background-color: #FFF;
	font-family: 'Myriad', sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom:5px;
	border:0px solid;
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: left;
	color: #8E8167;
	font-size: 9px;
	margin-bottom:5px;
	margin-left:30px;
}
.btn {
	float:left;
	width:46%;
	margin:30px 0 30px 3%;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 900px or less */
@media screen and (max-width: 900px) {
body {
	background-color: #B53733;
	color:#FFF;
}
#background_img{
	height: 520px;
	background-image: url(IMG/fondo900.jpg);
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-attachment:scroll;
}
#box{
	overflow:visible;
	top: 550px;
	margin-left:-200px;
}
#baseline{
	background-image: url(IMG/baseline_albero.png);
	}
#descripcion{
	text-align:left;
	border-bottom: 1px solid #90171B;
	border-top: 1px solid #90171B;	
}
#footer {
	top:1100px;
	width:100%;
	color: #90171B;
	text-align:center;
	margin:0;
}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
#background_img{
	height: 350px;

}
#box{
	top: 400px;
}
#footer {
	top:950px;

}
}