@import url('reset.css');
@font-face {
font-family:sourcesans;
src: url(SourceSansPro-Regular.otf);
}

/*----- Estilos Generales -----*/
body {
	background: #3d3d3d;
font-family:Arial, Helvetica, Sans-serif;
}
/* ---- HEADER ---- */
header {
	margin: auto;
	width: 965px;
	height: 100px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cacad9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cacad9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cacad9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cacad9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cacad9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cacad9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacad9',GradientType=0 ); /* IE6-9 */
box-shadow:0px 8px 8px #000;
	-moz-box-shadow:0px 8px 8px #000;
	-webkit-box-shadow:0px 8px 8px #000;
}

#subheader {
	width: 965px;
	height: 155px;
	margin:  auto;
	background:url('header_menu.fw.png') no-repeat; 
}

#superior{
	margin-left: 325px;
	width: 960px;
}


#subheader ul li{
	display: inline;
	font-size: 11px;
	margin-right: 2px;
}
#subheader ul li a{
	text-decoration: none;
	color: #000;
}
 #subheader ul li a:hover{
 	text-decoration: underline;
 }

 #logo {
 	margin-top: 8px;
 	float: left;
 	margin-left: 25px;
 }
#logo li{
	display: inline;
	float: left;
}

#logo li p{
font-family:sourcesans;
	font-size: 25px;
	color: #999999;
	margin-top: 15px;
	margin-left: 540px;
}

#menu{
	margin-top: 100px;
	margin-left:215px;
}

#menu ul li a{
	padding: 5px;
	font-family: Copperplate Gothic Bold;
	color: #B25900;
	font-size: 13px;
}

#menu ul li a:hover{
	padding: 5px;
		background: #B25900;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

#BOTONES{
	width: 965px;
	height: 40px;
	margin: auto;
	background: #212121; /* Old browsers */
	background: -moz-linear-gradient(top,  #212121 0%, #00661a 27%, #00661a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(27%,#00661a), color-stop(100%,#00661a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #212121 0%,#00661a 27%,#00661a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #212121 0%,#00661a 27%,#00661a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #212121 0%,#00661a 27%,#00661a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #212121 0%,#00661a 27%,#00661a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00661a',GradientType=0 ); /* IE6-9 */
}



#botones nav ul li{
	display: inline;
	margin-top: 10px;
	float: left;
}

#botones nav ul li a{
	text-decoration: none;
	font-family:sourcesans;
	color: #fff;
	padding: 10px 35px;

}
#botones nav ul li a:hover{
		background: #3D8B51;
}

#wrap{
	width: 965px;
	height: 850px;
	margin: auto;
	background: #222222;
}

#wrap ul img{
		float: left;
}


 #nosotros{
 	width: 900px;
 	padding: 25px;
 	float: left;
 	text-align: justify;
 }

 
 #nosotros h2{
	font-family: Eras Light ITC;
	font-size: 25px;
	margin-bottom: 12px;
	margin-top: 5px;
	color: #fff;
	margin-left: 25px;
}

#nosotros h3{
	width: 850px;
	font-size: 12px;
	margin-left: 55px;
	color: #fff;
}

#galeria img{
	border-radius: 5px;
	padding: 4px;
	background: #fff;
	margin-right: 9px;
	margin-bottom: 9px;
}

#galeria{
	margin-left: 50px;
}

footer
{
	width: 965px;
	height: 50px;
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
;
	margin: auto;
}
footer #copyright{
	float: left;
	width: 965px;
	margin-top: 10px;
}

footer #copyright p{
	text-align: center;
	color: #fff;
	font-size: 10px;
}
