@charset "utf-8";
/* CSS Document */

body {
	background-color: #6A8E48;
	background-image: url(visual/bg/bg_general.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align:center;
	position:relative;
}
p, h1, h2, h3, h4, h5, h6, h7, form, div, ul {
	margin: 0; padding: 0; 
}
#banner{
	width:100%;
	text-align:center;
	position:absolute;
	margin-top:45px;
	z-index:1;
}
#super-middle p, #super-middle h2, #super-middle h3, #super-middle h4, #super-middle h5, #super-middle h6, #super-middle h7 {
	padding-bottom: 10px;
	color: #666666;
}
#super-middle h2, #super-middle h3, #super-middle h4, #super-middle h5, #super-middle h6, #super-middle h7 {
	padding-bottom: 10px;
	color: #344822;
}
#super-middle h4  {
	padding-bottom: 0px;
	padding-top: 10px;
}
#super-middle h5  {padding-top:0px; color: #6A8E48;}
#super-middle h2  {font-size: 20.16px}
#super-middle h3  {
	font-size: 16.8px;
	padding-bottom: 0;
}
#super-middle h4,
#super-middle h5,
#super-middle h6,
#super-middle h7, {font-size: 14.00px}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #E59034;
}
a:hover, a:active {
	color: #f6a145;
}
hr {
	clear: both;
	width: 928px;
	height: 1px;
	border: none;
	border-top: 1px dotted #CCCCCC;
}

/* MAIN CONTAINERS */
.super-container {
	margin: 0;
	background-position: top center;
	background-repeat: no-repeat;
}
.container {
	width: 928px;
	margin: 0 auto;
}
.wide-margin {
	padding: 0 32px;
}
#super-top {
	background-image: url(visual/bg/bg_general_top.png);
}
#super-bottom {
	background-color: #6A8E48;
	background-image: url(visual/bg/bg_general_bottom.png);
}

/* HEADER */
#header {
	padding-top: 15px;
}
#header h1 {
	float: left;
}
#header ul {
	float: right;
}
#header ul li {
	display: inline;
	font-size: 17.28px;
	font-weight: bold;
}
#header ul li a {
	display: block;
	float: left;
	border-top: 4px solid #ffffff;
	margin: 0 8px 0 8px;
	padding-top: 4px;
}
#header ul li a:hover, #header ul li a:active {
	border-top-color: #FFD312;
}
body.selected-inicio #menu-inicio {border-top-color: #EEC201;}
body.selected-nosotros #menu-nosotros {border-top-color: #EEC201;}
body.selected-servicios #menu-servicios {border-top-color: #EEC201;}
body.selected-proyectos #menu-proyectos {border-top-color: #EEC201;}
body.selected-novedades #menu-novedades {border-top-color: #EEC201;}
body.selected-contacto #menu-contacto {border-top-color: #EEC201;}
#header p {
	clear: both;
	margin: 0px;
	height: 32px;
	padding: 0px;
}

/* CONTENT */
#content-main {
	background-color: #DEE9D6;
}
.column1 {
	width: 288px;
	float: left;
	clear: both;
	padding: 16px 0;
}
.column2 {
	padding: 16px 0 16px 320px;
}
#contacto {
	background-color: #FEEFAB;
	padding: 16px;
	font-weight: bold;
}


/* FOOTER */
#footer p {
	clear:both;
	padding: 32px 0 256px 0;
	text-align: center;
	color: #264a04;
	height: 100%;
}
