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

body {
	margin:0;
	background:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
* {	margin:0; padding:0; }
a { outline:0; text-decoration:none; }
img, object { border:0; }

h1,h2,h3,h4,h5,h6 {font-weight:normal; }
li { list-style:none;}

p { line-height:1.8em;}

img {border:none;}
div#container {
	margin:0 auto;
	width:980px;
}
div#clear, .clear {
	clear:both;
}
.red { color:#F00; }
@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Rock+Salt');
/* HEAD */
div#head {
	width:100%;
	float:left; 
	background:url(../images/header_wrapper_bkg.jpg) repeat-x;
}
div#head_cen {
	width:980px;
	margin:0 auto;
}
div#head_sup {
	width:980px;
	float:left;
	position:relative;
	background:url(../images/head_back.jpg) no-repeat top;
}
.head_height { height:130px; }

h1.logo {width:276px; height:130px; float:left; background:url(../images/logo.png) no-repeat; }
h1.logo a {width:100%; height:100%; float:left; text-indent:-9999px}

div#head_rgt {
	display:block;
	float:right;
	width:230px;
}
div#address {
	display:block;
	width:auto;
	margin:20px 12px 0 0 ;
	float:right;
	font-size:11px;
	color:#000;
	/*line-height:25px;*/
	letter-spacing:1px;
}
div#icons {
	display:block;
	width:auto;
	margin:12px 12px 0 0 ;
	float:right;
}
/* NAVI */
div#head ul {width:980px; height:40px; margin-top:0px; float:left; }
div#head ul li { float:left; text-transform:uppercase; font-weight:bold; }
div#head ul li	a, div#head ul li a.active { width:auto; height:40px; padding:0 23px; float:left; color:inherit; font-size:16px; color:#fff; line-height:40px; }
div#head ul li	a:hover, div#head ul li a.active { color:#528f3b; background :#eefbe0; }
/* BANNER */
div#banner {
	width:100%;
	float:left;
	background:#FFF;
	/*background:url(../images/headBg.png) repeat-x;*/
}
div#banner_cen {
	width:980px;
	min-height:311px;
	margin:0 auto;
	background:#fff;
}
/* MAIN */
div#main {
	width:100%;
	float:left;
	background:url(../images/back_page.jpg) repeat-x;
}
div#main_cen {
	width:980px;
	margin:0 auto;
	/*border:1px solid #CCC;*/
	border-top:2px solid #090;
	background:url(../images/crosslines.png) repeat-x;
	padding-top: 50px;
}
div#main p {
	margin:0 5px 10px 5px;
}
div#main h2{
	margin:0 0 5px 5px;
	color:#090;
	font-weight:bold;
}
div#main h1{
	margin:0 0 15px 5px;
	color:#090;
	font-weight:bold;
	border-bottom:2px solid #000;
}
div#main_row {}
div#main_pan_lft {
	width:266px;
	float:left;
}
div#main_pan_lft img {
	margin-bottom:25px;
}
div#main_pages {
	float:left;
	margin-left:10px;
	width:700px;
}
div#main_pages_row {
	margin-bottom:20px;
}

div#main_pan_lft ul {
	margin:0 0 0 15px;
}
div#main_pan_lft li {
	list-style:inside;
}
div#main_pan_lft li a:link, div#main_pan_lft li a:visited {
	color:#090;
}
div#main_pan_lft li a:hover {
	color:#000;
	text-decoration:underline;
}

div#logos {
	padding:5px;
	border-top:2px solid #090;
}

#infopag ul {
	list-style:none;
}
#infopag li {
	list-style:none;
	display:block;
	float:left;
	width:220px;
	height:216px;
	margin-left:10px;
	text-align:center;
	padding:10px 0;
	background:url(../images/posit.png) no-repeat;
}
#infopag li:first-child {margin:0}
#infopag li h3 {
	font-weight:bold;
	line-height:2.0em;
	color:#069;
	font-family: "Rock Salt";
	font-size:16px;
	padding-top:20px;
}
/* lft_menu */
div#lft_menu {
	display:block;
	font-size:16px;
}
div#lft_menu ul {
	list-style:none;
	margin:0;
	margin:40px 0px;
}
div#lft_menu li {
	list-style:none;
	margin:0;
}
div#lft_menu li a:link, div#lft_menu li a:visited {
	display:block;
	padding:10px;
	margin-bottom:4px;
	border:2px solid #528f3b;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Google Chrome y Safari */
	border-radius: 20px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	background:#fff;
	font-weight:normal;
	text-decoration:none;
}

div#lft_menu li a:hover, div#lft_menu li a.active_lft {
	border:2px solid #528f3b;
	text-decoration:none;
	color:#FFF;
	background:#528f3b;
}
/* SERVICES */
div#services ul{
	list-style:circle;	
}
div#services li{
	list-style:circle;
	margin:0 0 10px 50px;
}
/* CONTACT */
.one-half {
	display:block;
	float:left;
	margin:0 30px 30px 0;
	width:325px;
}
.last {margin-right:0px;}
div#error {
	display:block;
	border:1px solid #F00;
	padding:10px;
	background-color:#FFC;
}
div#send {
	display:block;
	border:1px solid #390;
	padding:10px;
	background-color:#fff;
}
/* FOOTER */
div#footer {
	width:100%;
	float:left;
	height:163px;
}
div#footer_cen {
	width:980px;
	margin:0 auto;
	min-height:120px;
	padding:15px 0 20px 0;
	background: url(../images/crosslines2.png) repeat-x bottom #eefbe0;
	border-top:2px solid #090;
}

div#footer h6 {width:160px; height:56px; margin:0 auto; text-indent:-9999px; background:url(../images/logo_foot.png) no-repeat}
div#footer h6 a {width:100%; height:100%; float:left}
div#footer ul {width:390px; margin:11px auto 0 auto}
div#footer ul li {width:auto; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:18px}
div#footer ul li a:link, div#footer ul li a:visited {width:auto; float:left; color:#090;}
div#footer ul li a:hover { color:#000;}
div#footer ul li.space {width:auto; float:left; padding:0 6px; color:#000;}
div#footer p {width:100%; margin-top:10px; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:18px; text-align:center}
div#footer p a:link, div#footer p a:visited {color:#069;}
div#footer p a:hover { color:#06F;}