@charset "utf-8";
/* reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,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,td
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; 
	outline:0; 
	vertical-align:top; 
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
/* Remove margins/bullets for navigation lists */
nav ul,nav ol,nav li{
	list-style:none; 
	list-style-image:none;
	margin:0; 
	padding:0;
}
/*Tipo*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../tipo/opensans-light_0-webfont.woff2') format('woff2'),
         url('../tipo/opensans-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}@font-face {
    font-family: 'open_sansbold';
    src: url('../tipo/opensans-bold-webfont.eot');
    src: url('../tipo/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipo/opensans-bold-webfont.woff2') format('woff2'),
         url('../tipo/opensans-bold-webfont.woff') format('woff'),
         url('../tipo/opensans-bold-webfont.ttf') format('truetype'),
         url('../tipo/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generales */
*{ margin:0; padding:0; }

table ul li{ 
	padding:0px;
	border:0px;
}
body {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family: 'open_sansbold';
}
img {
	margin:0px;
	border:0px;
}
a img{
	border:none;
	margin: 0px;
}
/*Links Generales*/
a:link {
	font-size:13pt;
	text-align:left;
	font-style:normal;
	color:#fff;
	line-height: 30px;
	text-decoration:none;
	font-weight:lighter;
}
a:hover {
	font-size:13pt;
	text-align:left;
	color: #ccc;
	font-style:normal;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	font-weight:lighter;
}
a:visited {
	font-size:13pt;
	text-align:left;
	font-style:normal;
	line-height: 30px;
	color:#fff;
	font-weight:lighter;
}
/*Textos*/
.txt {
	font-size:14pt;
	text-align:center;
	color:#0a0b1c;
	font-family: 'open_sansbold';
	line-height: 30px;
}
.txt_form {
	font-size:12pt;
	text-align:left;
	color: #333;
	font-family: 'open_sansbold';
	line-height: 20px;
}
.txt_2_form {
	font-size:12pt;
	text-align:left;
	color:#0a0b1c;
	font-family: 'open_sansbold';
	line-height: 30px;
}
.txt_btn2 {
	font-family: 'open_sansbold';
	letter-spacing: 1.2px;
	text-align:center;
	color:#fff;
	font-size:14pt;
	line-height: 40px;
}
/*h*/
h1, h2, h3 {
	font-family: 'open_sansbold';	
}
h4, h5, h6 {
	font-family: 'open_sanslight';
}
/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
hr{
	display:block; 
	height:0; 
	border:0;
	border-top:1px dotted rgba(10,11,28,0.15); 
	border-bottom:1px solid rgba(255,255,255,0.15); 
	margin:10px 0 10px 0; 
	padding:0;
}
/* Subrayados */
.subrayado {
	height:3px;
	width:25%;
	display:block;
	margin:10px auto;
	border-top:none;
	text-align: left;
	float: left;
	border-bottom:5px solid rgba(20,14,59,1); 
	padding:0;
	position:relative;
	left: 3%;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.subrayado {
		margin:2 0px auto;
		text-align: center;
		float: none;
		left: 0px;
	}
}
.subrayado_services1 {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:7px solid rgba(0,173,238,1); 
	padding:0;
}
.subrayado_services2 {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:7px solid rgba(27,117,187,1); 
	padding:0;
}
.subrayado_services3 {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:7px solid rgba(43,56,143,1); 
	padding:0;
}
/*Header*/
header {
	width:100%;
	height: auto;
	margin: 0 auto;
	background: #fff center center no-repeat;
	position:relative;
	z-index:1;
	overflow: hidden;	
}
.top_header {
	width: 100%;
	height:  auto;
	overflow: hidden;
	margin: 0px auto;
	background: rgb(255,255,255) center center;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
/* Header Info */
.top_logo {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 8%;
	display: block;
}
.top_logo img {
	width: 100%;
	opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 959px) {
	.top_info {
		display: none;
	}
}
.top_info {
	width: auto;
	height: 60px;
	float: left;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 959px) {
	.top_info {
		display: none;
	}
}
.top_info ul {
	list-style: none;
}
.top_info li {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	height: 60px;
	display: block;
	float: left;
	padding: 0px 8px 0px 8px;
}
.top_info_ico {
	width: auto;
	height: auto;
	display: block;
	float: left;
}
.top_info_ico a {
	color: rgba(0,0,0,1.00);
}
.top_info_ico a:hover {
	color: rgba(0,0,0,0.70);
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}
.top_info_ico a:viisted {
	color: rgba(0,0,0,1.00);
}
.top_info_txt {
	width: auto;
	height: auto;
	float: left;
	display: block;
}
.top_info_txt h2 {
	line-height: 60px;
	font-size: 12.5pt;
	font-weight: lighter;
	color: rgb(20,15,59);
}
.top_info_txt h3 {
	line-height: 60px;
	font-size: 12pt;
	font-weight: lighter;
	color: rgb(20,15,59);
}
.top_info_txt h4 {
	line-height: 60px;
	font-size: 13pt;
	font-weight: lighter;
	color: rgb(20,15,59);
}
/* Header Redes */
.top_redes {
	width: 240px;
	height: auto;
	float: right;
	display: block;
	margin-right: 50px;
	margin-top: 30px;
}
.top_redes ul{
	list-style: none;
}
.top_redes li {
	width: 60px;
	height: auto;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
@media screen and (min-width: 0px) and (max-width: 359px) {
	.top_redes {
		float: left;
		width: 240px;
		padding-left: 30px;
		display: inline-block;
	}
	.top_redes li {
		width: 40px;
	}
}
@media screen and (min-width: 360px) and (max-width: 959px) {
	.top_redes {
		float: left;
		padding-left: 10px;
		margin: 0px auto;
		display: inline-block;
	}
	.top_redes li {
		width: 50px;
	}
}
.top_redes li img {
	width: 100%;
}
/* Header Idioma */
.top_idioma {
	width: 60px;
	height: auto;
	margin-right: 10px;
	float: right;
	display: block;
}
.top_idioma li {
	list-style: none;
}
.top_idioma li {
	width: 60px;
	height: auto;
	margin: 0px auto;
}
/* Menu */
.menu {
	width: 200px;
	height: auto;
	float: left;
	position: absolute;
	margin-left: 8%;
	background: rgba(255,255,255,0.85);
}
.menu_logo {
	display: none;
}
.menu_logo img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 0px) and (max-width: 959px) {
	.menu_logo {
		width: 100%;
		height: auto;
		border-bottom: 1px solid rgba(0,0,0,0.15);
		padding: 3px 0px 3px 0px;
		display: block;
		position: relative;
	}
}
.menu ul {
	list-style: none;
}
.menu li {
	width:100%;
	height:auto;
	padding:10px 0 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	text-align:center;
	cursor:pointer;
}
.menu li a {
	font-family: 'open_sanslight';
	text-transform: uppercase;
	letter-spacing:2px;
	display:block;	z-index:99;
	font-size:11pt;
	line-height:40px;
	text-align:center;
	color: #2B388F;
	font-weight: 500;
	font-style:normal;
	text-decoration:none; 
}
.menu li a:hover {
	color:#fff;
	background: rgb(43,56,143);
	font-weight: 500;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
/* Banner Header */
.other { 
	height: 500px;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background:rgb(255,255,255) center top fixed;
	position: static;
	display:block;
}
.logo {
	width: 320px;
	height: auto;
	position:  relative;
	margin: 0px auto;
	margin-top: 80px;
	z-index: 999;
	display: block;
}
.logo img {
	opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 959px) {
	.logo {
		display: none;
	}
}
/* Message Construction */
.construction {
	width: 80%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 20px auto;
}
.construction h1 {
	font-size: 2.5em;
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-shadow: 2px 0px 2px rgba(0,0,0,0.4);
}
/* Down */
.down {
	width: 100px;
	height:100px;
	margin:20px auto;
	text-align: center;
	position:relative;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.down {
		display: none;
	}
}
@media screen and (min-width: 641px) and (max-width: 959px) {
	.down {
		display: block;
		margin:350px auto;
	}
}
.down a {
	opacity: 0.7;
}
.down a:hover {
	opacity: 1;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}
/* Footer */
footer {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	background: rgb(255,255,255);	
}
.content_footer {
	width:100%;
	margin: 0px auto;
	height: auto;
	padding-bottom:15px;
}
.footer_img {
	height: 500px;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background:#fff left center fixed;
	position: static;
	display:block;	
}
.connecting_footer {
	width: 95%;
	height: auto;
	margin: 0px auto;
	position: relative;
	display: block;
	overflow: hidden;
}
.connecting_footer img {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.connecting_footer {
		width: 80%;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.connecting_footer {
		width: 400px;
	}
}
.logo_footer {
	width: 300px;
	height: auto;
	float: left;
	margin-left: 15%;
	margin-top: 5%;
	position: relative;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 735px) {
	.logo_footer {
		margin-left: 2%;
		margin-top: 22%;
	}
}
@media screen and (min-width: 736px) and (max-width: 1023px) {
	.logo_footer {
		margin-left: 2%;
		margin-top: 8%;
	}
}
.logo_footer img {
	width: 95%;
}
.content_footer_datos {
	width:90%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;	
}
/* Suspendido 
.content_footer_datos ul {
	list-style: none;
}
.content_footer_datos li {
	width: 23.33%;
	margin-left: 5%;
	margin-right: 5%;
	height: 160px;
	float: left;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 3px;
}
*/
.footer_datos {
	width: 27.33%;
	margin-left: 3%;
	margin-right: 3%;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
	padding: 10px 0 8px 0;
}
.footer_datos_cont {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0px auto;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.footer_datos {
		width: 80%;
		margin-left: 0px;
		margin-right: 0px;
		height: auto;
		float: none;
		margin: 15px auto;
		padding: 0 0 0px 0;
	}	
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.footer_datos {
		width: 30.33%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
	.footer_datos_cont {
		float: none;
		margin: 0px auto;
	}
}
/* Suspendido 
.footer_datos img {
	width: 85%;
	margin: 0px auto;
	position: relative;
	display: block;
}
*/
.footer_datos h3 {
	font-size: 13pt;
	letter-spacing: 1.2px;
	color: #140E3B;
	line-height: 20px;
	font-weight: lighter;
	text-align: left;
	margin-top: 12%;
	margin-left: 4%;
	margin-right: 9%;
}
.footer_datos h5 {
	font-size: 11.5pt;
	letter-spacing: 1.2px;
	color: rgb(20,14,59);
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 10%;
	margin-bottom: 3%;
	font-weight: normal;
}
.footer_datos a {
	color: rgb(20,14,59);
	text-decoration: none;
}
.footer_datos a:hover {
	color: rgb(38,167,223);
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
.footer_datos a:visited {
	color: rgb(20,14,59);
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.footer_datos h3 {
		margin-left: 2%;
		margin-right: 3%;
	}
	.footer_datos h5 {
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.footer_datos h3 {
		margin-top: 12%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
	}
	.footer_datos h5 {
		font-family: 'open_sansbold';
		margin-top: 5%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		text-align: center;
	}
}
.redes_footer {
	width: 240px;
	height: auto;
	margin: 15px auto;
	display: block;
	overflow: hidden;
	padding-bottom: 7px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.redes_footer {
		margin: 0px auto;
	}
}
.redes_footer ul{
	list-style: none;
}
.redes_footer li {
	width: 60px;
	height: auto;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.redes_footer li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.armando_velazco {
	width: 150px;
	height: 35px;
	margin: 0px auto;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.armando_velazco {
		margin: 20px auto;
	}
}
.armando_velazco img {
	width: 120px;
}
.armando_velazco h1 {
	font-size: 11pt;
	color: #140E3B;
	line-height: 15px;
	font-weight: lighter;
	text-align: center;
}
/* Somos */
.somos {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 5px
}
.servicios_general {
	width: 90%;
	height: auto;
	float: none;
	margin: 15px auto;
	position: relative;
	display: block;
	overflow: hidden;
}
.servicios_general ul {
	list-style: none;
}
.servicios_general li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.servicios_general li {
		width: 90%;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 960px) {
	.servicios_general li {
		width: 450px;
		height: auto;
		float: none;
		margin: 15px auto;
	}
}
/* Img Servicios */
.servicios_img {
	width: 95%;
	height: auto;
	min-height: 220px;
	margin: 0px auto;
	position: relative;
	padding: 2px 0px 2px 0px;
	border:0px;
	overflow: hidden;
	background: #fff url(../img/loading.gif) center center no-repeat;
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.servicios_img {
		width: 100%;
		height: auto;
		min-height: 180px;
		position: relative;
		padding: 0px 0px 0px 0px;
		display: inline-block;
	}
}
@media screen and (min-width: 481px) and (max-width: 960px) {
	.servicios_img {
		min-height: 165px;
		min-height: 220px;
	}
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.servicios_img {
		width: 100%;
		height: auto;
		min-height: 165px;
		position: relative;
		padding: 0px 0px 0px 0px;
		display: inline-block;
	}
}
.servicios_img img {
	width: 100%;
    position: absolute;  
    top: 0px;  
    left: 0px;  
    border: 0;  
}
/* Txt Servicios */
.servicios_des {
	width: 90%;
	height: 100px;
	margin: 5px auto;
	position: relative;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.servicios_des {
		width: 90%;
		height: 80px;
	}
}
.servicios_ico {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-top: 20px;
}
.servicios_txt {
	width: auto;
	height: 100px;
	float: left;
	position: relative;
	display: block;
}
.servicios_txt h1 {
	font-family: 'open_sanslight';
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.servicios_txt h2 {
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(29,118,187);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.servicios_txt h3 {
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(42,59,143);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.servicios_txt h4 {
	font-size: 14pt;
	letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: normal;
	padding: 30px 25px 0 15px;
}
/* Barra Titulos */
/* Productos */
.barra_tit {
	width: 100%;
	height: auto;
	background: rgb(43,56,143);
	padding: 8px 8px 8px 8px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.barra_tit h2 {
	text-align: left;
	margin-left: 15%;
	font-size: 1.25em;
	font-family: 'open_sanslight';
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.barra_tit h2 {
		text-align: center;
		margin-left: 0px;
	}
}

/* Aliados */
.aliados {
	width:85%;
	height: auto;
	position:relative;
	margin:15px auto;
	display:block;
	overflow: hidden;
}
.aliados li {
	width:25%;
	height: auto;
	position:relative;
	margin:0px auto;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
	.aliados li {
		width:90%;
		margin:0px auto;
		float: none;
	}
}
.aliados li img {
	width: 95%;
}
/* Desarrollo Sostenible */
.ods {
	width:95%;
	height: 300px;
	position:relative;
	margin:15px auto;
	display:block;
	overflow: hidden;
}
/* Servicios 2022 */
.servicios2022 {
	width:100%;
	height: auto;
	position:relative;
	margin:15px auto;
	display:block;
	overflow: hidden;
}
/* Barra Titulos */
.barra_tit_ods {
	width: 100%;
	height: auto;
	background: rgb(45,163,145);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit_ods h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
/* Btn Top */
.barra_btn_top{
	width:40px;
	height:40px;
	position:absolute;
	margin-left:80%;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
	.barra_btn_top {
		display: none;
	}
}
.barra_btn_top a {
	opacity: 0.7;
}
.barra_btn_top a:hover {
	opacity: 1;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}
.aliados_contenedor {
	width:95%;
	height:340px;
	margin: 0px auto;
	position:relative;
	display: block;
}
.servicios2022_contenedor {
	width:98%;
	height:360px;
	margin: 0px auto;
	position:relative;
	display: block;
}
/* News */
.des_news {
	width:80%;
	height:auto;
	display:block;
	overflow:hidden;
	float:none;
	margin:20px auto;
}
@media screen and (min-width: 0) and (max-width: 700px) {
	.des_news {
		width:90%;
		float: none;
		margin:20px auto;
	}
}
.des_news ul {
	list-style:none;
}
.des_news li {
	min-width: 320px;
	max-width: 480px;
	width:46%;
	margin-left:2%;
	margin-right:2%;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	padding-bottom:25px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.des_news li {
		width:90%;
		float: none;
		margin:15px auto;
	}
}
.news_des {
	width:80%;
	height:200px;
	position:relative;
	margin:15px auto;
	display:block;
}
@media screen and (min-width: 0) and (max-width: 959px) {
	.news_des {
		height: auto;
	}
}
.news_des h3 {
	font-size:1.2em;
	font-weight: lighter;
	line-height:inherit;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#666;
}
.news_des h5 {
	font-size:13pt;
	font-weight: lighter;
	line-height:20px;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	color:#666;
}
/* Barra News */
.barra_tit_news {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.08);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit_news h1 {
	text-align: center;
	font-size: 1.25em;
	text-transform: uppercase;
	color: rgb(45,163,145);
	letter-spacing: 3px;
	line-height: 40px;
}
/* About */
/* Somos */
.about {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.about img {
	opacity: 1;
}
.puramin_general {
	width: 96%;
	height: auto;
	float: none;
	margin: 5px auto;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
	display: block;
	overflow: hidden;
}
.about_general {
	width: 96%;
	height: auto;
	float: none;
	margin: 15px auto;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	display: block;
	overflow: hidden;
}
.about_general_2 {
	width: 96%;
	height: auto;
	float: none;
	margin: 15px auto;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	display: block;
	overflow: hidden;
}
.valores_general {
	width: 96%;
	height: auto;
	float: none;
	margin: 8px auto;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.about {
		width: 100%;
		height: auto;
	}
	.about img {
		opacity: 0.7;
	}
	.puramin_general {
		width: 90%;
		height: auto;
	}
	.about_general {
		width: 90%;
		height: auto;
	}
	.about_general_2 {
		width: 90%;
		height: auto;
	}
	.valores_general {
		width: 90%;
		height: auto;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.puramin_general {
		width: 90%;
		height: auto;
	}
	.about_general {
		width: 90%;
		height: auto;
	}
	.about_general_2 {
		width: 90%;
		height: 570px;
	}
	.valores_general {
		width: 90%;
		height: 230px;
	}
}
.about_general ul {
	list-style: none;
}
.about_general li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.about_general_2 ul {
	list-style: none;
}
.about_general_2 li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.valores_general ul {
	list-style: none;
}
.valores_general li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.about_general li {
		width: 96%;
		float: none;
		margin: 15px auto;
	}
	.about_general_2 li {
		width: 90%;
		float: none;
		margin: 15px auto;
	}
	.valores_general li {
		width: 90%;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.about_general li {
		width: 450px;
		height: auto;
		float: none;
		margin: 15px auto;
	}
	.about_general_2 li {
		width: 450px;
		height: auto;
		float: none;
		margin: 15px auto;
	}
	.valores_general li {
		width: 430px;
		height: auto;
		float: none;
		margin: 15px auto;
	}
}
.about-somos {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
	display: block;
	overflow: hidden;
}
.barra_tit-about {
	width: 100%;
	height: auto;
	background: rgb(43,56,143);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit-about h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.barra_tit-valores {
	width: 100%;
	height: auto;
	background: rgba(0,173,238,1);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit-valores h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color:  rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.about-content {
	width: 85%;
	height: auto;
	position: relative;
	margin: 0px auto;
	display: block;
	padding: 15px 0px 15px 0px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.about-content {
		width: 95%;
		padding: 20px 0px 20px 0px;
	}
}
.about-content-txt {
	width: 35%;
	height: 300px;
	float: left;
	position: relative;
	display: block;
	padding-bottom: 0px;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.about-content-txt {
		width: 50%;
		height: auto;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 640px) and (max-width: 960px) {
	.about-content-txt {
		width: 60%;
		height: auto;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 0px) and (max-width: 641px) {
	.about-content-txt {
		width: 90%;
		height: auto;
		float: none;
		padding-bottom: 0px;
		margin: 20px auto;
	}
}
.about-content-txt2 {
	width: 30%;
	height: 300px;
	float: left;
	position: relative;
	display: block;
}
.about-content-txt h1 {
	text-align: left;
	font-size: 1.8em;
	text-transform: uppercase;
	color: rgb(43,56,143);
	letter-spacing: 3px;
	margin: 25px 0px 0px 50px;
	line-height: 40px;
	font-weight: normal;
}
.about-content-txt h2 {
	text-align: left;
	font-size: 1.1em;
	line-height: 25px;
	color: rgb(64,64,64);
	letter-spacing: 1px;
	margin: 25px 30px 25px 40px;
	font-weight: normal;
}
.subrayado-about {
	height:3px;
	width:25%;
	display:block;
	margin:10px auto;
	border-top:none;
	text-align: left;
	float: left;
	border-bottom:5px solid rgba(45,163,145,1); 
	padding:0;
	position:relative;
	left: 25px;
}
.about-des-cont {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px auto;
	background: rgb(0,173,238);
	overflow: hidden;
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
}
.about-des-cont-2 {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px auto;
	background: rgb(45,163,145);
	overflow: hidden;
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
}
.about-des-cont-3 {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px auto;
	background: rgb(255,255,255);
	border: 1px solid rgba(0,0,0,0.15);
	overflow: hidden;
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
}
.valores-cont {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px auto;
	background: rgb(255,255,255);
	border: none;
	overflow: hidden;
}
.about-des {
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
	margin: 0px auto;
	padding-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.about-des {
		height: auto;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.about-des {
		height: 200px;
		padding-bottom: 10px;
	}
}
.about-des h1 {
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.about-des h4 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: normal;
	padding: 35px 50px 5px 50px;
}
.about-des h5 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: normal;
	padding: 35px 50px 5px 50px;
}
.about-des h6 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: normal;
	padding: 35px 50px 5px 50px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.about-des h4 {
		font-family: 'open_sansbold';
	}
	.about-des h5 {
		font-family: 'open_sansbold';
	}
}
/*Subrayado About */
.subrayado_about {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:7px solid rgba(255,255,255,1); 
	padding:0;
}
/* Img About */
.about_img {
	width: 100%;
	margin: 0px auto;
	height: auto;
	min-height: 230px;
	position: relative;
	padding: 2px 0px 2px 0px;
	border:0px;
	overflow: hidden;
	background: #fff url(../img/loading.gif) center center no-repeat;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
	.about_img {
		min-height: 165px;
	}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
	.about_img {
		min-height: 190px;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.about_img {
		min-height: 220px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.about_img {
		min-height: 190px;
	}
}
.about_img img {
	width: 100%;
    position: absolute;  
    top: 0px;  
    left: 0px;  
    border: 0;  
}
/* Mision Vision Valores */
.mvv_general {
	width: 90%;
	height:330px;
	float: none;
	margin: 15px auto;
	position: relative;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.mvv_general {
		height: auto;
	}
}
.mvv_general ul {
	list-style: none;
}
.mvv_general li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
	.mvv_general li {
		width: 70%;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 0px) and (max-width: 736px) {
	.mvv_general li {
		width: 90%;
		height: auto;
		float: none;
		margin: 15px auto;
	}
}
.mvv-des {
	width: 100%;
	height: 350px;
	position: relative;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;
}
.valores-des {
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.mvv-des {
		height: auto;
		margin: 10px auto;
	}
	.valores-des {
		height: auto;
		margin: 10px auto;
	}
}
.mvv-des h1 {
	font-size: 16.2pt;
	text-align: center;
	line-height: 20px;
	color: rgb(64,64,64);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.mvv-des h4 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	color: rgb(64,64,64);
	font-weight: normal;
	padding: 35px 35px 5px 35px;
}
.mvv-des h5 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(51,51,51);
	font-weight: normal;
	padding: 15px 35px 5px 35px;
}
.valores-des h1 {
	font-size: 16.2pt;
	text-align: center;
	line-height: 20px;
	color: rgb(64,64,64);
	font-weight: lighter;
	padding: 30px 25px 0 15px;
}
.valores-des h4 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(64,64,64);
	font-weight: normal;
	padding: 35px 35px 5px 35px;
}
.valores-des h5 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(51,51,51);
	font-weight: normal;
	padding: 15px 35px 5px 35px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.mvv-des h5 {
		font-family: 'open_sansbold';
	}
	.valores-des h5 {
		font-family: 'open_sansbold';
	}
}
/* Products */
.expanding-connecting_generalcontent {
	width: 100%;
	height: 635px;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.expanding-connecting {
	width: 100%;
	height: auto;
	min-height: 635px;
	top: 28px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}
.solutions_generalcontent {
	width: 100%;
	height: 550px;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.solutions {
	width: 100%;
	height: 540px;
	top: 28px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.expanding-connecting_generalcontent {
		height: auto;
	}
	.solutions_generalcontent {
		height: auto;
	}
	.expanding-connecting {
		height: auto;
		padding-bottom: 18px;
	}
	.solutions {
		height: auto;
		padding-bottom: 18px;
	}
}
.barra_tit-expanding {
	width: 100%;
	height: auto;
	background: rgb(0,173,238);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit-expanding h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.barra_tit-expanding h2 {
	font-family: 'open_sanslight';
	text-align: left;
	margin-left: 15%;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.barra_tit-expanding h2 {
		text-align: center;
		margin-left: 0px;
	}
}
.expanding {
	width: 65%;
	height: 620px;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	padding-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.expanding {
		width: 90%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding-bottom: 25px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
	.expanding {
		width: 93%;
		height: 600px;
		padding-bottom: 25px;
		float: left;
	}
}
.expanding-txt {
	width: 80%;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 20px auto;
	position: relative;
	background: rgba(0,173,238,0.8);
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.expanding-txt {
		width: 95%;
	}
}
.expanding-txt h1 {
	text-align: left;
	font-size: 1.8em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	margin: 25px 0px 0px 50px;
	line-height: 40px;
	font-weight: normal;
}
.expanding-txt h2 {
	text-align: left;
	font-size: 1.1em;
	line-height: 25px;
	color: rgb(255,255,255);
	letter-spacing: 1px;
	margin: 25px 35px 25px 35px;
	font-weight: normal;
}
.expanding_img {
	width: 50%;
	height: 400px;
	position: relative;
	float: left;
}
.expanding_ico {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
.subrayado-expanding {
	height:3px;
	width:40%;
	display:block;
	margin:10px auto;
	float: none;
	border-top:none;
	text-align: center;
	border-bottom:5px solid rgb(255,255,255); 
	padding:0;
	position:relative;
}
.barra_tit-connecting {
	width: 100%;
	height: auto;
	background: rgb(255,255,255);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit-connecting h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(43,56,143);
	letter-spacing: 3px;
	line-height: 40px;
}
.barra_tit-connecting2 {
	width: 100%;
	height: auto;
	background: rgb(216,216,216);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.barra_tit-connecting2 h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(43,56,143);
	letter-spacing: 3px;
	line-height: 40px;
}
/* Growing Together */
.growing-together_generalcontent {
	width: 100%;
	height: 715px;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.growing-together {
	width: 100%;
	height: 715px;
	top: 28px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.growing-together_generalcontent {
		height: auto;
		min-height: 715px;
	}
	.growing-together {
		height: auto;
		padding-bottom: 18px;
	}
}
.barra_tit-growing {
	width: 100%;
	height: auto;
	background: rgb(27,117,186);
	padding: 8px 0px 8px 0px;
	margin: 0px auto;
	display: block;
}
.barra_tit-growing h1 {
	text-align: left;
	margin-right: 15%;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.barra_tit-growing h2 {
	font-family: 'open_sanslight';
	text-align: right;
	margin-right: 15%;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.barra_tit-growing h2 {
		text-align: center;
		margin-right: 0px;
	}
}
.growing {
	width: 55%;
	height: 700px;
	position: relative;
	float: right;
	display: block;
	overflow: hidden;
	padding-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.growing {
		width: 85%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding-bottom: 25px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
	.growing {
		width: 88%;
		height: auto;
		padding-bottom: 25px;
		float: right;
	}
}
.growing-txt {
	width: 80%;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 20px auto;
	position: relative;
	background: rgba(27,117,186,0.8);
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.growing-txt {
		width: 95%;
	}
}
.growing-txt h1 {
	text-align: right;
	font-size: 1.8em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	margin: 25px 50px 0px 0px;
	line-height: 40px;
	font-weight: normal;
}
.growing-txt h2 {
	text-align: left;
	font-size: 1.1em;
	line-height: 25px;
	color: rgb(255,255,255);
	letter-spacing: 1px;
	margin: 25px 30px 25px 40px;
	font-weight: normal;
}
.growing_img {
	width: 50%;
	height: 400px;
	position: relative;
	float: left;
}
.growing_ico {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 20px;
	margin-left: 25px;
}
.subrayado-growing {
	height:3px;
	width:20%;
	display:block;
	margin:10px auto;
	border-top:none;
	text-align: right;
	float: right;
	border-bottom:5px solid rgb(255,255,255); 
	padding:0;
	position:relative;
	right: 25px;
}
/* Sustainable*/
.sustainable_generalcontent {
	width: 100%;
	height: 455px;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.sustainable {
	width: 100%;
	height: 455px;
	top: 28px;
	padding-bottom: 18px;
	position: relative;
	display: block;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
	.sustainable_generalcontent {
		height: auto;
		min-height: 475px;
	}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
	.sustainable_generalcontent {
		height: auto;
		min-height: auto;
	}
	.sustainable {
		height: auto;
		padding-bottom: 18px;
	}
}


.sustainable-txt {
	width: 80%;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 20px auto;
	position: relative;
	background: rgba(0,173,238,0.8);
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.sustainable-txt {
		width: 95%;
	}
}
.sustainable-txt h1 {
	text-align: right;
	font-size: 1.8em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	margin: 25px 50px 0px 0px;
	line-height: 40px;
	font-weight: normal;
}
.sustainable-txt h2 {
	text-align: left;
	font-size: 1.1em;
	line-height: 25px;
	color: rgb(255,255,255);
	letter-spacing: 1px;
	margin: 25px 30px 25px 40px;
	font-weight: normal;
}


/* Green Solutions */
.green-solutions_generalcontent {
	width: 100%;
	height: 475px;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.green-solutions {
	width: 100%;
	height: 475px;
	top: 28px;
	padding-bottom: 18px;
	padding: 0px;
	position: relative;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.green-solutions_generalcontent {
		height: auto;	
	}
	.green-solutions {
		height: auto;
		padding-bottom: 18px;
	}
}

.green {
	width: 55%;
	height: 430px;
	position: relative;
	float: left;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.green {
		width: 85%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding-bottom: 25px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
	.green {
		width: 83%;
		height: auto;
		padding-bottom: 25px;
	}
}
.green-txt {
	width: 80%;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 20px auto;
	position: relative;
	background: rgba(43,56,143,0.8);
	/*para Firefox*/
	-moz-border-radius: 100px 100px 100px 100px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 100px 100px 100px 100px;
	/* para Opera */
	border-radius: 100px 100px 100px 100px;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.green-txt {
		width: 95%;
	}
}
.green-txt h1 {
	text-align: right;
	font-size: 1.8em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	margin: 25px 50px 0px 0px;
	line-height: 40px;
	font-weight: normal;
}
.green-txt h2 {
	text-align: left;
	font-size: 1.1em;
	line-height: 25px;
	color: rgb(255,255,255);
	letter-spacing: 1px;
	margin: 25px 30px 25px 40px;
	font-weight: normal;
}
.green_img {
	width: 50%;
	height: 400px;
	position: relative;
	float: left;
}
.green_ico {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 20px;
	margin-left: 25px;
}
.subrayado-green {
	height:3px;
	width:20%;
	display:block;
	margin:10px auto;
	border-top:none;
	text-align: right;
	float: right;
	border-bottom:5px solid rgb(255,255,255); 
	padding:0;
	position:relative;
	right: 25px;
}
/* Artículo +/
/*Articulo*/
.art {
	width:600px;
	height:auto;
	padding:10px 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.art ul {
	list-style: circle;
}
.art li {
	width:95%;
	float:none;
	margin:0px auto;
}
.art_img {
	width:600px;
	height:auto;
	padding-bottom:8px;
	margin:0px auto;
	position:relative;
	text-align:center;
}
.art_img img{
	width: 100%;
}
@media screen and (min-width: 0) and (max-width: 737px) {
	.art_img {
		width:90%;
		height:auto;
		padding-bottom:8px;
		margin:0px auto;
		position:relative;
		text-align:center;
	}
}
.art h1 {
	font-size:18pt;
	margin-top:0px;
	text-align: center;
	color: #4aafe8;
	font-weight:lighter;
	line-height: 30px;
}
.art h2 {
	font-size:16pt;
	margin-top:0px;
	text-align: left;
	color: #0a0b1c;
	font-weight:lighter;
	line-height: 30px;
}
.art h3 {
	font-size:14pt;
	margin-top:0px;
	text-align: left;
	color: #666;
	font-weight:lighter;
	line-height: 30px;
	margin-bottom:30px;
}
.art h4 {
	font-size:15pt;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
	color: #333;
	font-weight:lighter;
	line-height: 30px;
	letter-spacing: 1px;
}
.art h5 {
	font-size:14pt;
	margin-top:3px;
	margin-bottom:10px;
	text-align: left;
	color: #333;
	font-weight:lighter;
	line-height: 30px;
}
.art a {
	font-size:15pt;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
	color: #333;
	font-weight:lighter;
	line-height: 30px;
}
.art a:hover {
	font-size:15pt;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
	color: #333;
	font-weight:lighter;
	line-height: 30px;
}
.art a:visited {
	font-size:15pt;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
	color: #333;
	font-weight:lighter;
	line-height: 30px;
}
/*Contacto */
.contact_contenedor {
	width: 100%;
	height: 600px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
@media screen and (min-width: 0) and (max-width: 960px) {
	.contact_contenedor {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.contact_datos {
	width: 85%;
	height: auto;
	margin: 25px auto;
	position: relative;
	overflow: hidden;
	display: block;
}
@media screen and (min-width: 0) and (max-width: 960px) {
	.contact_datos {
		width: 85%;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.contact_datos {
		width: 95%;
	}
}
.contact_datos_dir {
	width: 26%;
	height: 510px;
	float: left;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 6px 6px 6px 6px;
}
.contact_datos_dir img {
	width: 120px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.contact_datos_dir {
		width: 95%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding: 6px 6px 6px 6px;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.contact_datos_dir {
		width: 85%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding: 10px 10px 10px 10px;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.contact_datos_dir {
		width: 27%;
		height: 510px;
		float: left;
		padding: 6px 6px 6px 6px;
	}
}
.contact_datos_dir h3 {
	font-size: 13pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	font-weight: lighter;
	text-align: left;
	margin-top: 12%;
	margin-left: 4%;
	margin-right: 9%;
}
.contact_datos_dir h5 {
	font-size: 13pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 10%;
	margin-bottom: 3%;
	font-weight: normal;
}
/* Form Contact */
.contact_form_contact {
	width: 48%;
	height: auto;
	float: left;
	position: relative;
	padding: 3% 3% 3% 3%;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.contact_form_contact {
		width: 95%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding: 4% 4% 4% 4%;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.contact_form_contact {
		width: 85%;
		height: auto;
		float: none;
		margin: 0px auto;
		padding: 6% 6% 6% 6%;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.contact_form_contact {
		width: 45.5%;
		float: left;
		padding: 3.2% 3.2% 3.2% 3.2%;
	}
}
.contact_form_contact h1 {
	font-size: 14.5pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 1%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	font-weight: normal;
	display: block;
}
.contact_form_contact h2 {
	font-size: 13pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	font-weight: normal;
	display: block;
}
.contact_form_contact h2 a {
	font-size: 14pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	font-weight: normal;
	display: block;
}
.contact_form_contact h2 a:hover {
	font-size: 14pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	font-weight: normal;
	display: block;
}
.contact_form_contact h2 a:visited {
	font-size: 14pt;
	letter-spacing: 1.2px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	font-weight: normal;
	display: block;
}
.form_prensa {
	width:95%;
	height: auto;
	position:relative;
	margin: 0px auto;
	display: block;
}
@media screen and (min-width: 0) and (max-width: 960px) {
	.form_prensa {
		width:100%;
		height: auto;
		position:relative;
		margin: 20px auto;
	}
}
.entradas_input{
	width:98%;
	height:25px;
	text-align:left;
	float: left;
	position:relative;
	margin: 0px 0px 0px 20px;
}
.entradas_input_cortas{
	width:220px;
	height:30px;
	text-align:left;
	float: left;
	position:relative;
	margin: 0px 0px 0px 20px;
}
#area1{
	width:98%;
	height:200px;
	text-align:left;
	float: left;
	position:relative;
	padding-left:20px;
	padding-bottom:20px;
	margin-left:20px;
	
}
@media screen and (min-width: 0) and (max-width: 960px) {
	#area1{
		width:100%;
		height:200px;
		text-align:left;
		float: left;
		position:relative;
		margin: 0px 0px 0px 20px;
		
	}
}
#area2{
	width:90%;
	height:100px;
	text-align:left;
	float: left;
	position:relative;
	margin-left:20px;
	padding-left:20px;
	padding-bottom:20px;
}
#panel_enviar_dentro{
	width: 95px;
	height:40px;
	float: none;
	margin:10px auto;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	text-align:center;
	background: #0a0b1c;
	border:0;
	/*para Firefox*/
	-moz-border-radius: 20px 20px 20px 20px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 20px 20px 20px 20px;
	/* para Opera */
	border-radius: 20px 20px 20px 20px;
}
/* Objetivos Desarrollo Sostenible */
.ods_generalcontent {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.ods_tit {
	width: 100%;
	height: auto;
	top: 28px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
	background: rgb(255,255,255);
	padding-bottom: 18px;
}
.ods-tit {
	width: 100%;
	height: auto;
	background: rgb(0,173,238);
	padding: 8px 0px 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin: 0px auto;
}
.ods-tit h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
.ods-tit h2 {
	text-align: left;
	margin-left: 15%;
	font-size: 1.25em;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(255,255,255);
	letter-spacing: 3px;
	line-height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.ods-tit h2 {
		text-align: center;
		margin-left: 0px;
	}
}
.ods_des {
	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	position: relative;
	margin: 0px auto;
}
.ods_des_content {
	width: 85%;
	height: auto;
	position: relative;
	margin: 0px auto;
}
.ods_des_content ul {
	list-style: none;
}
.ods_des_content li {
	width: 30.33%;
	margin-left: 1.05%;
	margin-right: 1.05%;
	height: 350px;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
}
ods_des_content li img {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.ods_des_content li {
		width: 90%;
		height: auto;
		float: none;
		margin: 15px auto;
		text-align: center;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.ods_des_content li {
		width: 450px;
		height: auto;
		float: none;
		margin: 15px auto;
		text-align: center;
	}
}
.ods_des_content h1 {
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: lighter;
	text-transform: uppercase;
	padding: 30px 25px 0 15px;
}
.ods_des_content h4 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
	color: rgb(64,64,64);
	font-weight: normal;
	padding: 35px 50px 5px 50px;
}
.ods_des_content h5 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: rgb(0,173,238);
	font-weight: normal;
	padding: 35px 50px 5px 50px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_des_content h4 {
		font-family: 'open_sansbold';
	}
	.ods_des_content h5 {
		font-family: 'open_sansbold';
	}
}
/* ODS 17 Objetivos */
.ods-1 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #EB1C2D;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-2 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #D3A029;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-3 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #279B48;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-4 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #C31F33;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-5 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #EF402B;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-6 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #00AED9;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-7 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #FDB713;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-8 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #8F1838;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-9 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #F36D25;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-10 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #E11484;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-11 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #F99D26;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-12 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #CF8D2A;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-13 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #48773E;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-14 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #007DBC;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-15 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #3EB049;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-16 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #02558B;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
.ods-17 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #183668;
	padding: 15px 0px 15px 0px;
	display: block;
	overflow: hidden;
}
/* ODS Generales */
.ods-1_generalcontent {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
}
.ods-1_des {
	width: 85%;
	height: auto;
	position: relative;
	margin: 15px auto;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods-1_des {
		width: 95%;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.ods-1_des {
		width: 85%;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.ods-1_des {
		width: 95%;
	}
}
.ods-1_img {
	width: 33%;
	height: auto;
	float: left;
	position: relative;
	padding: 15px 0px 15px 0px;
}
.ods-1_img img {
	width: 90%;
}
.ods-1_txt {
	width: 66%;
	height: auto;
	float: left;
	position: relative;
	padding: 15px 0px 15px 0px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods-1_img {
		width: 90%;
		float: none;
		margin: 0px auto;
	}
	.ods-1_img img {
		width: 90%;
	}
	.ods-1_txt {
		width: 90%;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.ods-1_img {
		width: 85%;
		float: none;
		margin: 0px auto;
	}
	.ods-1_img img {
		width: 75%;
	}
	.ods-1_txt {
		width: 85%;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.ods-1_img {
		width: 30%;
		float: left;
	}
	.ods-1_img img {
		width: 90%;
	}
	.ods-1_txt {
		width: 70%;
		float: left;
	}
}
.ods-1_txt h1 {
	font-size: 16.2pt;
	text-align: left;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: lighter;
	text-transform: uppercase;
	padding: 30px 25px 0 15px;
}
.ods-1_txt h2 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: left;
	line-height: 30px;
	color: rgb(255,255,255);
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}
.ods_piso {
	width: 70%;
	height: auto;
	position: relative;
	margin: 10px auto;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_piso {
		width: 95%;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.ods_piso {
		width: 80%;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.ods_piso {
		width: 85%;
	}
}
.ods_piso h1 {
	font-size: 13.6pt;
	text-align: center;
	line-height: 25px;
	color: rgb(255,255,255);
	font-weight: lighter;
	padding: 15px 30px 15px 30px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_piso h1 {
		padding: 15px 10px 15px 10px;
	}
}
/* ODS CONTENT */
.ods_aplicados_generalcontent {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.ods_aplicados-general {
	width: 100%;
	height: auto;
	top: 28px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #fff;
}
.ods_aplicados {
	width: 85%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	position: relative;
	float: none;
	margin: 0px auto;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_aplicados {
		width: 95%;
		padding: 10px 0px 10px 0px;
	}	
}
.ods_aplicados ul {
	list-style: none;
}
.ods_aplicados li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
	position: relative;
	float: left;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_aplicados li {
		width: 80%;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.ods_aplicados li {
		width: 60%;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
		margin: 0px auto;
	}
}
.ods-apli-txt {
	width: 80%;
	height: 100px;
	margin: 0px auto;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods-apli-txt {
		width: 90%;
	}
}
.ods-apli-txt h1 {
	font-size: 12.5pt;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	color: rgb(64,64,64);
	margin: 15px;
	font-weight: lighter;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.ods_aplicados li {
		width: 90%;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 960px) {
	.ods_aplicados li {
		width: 50%;
	}
}
.ods_aplicados li img {
	width: 100%;
}
/* ODS Grafico*/
.ods_grafico {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ods_grafico-general {
	width: 85%;
	height: auto;
	margin: 10px auto;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_grafico-general {
		width: 95%;
		height: auto;
		margin: 10px auto;
	}
}
.ods_grafico-general img {
	width: 100%;
}
.ods_cuadros_general_p {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
	overflow: hidden;
}
.ods_grafico-1 {
	width: 35%;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_grafico-1 {
		width: 90%;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 668px) and (max-width: 1023px) {
	.ods_grafico-1 {
		width: 70%;
		float: none;
		margin: 0px auto;
	}
}
.ods_grafico-1_cuadros {
	width: 45%;
	height: auto;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.ods_grafico-1_cuadros img {
	width: 95%;
}
.ods_grafico-2 {
	width: 65%;
	height: auto;
	display: block;
	float: left;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico-2 {
		width: 80%;
		float: none;
		margin: 0px auto;
	}
}
.ods-apli-txt-2 {
	width: 80%;
	height: auto;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.ods-apli-txt-2 {
		width: 95%;
	}
}
.ods-apli-txt-2 h1 {
	font-size: 11pt;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	color: rgb(64,64,64);
	margin: 15px auto;
	font-weight: lighter;
}
@media screen and (min-width: 0px) and (max-width: 1279px) {
	.ods-apli-txt-2 h1 {
	font-size: 9.5pt;
	letter-spacing: 1px;
}
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods-apli-txt-2 {
		display: none;
	}
}
.ods_grafico_flecha {
	width: 150px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	float: none;
	padding-bottom: 10px;
	top: -20px;
}
.ods_grafico_flecha-2 {
	width: 75px;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	padding-bottom: 2px;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico_flecha-2 {
		display: none;
	}
}
.ods_grafico_flecha-3 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	float: right;
	padding-bottom: 10px;
	margin-top: 90px;
	text-align: left;
}
.ods_grafico_flecha-2_block {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico_flecha-2_block {
		width: 75px;
		height: auto;
		display: block;
		overflow: hidden;
		float: none;
		margin: 3px auto;
	}
}
.ods_grafico_barras {
	width: 70%;
	float: left;
	height: auto;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_grafico_barras {
		width: 90%;
		float: none;
		margin: 0px auto;
		height: auto;
		display: block;
		overflow: hidden;
	}
}
@media screen and (min-width: 668px) and (max-width: 1023px) {
	.ods_grafico_barras {
		width: 80%;
		float: none;
		margin: 0px auto;
		height: auto;
		display: block;
		overflow: hidden;
	}
}
.ods_grafico_barras-1 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #7030A0;
}
.ods_grafico_barras-2 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #002060;
}
.ods_grafico_barras-3 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #0070C0;
}
.ods_grafico_barras-4 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #00B0F0;
}
.ods_grafico_barras-5 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #00B050;
}
.ods_grafico_barras-6 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #92D050;
}
.ods_grafico_barras-7 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px auto;
	background: #CCCC00;
}
.ods_grafico_barras-8 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #FFC000;
}
.ods_grafico_barras-9 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #E46C0A;
}
.ods_grafico_barras-10 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto;
	background: #CC0000;
}
.ods_grafico_barras h1 {
	font-size: 11pt;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: lighter;
}
.ods_grafico_cuadro_central {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico_cuadro_central {
		width: 80%;
		margin-left: 0px;
		margin-right: 0px;
		height: auto;
		float: none;
		margin: 0px auto;
	}
}
.ods_grafico_cuadro_central_img {
	width: 90%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 220px auto;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico_cuadro_central_img {
		display: none;
	}
}
.ods_grafico_cuadro_central_img_block {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 736px) {
	.ods_grafico_cuadro_central_img_block {
		width: 75%;
		height: auto;
		float: none;
		display: block;
		overflow: hidden;
		margin: 0px auto;
		text-align: center;
	}
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
	.ods_grafico_cuadro_central_img_block {
		width: 55%;
		height: auto;
		float: none;
		display: block;
		overflow: hidden;
		margin: 0px auto;
		text-align: center;
	}
}
.ods_grafico_cuadro_central_img img {
	width: 95%;
}
.ods_grafico_cuadro_central_img_block img {
	width: 95%;
}
.ods_grafico-1_cuadros_abajo {
	width: 45%;
	height: auto;
	float: right;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 150px;
	display: block;
	overflow: hidden;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico-1_cuadros_abajo {
		display: none;
	}
}
.ods_grafico-1_cuadros_abajo img {
	width: 95%;
}
.ods_grafico-1_cuadros_abajo_block {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_grafico-1_cuadros_abajo_block {
		width: 45%;
		height: auto;
		float: none;
		margin: 15px auto;
		display: block;
		overflow: hidden;
		text-align: center;
	}
}
.ods_grafico-1_cuadros_abajo_block img {
	width: 95%;
}
/* Final Gráfico */
.ods_final-grafico {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_final-grafico {
		width: 55%;
		height: auto;
		float: none;
		margin: 5px auto;
		display: block;
		overflow: hidden;
		text-align: center;
	}
}
.ods_block-cuadro_final {
	display: none;
}
.ods_block-cuadro_final img {
	width: 95%;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_block-cuadro_final {
		width: 90%;
		display: block;
		height: auto;
		float: none;
		margin: 0px auto;
	}
	.ods_block-cuadro_final img {
		width: 95%;
	}
}
/* Otros ODS */
.ods_otros {
	width: 85%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	position: relative;
	float: none;
	margin: 0px auto;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.ods_otros {
		width: 95%;
		padding: 10px 0px 10px 0px;
	}	
}
.ods_otros ul {
	list-style: none;
}
.ods_otros li {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	height: auto;
	position: relative;
	float: left;
	display: block;
}
.ods_otros li img {
	width: 95%;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods_otros li {
		width: 80%;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 668px) and (max-width: 960px) {
	.ods_otros li {
		width: 60%;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
		margin: 15px auto;
	}
}
.ods-img-content {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.ods-img-content {
		width: 85%;
		height: auto;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (min-width: 668px) and (max-width: 1023px) {
	.ods-img-content {
		width: 70%;
		height: auto;
		float: none;
		margin: 0px auto;
	}
}
.ods-img-content img {
	width: 90%;
} 
.ods-content-lista {
	width: 75%;
	height: auto;
	float: left;
	position: relative;
	padding: 15px 0px 15px 0px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.ods-content-lista {
		width: 85%;
		float: none;
		margin: 0px auto;
	}
}
.ods-content-lista ul {
	list-style: none;
}
.ods-content-lista li {
	width: 47%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.ods-content-lista li {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0px auto;
	}
}
.ods-txt-lista {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0px auto;
	display: block;
	overflow: hidden;
}
.ods-txt-lista h1 {
	font-size: 16.2pt;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: lighter;
	text-transform: uppercase;
	padding: 30px 25px 0 15px;
	display: block;
}
.ods-txt-lista h2 {
	font-size: 12.8pt;
	letter-spacing: 1px;
	text-align: left;
	line-height: 30px;
	color: rgb(255,255,255);
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.ods-txt-lista h1 {
		display: none;
	}
}
.subrayado_lista {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:2px solid rgba(255,255,255,1); 
	padding:0;
}
.subrayado_lista-tit {
	height:5px;
	width:60%;
	float: none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align: center;
	border-top:none;
	border-bottom:2px solid rgba(255,255,255,1); 
	padding:0;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.subrayado_lista {
		display:none;
	}
	.subrayado_lista-tit {
		display:none;
	}
}
.cajones-lista {
	width: 100%;
	height: 280px;
	position: relative;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;		
}
.cajones-lista ul {
	list-style: none;
}
.cajones-lista li {
	width: 47%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
	.cajones-lista {
		height: auto;
		margin: 15px auto;	
	}
	.cajones-lista li {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0px auto;
	}
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.cajones-lista {
		height: 300px;
		margin: 15px auto;	
	}
	.cajones-lista li {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0px auto;
	}
}
.cajones-lista_2 {
	width: 100%;
	height: 380px;
	position: relative;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;		
}
.cajones-lista_2 ul {
	list-style: none;
}
.cajones-lista_2 li {
	width: 47%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.cajones-lista_2 {
		height: auto;
		margin: 15px auto;	
	}
	.cajones-lista_2 li {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0px auto;
	}
}
.cajones-lista_3 {
	width: 100%;
	height: 420px;
	position: relative;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;		
}
.cajones-lista_3 ul {
	list-style: none;
}
.cajones-lista_3 li {
	width: 47%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	.cajones-lista_3 {
		height: auto;
		margin: 15px auto;	
	}
	.cajones-lista_3 li {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0px auto;
	}
}
/* REPRESENT */
.represent {
	width: 30%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.represent img {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.represent {
		width: 90%;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.represent {
		width: 450px;
		height: auto;
		float: none;
		margin: 15px auto;
	}
}
.represent_70 {
	width: 70%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.represent_70 img {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.represent_70 {
		width: 90%;
		float: none;
		margin: 15px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	.represent_70 {
		width: 85%;
		height: auto;
		float: none;
		margin: 15px auto;
	}
}
.btn_ws {
	position:fixed;
  	width:80px;
  	height:80px;
  	bottom:40px;
  	right:40px;
  	background-color:#25d366;
  	color:#FFF;
  	border-radius:50px;
 	text-align:center;
 	font-size:30px;
 	z-index:100;
}
.btn_ws img {
	width: 100%;
}