@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#C40;}
a:hover{color:#620;}
a img {border-width:0;}


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B4417;
	background: #000 url("img/fondo.png") repeat-x top fixed;
}


#social{
	text-align: right;
	position: relative;
	margin: 0 -2.5%;
	padding: 5px 3%;
}
#social a{
	margin: 0 2%;
	white-space: nowrap;
	color:#FFF;
}
#social a:hover{
	color:#C40;
}
#social a:hover img{
	background:#E86C14;
}
#social img{
	position: relative;
	top: 6px;
	padding: 4px;
}

#central{
	position: relative;
	clear: both;
	background: rgba(0,0,0,0.3);
	padding: 20px 4% 30px 4%;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	margin-bottom: 10px;
}
#lateral{
	float: right;
	margin: 27.8% 0;
	background: rgba(0,0,0,0.6);
}

h1{
	color:#E86C14;
	font-size: 32px;
    font-weight: bold;
}

h2{
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 16px;
	color:#5BA058;
	margin: 50px 0 15px 3%;
}

#central p{
	padding: 6px 3%;
	font-size: 17px;
	line-height:150%;
	color:#FFF7DD;
}

#central p strong{
	font-size:16px;
}


footer{
	position:relative;
	clear:both;
	padding: 20px 2%;
	background: rgba(0,0,0,0.7);
	color:#FFF;
	font-size: 14px;
}

footer a{
	color:#666;
}
footer a:hover{
	color:#AAA;
	text-decoration: underline;
}



