/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h4, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	} 

/* HTML5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* End CSS Reset*/
/* body */
html, body {
	font-family: 'Myriad', 'Arial';
	color: #666666;
	font-size: 12px;
	line-height: normal;
	width: 100%;
	height: 100%
}
body {
	overflow-x: hidden;
}
/* end body */
/* general */
a {
	text-decoration: none;
	color: #666;
	outline: none;
}
section {
	position: relative;
	width: 920px;
	margin: 0 auto;
	z-index: 1;
}
.clear {
	clear: both;
}
.txtcolor{
	color: #273f04;
}
.txtVerde{
	color:#72ab2e;
}
.txtVersion{
	color: #4c8892;
	font-weight: bold;
}
a.linkVerde{
	text-decoration: underline;
	color: #72ab2e
}
a:hover.linkVerde{
	text-decoration: none;
}
.pdf{
	background: url(../images/ico_pdf.png) left center no-repeat;
	padding: 3px 0 3px 25px;
	color:#72ab2e
}
a.regresar{
	background: url(../images/ico_regresar.png) left center no-repeat;
	padding: 3px 0 3px 20px;
	color:#5b969d
}
a.vermas{
	background: url(../images/ico_vermas.png) right 0 no-repeat;
	padding: 3px 20px 3px 0;
	color:#72ab2e;
}
.vermas{
	background: url(../images/ico_vermas.png) right 0 no-repeat;
	padding: 3px 20px 3px 0;
	color:#087511;
	text-align: center;
	width: 50px;
	margin-left: 40%;
	font-size: 13px;
}
#divBloqueVerde #divInferior > article.col1 > div > a:hover .vermas {
	color: #000;
}
a.boton{
	color:#fff;
	text-shadow: 0px 2px 2px #999;
	behavior:url(PIE.htc);
	padding: 6px 20px 6px;
	background: url(../images/bg_bt.png) left repeat;
	line-height: 27px;
	height: 27px;
	font-size: 1.27em;
	min-width: 70px;
	border: 1px solid #ebebeb;
}	
a.lnkBorde, a.lnkBordeRojo, a.pdfBorde {
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	font-size: 1.09em;
    font-family: 'FormataRegular';
	border: 1px solid #b2bfc5;
}
a.lnkBordeRojo{
	border: 1px solid #f3b6a8;
}
a.imgDerecha{
	border:1px solid #e2ecee;
	margin:0 0 20px 20px;
	float:right
} 
.imgIzquierda{
	border:1px solid #e2ecee;
	margin:0 20px 20px 0;
	float:left;	
} 
.imgBorde{
	border:1px solid #e2ecee;
}
h1, h2, h5{
}
h1{
	font-size: 2.33em;
	color: #62a043;
	margin: 25px 0 15px;
}
h5{
	font-size: 1.09em;
	color: #003b4d;
}
/* end general */
header {
	position: relative;
	z-index: 99999;
}
header section {
	position: relative;
	margin: 0 auto;
	height: 120px;
	background: #fff url(../images/bg_menu.png) right 79px no-repeat;
	z-index: 999999;
}
header figure {
	position: absolute;
	top: 23px; /* modificar */
	left: 15px; /* modificar */
}

/* nav */
nav {
/*	height: 35px;*/
	position: absolute;
	right: 0;
	height: 75px;
	bottom: 0px;
}
nav > div {
	float: left;
	padding: 0;
	display: block;
	color: white;
	position: relative;
	height: 35px;
}
nav > div > a {
	font-size: 1.16em;
	color: #414042;
	display: block;
	padding: 13px 20px 0 10px;
	height: 20px;
	border:1px solid white;
	border-bottom: none;
	position: relative;
	z-index: 99;
}
nav > div > a > span{
	width: 11px;
	height: 11px;
	background: url(../images/ico_menu.png);
	position: absolute;
	right: 4px;
	top: 12px;
	display: none;
}
nav > div > a:hover, nav > div > a.linkSelecto {
	border:1px solid #94b572;
	border-bottom:none;
	box-shadow:  -1px -1px 7px #ccecaa;
	background: #ccecaa;
	behavior:url(PIE.htc);
}

nav > div > a.selecto {
	border:1px solid #dddddd;
	border-bottom:none;
	box-shadow:  -1px -1px 7px #ececec;
	behavior:url(PIE.htc);
	background:#f8f7f7 url(../images/ico_menu.png) no-repeat;
	background-position: right 12px;
}

nav > div > span{
	position:absolute;
	top: 33px;
	display: none;
	z-index: 999;
	text-align: center;
	border:1px solid #dddddd;
	box-shadow:  2px 2px 7px #ececec;
	width: 200px;
	background: #f8f7f7;
	padding: 10px 0;
	behavior:url(PIE.htc);
	background: rgb(204,236,170); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,236,170,1) 0%, rgba(204,236,170,1) 50%, rgba(204,236,170,1) 51%, rgba(148,181,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,236,170,1)), color-stop(50%,rgba(204,236,170,1)), color-stop(51%,rgba(204,236,170,1)), color-stop(100%,rgba(148,181,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(204,236,1705,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2c3', endColorstr='#d3dc85',GradientType=0 ); /* IE6-9 */
}
nav > div > span li > a{
	padding: 7px 5px 7px 18px;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
nav > div > span li > a:hover{
	padding: 7px 10px 7px 28px;
	background: url(../images/bullet_verde.png) 18px 9px no-repeat;
	font-weight: bold;
}


/* end nav */

/* inicio banner */
.bannerHome, .bannerHome section{
	position: relative;
}
.bannerHome{
	background:#dbdbdc;
}
.bannerHome section{
	position: relative;
	z-index: 9999
}
/**banner central ***/ 
#divBanner{
	width:100%;
	height:350px;
	overflow:hidden;
	position: relative;
	margin:0 auto;
	display: block;
}
#divBanner > a {
	display:block;
	height: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibil#divAccesosity: hidden;
	position: relative;
}
#divBanner > a:hover {
	filter: none;
    -webkit-filter: grayscale(0%);
}
#divBanner a > div {
	background-position:center top;
	background-repeat:no-repeat;
	position: relative;
	display:block;
	width: 100%;
	height:352px;
	
	/*background-size: cover*/
}
#divBanner > div > section {
	position: relative;
	color: #2f460c;
	font-weight: normal;
}

#divBanner > div > section img{
	position: absolute;
	top: 315px;
	left: 33px;
}
/*
.bannerHome .bx-prev,
.bannerHome .bx-next{
	text-indent: -9999px;
	position:absolute;
	top: 45px;
	width: 26px;
	height: 26px;
	z-index:9999;
	margin-top: 300px;
	display: block;
	background: url(../images/controles.png);
}
.bannerHome .bx-next {	
	right: 0px;
	background-position: -32px 0;	
}
.bannerHome .bx-prev {
	background-position: 0 0;
	right: 40px;	
}
/*.bannerHome .bx-controls{
	margin: auto;
	width: 100%;
	height: 100px;	
	position: absolute;
	top: 0;
	z-index: 999;	
}*/
.bannerHome .bx-controls .bx-controls-direction{
	width: 900px;
	margin: auto;
	position: relative;
}
/* fin banner */


#divAccesos {
	width: 972px;
	height: 115px;
	position: absolute;
	top: 285px;
	z-index: 99;
	left: -26px;
}
#divAccesos code{
	background: url(../images/lateral.png);
	width: 26px;
	height: 27px;
	position: absolute;
	bottom: 20px;
}
#divAccesos code:nth-child(0) {
	left: 0;
}
#divAccesos code:nth-child(1) {
	background-position:26px 0;
	right: 0;
}
#divAccesos ul {
	background: #fff;
	width: 920px;
	margin-left: 26px;
	-webkit-box-shadow: 0px 10px 26px -10px rgba(204,192,204,1);
	-moz-box-shadow: 0px 10px 26px -10px rgba(204,192,204,1);
	box-shadow: 0px 10px 26px -10px rgba(204,192,204,1);
}
#divAccesos ul li{
 	float: left;
	width: 115px;
	height: 110px;
	position:relative;
	background: url(../images/bg_lineas.png) right top no-repeat;
	padding: 5px 0 0 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
}
#divAccesos ul li figure{
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
}

#divAccesos h2{ 
	font-size: 1.06em;
	color: #62a043;
	text-shadow:2px 2px 2px white;
	padding: 4px 5px 0 5px;
	behavior:url(PIE.htc);
}
#divAccesos p{ 
	padding: 10px 0 0 0;
}
#divAccesos li:last-child{
	background: no-repeat;
}
#divAccesos li div{
	position: absolute;
	padding: 5px 7px;
	color: #2f460c;
	left: 0;
	top:156px;
	height: 126px;
	z-index: 99;
	text-align: left;
	font-weight:normal;
	background: rgb(243,242,195); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,242,195,1) 0%, rgba(243,242,195,1) 50%, rgba(243,242,195,1) 51%, rgba(211,220,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,242,195,1)), color-stop(50%,rgba(243,242,195,1)), color-stop(51%,rgba(243,242,195,1)), color-stop(100%,rgba(211,220,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,242,195,1) 0%,rgba(243,242,195,1) 50%,rgba(243,242,195,1) 51%,rgba(211,220,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,242,195,1) 0%,rgba(243,242,195,1) 50%,rgba(243,242,195,1) 51%,rgba(211,220,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(243,242,195,1) 0%,rgba(243,242,195,1) 50%,rgba(243,242,195,1) 51%,rgba(211,220,133,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(243,242,195,1) 0%,rgba(243,242,195,1) 50%,rgba(243,242,195,1) 51%,rgba(211,220,133,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2c3', endColorstr='#d3dc85',GradientType=0 ); /* IE6-9 */
}
#divAccesos li div a{
	color:#666;
}

#divAccesos li div h2{ 
	text-shadow:none;
	color: white;
}

#divBloqueVerde{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
#divInferior{
	padding: 70px 0 15px 0;
}
#divBloqueVerde #divInferior > article{
	float: left;
}
#divBloqueVerde #divInferior > article.col1{
	width: 920px;
}
#divBloqueVerde #divInferior > article.col1 > div > a {
	padding: 15px;
	float: left;
	width: 252px;
	margin-right: 37px;
}
#divBloqueVerde #divInferior > article.col1 > div:last-child > a {
	margin-right: 0px;
}
#divBloqueVerde #divInferior > article.col1 > div > a > img {
	width: 250px;
}
#divBloqueVerde #divInferior > article a:hover h2 {
	color: #000;
}
#divBloqueVerde #divInferior > article a:hover p {
	color: #000;
}
#divBloqueVerde #divInferior > article.col1 > div > a:hover {
	color: #000;
	display: block;
	background: rgb(243,242,195); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(204,236,170,1) 0%, rgba(204,236,170,1) 50%, rgba(204,236,170,1) 51%, rgba148,181,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(148,181,114,1)), color-stop(50%,rgba(204,236,170,1)), color-stop(51%,rgba(204,236,170,1)), color-stop(100%,rgba(211,220,133,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(204,236,170,1) 0%,rgba(204,236,170,1) 50%,rgba(204,236,170,1) 51%,rgba(148,181,114,1) 100%); /* W3C */

}
#divBloqueVerde #divInferior > article.col1 > div a:hover > img {
	 -webkit-filter: sepia(87%); 
    filter: sepia(87%);
}
#divBloqueVerde #divInferior > article.col1 > div:last-child{
	margin-right: 0;
}
#divBloqueVerde #divInferior > article.col1 div img{
	margin: 0 0 5px 0;
	border: 1px solid #e7e7e7;
}
#divBloqueVerde #divInferior > article h2{
	font-size: 1.4em;
	padding: 8px 0 10px 0;
	display: block;
	color: #087511;
	text-transform: uppercase;
	text-align: center;
}
#divBloqueVerde #divInferior > article p{
	font-size: 1.03em;
	padding-bottom: 15px;
	text-align: center;
	color: #087511;
	line-height: 16px;
}

#divBloqueVerde #divInferior > article.col2{
	width: 920px;
	padding: 35px 15px 15px 15px;
	position: relative;
	box-sizing:border-box;
}
#divBloqueVerde #divInferior > article.col2 .bx-wrapper {
	padding: 12px 8px;
	background: #fff; 
}
#divBloqueVerde #divInferior > article.col2 h2{
	color: #62a043;
	margin: 0 0 5px 0;	
	padding: 0;
	text-align: left;
}
#divBloqueVerde #divInferior > article.col2 .logos li {
	width: 132px;
	height: auto;
	display: block;
	margin-right: 8px;
}
#divBloqueVerde #divInferior > article.col2 .logos img {
	width: 100%;
	height: auto;
}

#divBloqueVerde #divInferior > article.col2 .vermas{
	position: absolute;
	right:13px;
	top: 30px;
}

footer{
	background: #fff;
	border-top: 1px solid #d6d4d4;
	padding: 25px 0 40px;
	color: #273f04;
	height: 130px
}
footer section {
	position: relative;
}
footer section a{
	text-decoration: underline;
	color: #000;
}
footer section a:hover{
	text-decoration: underline;
	color: #72ab2e;
	text-decoration: none;
}
footer section p{
	padding-bottom: 10px;
	color: #000;
}
footer section ul{
	height: 20px;
}

footer section ul li{
	float: left;
	border-right: 1px solid #273f04;
	padding:0 5px;
	display: block;
	line-height: 10px;
}
footer section ul li:first-child{
	padding:0 5px 0 0;
}
footer section ul li:last-child{
	border-right: none;
}
footer section ul li a, footer section ul li a:hover.version{
	text-decoration: none;
}
footer section ul li a.version{
	background: url(../images/ico_vermas.png) right center no-repeat;
	padding: 3px 20px 3px 0;
	color:#72ab2e;
	text-decoration: underline;
}
footer section #divBuscador {
	width: 160px;
	border:1px solid #ebebeb;
	border-radius: 15px;
	box-shadow:-2px -2px 7px #ccc;
	behavior:url(PIE.htc);
	background: white;
	position: absolute;
	top:30px;
	right: 0;
	display: none;

}
footer section #divBuscador input {
	font-family: 'Myriad', 'Arial';
	width: 143px;
	background: url(../images/bg_buscador.png) right top no-repeat;
	padding: 7px 0 7px 12px;
	border:none;
	outline: none;
}
footer section #divBuscador  a {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 22px;
	height: 22px;
	background: url('../images/ico_lupa.png') left top no-repeat;
}
footer section #divSociales {
	position: absolute;
	top:-5px;
	right: 0;
}
footer section #divSociales {
	position: absolute;
	top:-5px;
	right: 0;
}
footer section #divSociales a{
	float: left;
	width: 16px;
	height: 16px;
	display: block;
	background-position: center -16px;
	background-repeat: no-repeat;
	margin-left: 7px;
	transition: all .3s linear 0s;
}
footer section #divSociales a:hover{
	background-position: center 0px;
}
#FotoSeccion{
	margin-bottom: 10px
}
#divCuerpo{
	padding: 25px 0;
	display: block;
}
#divCuerpo > aside{
	float: left;
	width: 210px;
	margin-right: 50px;
}
#divCuerpo > article{
	width: 660px;
	float: left;
	padding:35px 0;
	margin: auto;
	font-size: 13px;  /* nuevo */
}
#divCuerpo > article.divCentro{
	margin: auto;
	float: none;
}
#divCuerpo > article.divAncho{
	width: 100%;
	float: none;
	padding:0;
}
#divRuta{
	font-size: 0.83em;
	margin-bottom: 10px;
}
#divRuta > a{
	color: #666;
}

#divRuta > span,#divRuta > a:hover{
	color: #62a043;
}

#divCuerpo > article p{
	margin-bottom:10px;
	line-height: 18px;
}
#divCuerpo > aside > h2{
	font-size: 2.5em;
	padding:0 0 5px 15px;
	color:#666;
	border-bottom: 1px solid #e6e9d8 
}
#divCuerpo > aside ul{
 	padding: 20px 0 0  0;
}
#divCuerpo > aside ul li{
 	color: #e72622;
 	padding: 0 0 7px 0;
	display:block;
	font-size:1.05em;
}
#divCuerpo > aside ul li a{
 	padding: 0 0 7px 20px;
	color:#666;
	text-align: left;
	display: block;
}
#divCuerpo > aside ul li a:hover{
	background: url(../images/bullet_verde.png) 8px 4px no-repeat;
	text-decoration: none;
	color: #666;
}
#divCuerpo > aside ul li a.selecto {
	background: url(../images/bullet_verde.png) 8px 4px no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

/*#divCuerpo > aside ul li.selecto, #divCuerpo > aside ul li:hover a{
	text-decoration: none;
}*/

#divCuerpo > article h3{
	font-size: 20px;
	padding-bottom: 6px;
	color:#72ab2e;
	font-weight:normal;
	margin: 10px 10px 0 0;
}
#divCuerpo > article h4{
	font-size: 1.16em;
	font-weight: bold;
    margin: 0;
    padding: 0;
}
.fecha{
	color:#5b969d;
	margin-bottom: 5px;
	display: block;
}

.cajas article{
	padding: 15px;
	background: #ecedbe;
	min-height: 100px;
	margin: 10px 0 0 0;
}
.cajas article:nth-child(1){
	margin: 10px 10px 0 0;
}
.cajas article:nth-child(1),.cajas article:nth-child(2){
	width: 295px;
	float: left;
}

#divCuerpo > article ul {
	margin: 20px 0;
}
#divCuerpo > article ul li{
	background: url(../images/bullet_verde.png) left 5px no-repeat;
	padding:2px 0 2px 10px;
}
#divCuerpo > article ul.vineta > li{
	background: url(../images/bullet_verde.png) left 5px no-repeat;
	padding:2px 0 2px 10px;
	font-size: 14px;
}
#divCuerpo > article ul.vineta > li ol {
	font-size: 12px;
}

#divCuerpo #divInferior{
	border-top: 1px solid #e6e9d8;
	padding-top:25px; 
}
#divCuerpo #divInferior > article{
	float: left;
}
#divCuerpo #divInferior > article.col1{
	width: 920px;
}
#divCuerpo #divInferior > article.col1 div img{
	float: left;
	margin: 0 0 15px 0;
	border: 1px solid #e7e7e7;
}
#divCuerpo #divInferior > article h2{
	font-size: 1.5em;
	padding: 10px 0;
	display: block;
	color: #62a043;
}
#divCuerpo #divInferior > article p{
	font-size: 1.03em;
	padding-bottom: 10px;
}

#divCuerpo #divInferior > article.col2{
	width: 930px; /*920*/
	padding: 35px 15px 15px 15px;
	box-sizing: border-box;
}
#divCuerpo #divInferior > article.col2 h2{
	color: #62a043;
}
#divCuerpo #divInferior > article.col2 > a{
	float: right;
	margin-top: 10px;
}
#divCuerpo #divInferior > article.col2 li img{
	width: 305px;
	border:1px solid #ebebeb;
}


.divBloque{
	padding: 10px 0 10px 20px;
}
.divBloque article{
	float: left;
	width: 177px;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}
.divBloque article div{
	height: 121px;
	position: relative;
	margin-bottom: 10px;
}
.divBloque article div span{
	background: url(../images/px.png) 0 0 repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	display: none;
}
.divBloque article code{
	background: url(../images/ico_mas.png) right bottom no-repeat;
	position: absolute;
	left: 152px;
	top: 98px;
	width: 22px;
	height: 22px;
	z-index: 9999;
}
.divBloque article img{
	margin-bottom: 5px;
	border:1px solid #ccc;
}
.acordionTexto h4{
	padding-top:20px !important;
}
.eInferior{
	padding-bottom: 50px;
}
#Marcas{
	vertical-align: top;
	width: 232px;
	background-color: white;
	/*background: url(../images/bgVerde.jpg);*/
	padding: 30px 0;
}
#Marcas div{
	background: url(../images/bg_li.png) center bottom no-repeat;
}

#Marcas div:hover,#Marcas div.selecto{
	background: url(../images/px_green.png);
}
#Marcas div:hover > a, #Marcas div.selecto > a{
	color: #414042;
}
#Marcas div > a{
	height: 46px;
	padding: 17px 20px 0 80px;
	background-position: 25px -2px;
	background-repeat: no-repeat;
	display: block;
	font-size: 1.14em;
	color: #62a043;
/*	font-weight: bold;*/
	transition: all .3s linear 0s;
}
#Marcas div > a:hover, #Marcas div > a.selecto{
	background-position: 25px -63px;
}
#Marcas h2{
	font-size: 2.91em;
	color: #62a043;
	border-bottom: none;
	padding:0 0 25px 25px;
}
#Marcas div > ul{
	margin: 0px 0 0 75px;
	padding-bottom: 5px;
}
#Marcas div > ul li > a{
	color: #414042 !important;
	font-weight: normal !important;
	padding: 2px 5px 3px 12px;
	font-size: 1em;
	display: block;
}
#Marcas div > ul li > a:hover, #Marcas div > ul li > a.selecto{
	background: url(../images/bullet_gris.png) 0px 5px no-repeat;
}

#ContentMarcas{
	width: 684px;
	padding: 0 0 0 0 !important;
	vertical-align: top;
	background: url(../images/bg_marcas.png);
}
#ContentMarcas ul.marcas{
	margin: 0 !important;
}
#ContentMarcas ul.marcas li{
	margin: 0;
	padding: 0;
/*	min-height: 680px;
	min-height: 514px;
	height: 514px;*/
	background: url(../images/bg_marcas.png);
}
#ContentMarcas ul.marcas article{
	border-right: 1px solid #e9f9cd;
	border-bottom: 1px solid #e9f9cd;
	width: 170px;
	height: 170px;
	float: left;
	position: relative;
	overflow: hidden;	
	opacity: 0
}
#ContentMarcas ul.marcas article:nth-child(4n){
	margin-right: 0;
}

#ContentMarcas ul.marcas article div{
	background: url(../images/px_verde.png) 0 0 repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99999;
	top: 170px;
	left: 0;
}
#ContentMarcas .bx-controls-direction{
	position: absolute;
}
#ContentMarcas .bx-controls-direction{
	width: 685px;
	padding-top: 10px
}

#ContentMarcas .bx-prev,
#ContentMarcas .bx-next{
	/*text-indent: -9999px;*/
	position:absolute;
	top: 37%;
	height: 22px;
	z-index:9999;
	padding-top: 10px;
	color:#72ab2e;
	font-size: 12px;
}
#ContentMarcas .bx-next{
	background: url(../images/control_next.png) right center no-repeat;
	right: 0%;
	padding-right: 27px;
	
}
#ContentMarcas .bx-prev {
	background: url(../images/control_prev.png) left center no-repeat;
	padding-left: 27px;
}
#ContentLineas{
	width: 680px;
	padding: 0 0 0 0 !important;
	background: #273f04;
	vertical-align: top;
}



hr{
	background: url(../images/bg_li.png) center top no-repeat;
	margin: 0;
	padding: 0;
	height: 3px;
	border: none;
}
#divLineas {
	padding-bottom: 20px;
}
#divLineas article{
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 170px;
	opacity: 0
}
#divLineas article > code{
	background: url(../images/lineas/bg_franja.png) right center repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
}
#divLineas article > code > p{
	padding: 6px 30px 6px 10px;
	text-align: left;
	color: white;
	display: block;
	font-size: 1.09em;
	margin: 0;
	font-family: 'Arial', Helvetica;
	background: url(../images/lineas/ico_linea.png) right center no-repeat;
}
#divLineas article > div{
	background: url(../images/bg_linea.png) right center repeat;
	text-align: left;
	color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:normal;
	top: 170px;
}
#divLineas article > div > div{
	color: #ececec;	
	/*height: 160px;*/
	margin-top: 5px
}
#divLineas article > div h2{
	color: white;
	margin: 0 0 5px 0;
	font-size: 1.1em;
}
#divLineas article > div ul{
	float: left;
	margin:0 10px 0 0 !important;
}
#divLineas article li{
	padding: 0px 0px 0px 7px;
	background: url(../images/bullet_blanco_ch.png) 0 5px no-repeat !important;
	font-size:0.9em;
}
.bloqueCH{
	width: 170px;
	float: left;
}

/* popup */
.divPopup h4{
	font-size: 1.16em;
	margin: 5px 0;
	font-weight: bold;
}
.divPopup h1{
	color: #72ab2e;
	font-weight: normal;
}

.divPopup .bx-prev,
.divPopup .bx-next{
	text-indent: -9999px;
	position:absolute;
	top: 40%;
	width: 29px;
	height: 57px;
	z-index:9999;
	background: url(../images/controles_b.png);
}
.divPopup .bx-next{
	right: 0%;
	background-position: -29px 0;
}
.divPopup .bx-prev {
	left: 0%;
	background-position: 0 0;
}
.Formulario h1{
	font-size:44px;
	color:#72ab2e;
	margin-bottom:10px;
}
.Formulario td{
	position: relative;
	padding: 5px 0 20px;
	font-size: 1.14em;
}
.Formulario label{
	display: block;
	padding: 5px 0 5px 8px;
	font-weight: bold;
}
.Formulario .w280{
	width: 280px;
}
.Formulario select{
	width: 267px;
}
.Formulario textarea{
	width: 612px;
	height: 90px;
	resize: none;
	border: 1px solid #cdcdcd;
	background: #f9f9f9;
}
.Formulario .fixedWidth {
    width: 270px;
}
label.error {
	position: absolute;
	bottom: -3px;
	left: -7px;
	font-size: .8em;
	color: #537c13;
}
.submit {
	background: url('../images/icon_bgverde.png') left top repeat-x;
	border: none;
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Myriad';
	color: #fff;
}
.submit > img {
	float: right;
	margin: 10px 0 0 5px;
}
.captcha {
	font-size: 11px;
	width: 145px !important;
	padding: 0 0 0 10px !important;
}
.recaptchatable td{
	width:30px !important;
}
#recaptcha_area, #recaptcha_table{
	margin:auto;
}

@media screen and (max-width 360px){
	#recaptcha_area, #recaptcha_table{
		margin:0;}

}

@font-face {
    font-family: 'Myriad';
    src: url('myriad-web-pro.eot');
    src: url('myriad-web-pro.eot?#iefix') format('embedded-opentype'),
         url('myriad-web-pro.woff') format('woff'),
         url('myriad-web-pro.ttf') format('truetype'),
         url('myriad-web-pro.svg#FormataMediumItalic') format('svg');
}
@font-face {
    font-family: 'FormataItalic';
    src: url('fmi_____-webfont.eot');
    src: url('fmi_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fmi_____-webfont.woff') format('woff'),
         url('fmi_____-webfont.ttf') format('truetype'),
         url('fmi_____-webfont.svg#FormataItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FormataRegular';
    src: url('fmrg____-webfont.eot');
    src: url('fmrg____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fmrg____-webfont.woff') format('woff'),
         url('fmrg____-webfont.ttf') format('truetype'),
         url('fmrg____-webfont.svg#FormataRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*** acordion */
.acordion h3{  
     font-weight: normal;  
     float: left;
     background: url(../images/ico_bot_b.png) right 0 no-repeat;
	 line-height:30px;
	 height:30px;
	 border-bottom:1px dashed #eaecee;
	 width: 100%;
	 cursor: pointer;
	 color:#5b969d;
	 margin: 0;
}  
.acordion h3.active { background: url(../images/ico_top_b.png) right 0 no-repeat; }  
.acordionText {  
     padding: 10px 0;  
     overflow: hidden;  
     clear: both;  
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.link{
	text-decoration: underline;
}
.link:hover{
	text-decoration: none;
}

#mapa ul{
	float: left;
	width: 185px;
	padding-right: 10px;
	margin-left: 10px;
}
#mapa ul:first-child, #mapa ul:nth-child(3), #mapa ul:nth-child(7){
	width: 130px;
}
#mapa ul:last-child{
	width: 220px;
}
#mapa ul li{
	list-style-type: none;
	margin:0 0 5px 3px;
}
#mapa ul li a:hover{
	background: url(../images/ico_li_b.png) right 3px no-repeat;
	padding: 3px 20px 3px 0;
	color: #72ab2e;
}
#mapa ul h2 a{
	font-size: 14px;
	color: #273f04;
	margin-bottom: 5px;
	display: block;
	font-weight: bold
}




/* loader */
#loader {
	position: relative;
	width: 100%;
	height: 2px;
}
#loader > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #CD332D;
	box-shadow: 0 0 5px 1px #6E0610;
}
#loader > div > ul > li {
	position: relative;
	float: left;
	width: 25%;
	display: none;
}
#loader > div > ul > li > img {
	width: 100%;
}

.bannerHome .bx-wrapper {
	width: 100%;
	overflow: hidden;
}
.bannerHome .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}




/** acordion trabaja */

.acordionTrabaja{
	margin-bottom: 20px
}
ul.acordionTrabaja > li{  
	background:none !important;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.acordionTrabaja > li > h4{  
	background: url(../images/ic_bot.png) right center no-repeat;
    text-decoration: none;  
    display: block;  
    padding: 5px 30px 5px 0;
	color: #273f04;
	line-height: 30px;
	outline:none;
	font-size:1.2em !important;
	border-bottom:1px solid #e0e7c8;
	cursor: pointer;
}  
ul.acordionTrabaja > li.active { 
    display: block;  
	margin-bottom:0;
}  
ul.acordionTrabaja > li.active > h4 { 
	background: url(../images/ic_top.png) right center no-repeat;
    padding-bottom: 0px;
    color: #273f04 !important;
}  
.acordionTrabajaTexto{
	display: none;
    padding: 10px;
	overflow: hidden;  
}

ul.acordionTrabaja > li > div > ul.acordion {
	width: 90%
}





.acordion{
	margin-bottom: 20px;
}
li.acc_acordion {  
	background:none !important;
	list-style-type:none;
	padding:0;
	margin:0;
}
li.acc_acordion h3{  
	background: url(../images/ic_bot.png) right center no-repeat;
    text-decoration: none;  
    display: block;  
    padding: 5px 30px 5px 0;
	color: #273f04;
	outline:none;
	font-size:1.2em !important;
	border-bottom:1px solid #e0e7c8;
	cursor: pointer;
}  
li.acc_acordion.active { 
    display: block;  
	margin-bottom:0;
}  
li.acc_acordion.active h3 { 
	background: url(../images/ic_top.png) right center no-repeat;
    padding-bottom: 0px;
    color: #273f04 !important
}  
.acordionTexto{
	display: none;
    padding: 10px;
	overflow: hidden;  
}
.acordionTexto ul{
	float: left;
	margin-right: 50px !important;
	display: block;
}
.nosotros {
	padding-top: 21px;
	text-align: center;
}

.valores {
	text-transform: uppercase;
    margin-left: 65px;
}
td {
	text-align: center;
	width: 208px;
}
.control_banner > span:nth-child(1) {
  position: absolute;
  top: 40%;
  left: 20px;
  z-index: 999;
}
.control_banner > span:nth-child(2) {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 999;
}