/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('copperplate_gothic_bold_regular-webfont.woff2') format('woff2'),
         url('copperplate_gothic_bold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500_italic';
    src: url('museosans_500_italic-webfont.woff2') format('woff2'),
         url('museosans_500_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans500';
    src: url('museosans_500-webfont.woff2') format('woff2'),
         url('museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans700';
    src: url('museosans_700-webfont.woff2') format('woff2'),
         url('museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans900';
    src: url('museosans_900-webfont.woff2') format('woff2'),
         url('museosans_900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans100';
    src: url('museosans-100-webfont.woff2') format('woff2'),
         url('museosans-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans100_italic';
    src: url('museosans-100italic-webfont.woff2') format('woff2'),
         url('museosans-100italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans300';
    src: url('museosans-300-webfont.woff2') format('woff2'),
         url('museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans300_italic';
    src: url('museosans-300italic-webfont.woff2') format('woff2'),
         url('museosans-300italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans700_italic';
    src: url('museosans-700italic-webfont.woff2') format('woff2'),
         url('museosans-700italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans900_italic';
    src: url('museosans-900italic-webfont.woff2') format('woff2'),
         url('museosans-900italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'museo_sans100';
	font-family: 'museo_sans300';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
	background-image:url(../images/icono-conseqro-marca-agua-web.svg);
	background-position:center center;
	background-size:70% auto;
	background-repeat: no-repeat;
	background-position-y:-280%;
}

.clearer{
    display:block;
    clear: both;
}
.resaltar{
	font-family: 'museo_sans700';
}
.rojo { color:#921b2f; }
.amarillo { color:#f7cd79; }
.azul { color:#4aa6dc; }
.verde { color:#49DC98; }
.gris_obscuro { color:#393c3f; }
.gris_claro { color:#808080; }
.negro { color:#000000; }

/*INICIO*/
#wrapper{
	width:100%;
	margin:0;
	height:auto;
	display:table;
	position:relative;
}
#cabecera{
	width: 100%;
	height: auto;
	display: table;
}
#logotipo{
	width: 26%;
	padding: 15px 2% 0  2%;
	text-align: center;
	float: left;
}
#logotipo img{
	width:90%;
}
#menu{
	width: 70%;
	float: left;
}
#menu ul{
	width: 100%;
	list-style: none;
	margin-top: 30px;
	font-size: 12px;
}
#menu ul li{
	width: auto;
	padding: 0 2%;
	float: left;
	text-align: center;
	border-right: solid 1px #999;
	position: relative;
}
#menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 10px 0;
	display: block;
	width: 100%;
	font-size: 12px;
}
#menu ul li a:hover{
	color: #C00;
}
#menu ul li img{
	height:17px;
}

/* DESPLEGABLE */
#menu ul ul {
 display:none;
 position:absolute;
 top:4px;
 left:0;
 padding:0;
 z-index: 15000;
}
#menu ul ul li {
 float:none;
 width:90%;
 text-align:center;
 margin-bottom: 1px;
 border: none;
 background:#eee;
}
#menu ul ul a {
 line-height:120%;
 padding:10px 5%;
}
#menu ul li:hover > ul {
 display:block;
}
/**/

#linea_menu{
	width: 75%;
	height: 10px;
	border-bottom: solid 1px #333;
	float: left;
	margin-left: 5%;
}
#redes{
	width: 15%;
	float: left;
	text-align: center;
}
#redes img{
	height: 20px;
	padding: 0 5px;
}
#bloque_90{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
#video_home{
	width: 100%;
	height: 400px;
	margin-top:20px;
}
#bloque_100{
	width:80%;
	padding: 20px 10%;
	text-align: center;
	margin: 20px 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
#bloque_100 h1{
	font-size: 20px;
	line-height:30px;
	color: #999;
	font-weight: lighter;
}
#bloque_100 p{
	font-size: 18px;
	line-height: 24px;
}
#bloque_100 ul{
	width: 100%;
	height: auto;
	list-style: none;
	display: table;
}
#bloque_100 ul li{
	width: 29%;
	padding: 10px 2%;
	float: left;
}
#bloque_100 ul li img{
	width: 100%;
}
#bloque_50_txt{
	width: 50%;
	float: left;
	text-align: left;
}
#bloque_50_txt h1{
	font-size: 20px;
	line-height:30px;
	color: #999;
	font-weight: lighter;
}
#bloque_50_txt p{
	font-size: 18px;
	line-height: 24px;
}
#bloque_50_img{
	width:45%;
	float: left;
	padding: 0 0 0 5%;
}
#bloque_50_img img{
	width: 100%;
}
#gris{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background:#eaeded;
	margin: 20px 0;
	display: table;
}
#gris h1{
	font-size: 20px;
	font-weight: lighter;
	line-height:40px;
}
#gris h2{
	font-size:13px;
	font-weight: lighter;
}
#linea{
	width: 100%;
	height: 10px;
	border-bottom: solid 1px #666;
}
#socios{
	width: 100%;
	height: auto;
}
#socios ul{
	width: 100%;
	list-style: none;
}
#socios ul li{
	width: 31%;
	padding:20px 1%;
	text-align: center;
	float: left;
}
#socios ul li img{
	height:60px;
	width: auto;
}
#footer{
	width:90%;
	height: auto;
	margin: 0 5%;
	border-top: solid 1px #666;
	font-size: 13px;
	color: #666;
	padding:20px 0 50px 0;
}
#f60{
	width:56%;
	padding: 0 2%;
	text-align: center;
	float: left;
}
#f40{
	width:40%;
	padding: 0;
	text-align: center;
	float: left;
}
#f40 a{
	color: #333;
	text-decoration: none;
}
#banner{
	width: 100%;
	height: auto;
	display: table;

}
#s1{
	position: absolute;
	top: -10px;
	left: 40%;
}
#s1 img, #s2 img, #s3 img, #s4 img{
	height:7px;
}
#fijo{
	display: none;
	width: 100%;
	padding:10px 0 20px 0;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	border-bottom: solid 2px #369;
}
#logo_fijo{
	width: 100%;
	text-align: center;
}
#logo_fijo img{
	height: 50px;
}

#menu_fijo{
	width: 100%;
	height: auto;
	display: table;
}
#menu_fijo ul{
	width: 100%;
	list-style: none;
	padding:20px 0 10px 0;
}
#menu_fijo ul li{
	width: 16.4%;
	text-align: center;
	float: left;
	position: relative;
}
#menu_fijo ul li a{
	text-decoration: none;
	color: #666;
	font-size: 13px;
}
#menu_fijo ul li a:hover{
	color: #C00;
}

/* DESPLEGABLE */
#menu_fijo ul ul {
 display:none;
 position:absolute;
 top:18px;
 left:0;
 padding:0;
 z-index: 15000;
}
#menu_fijo ul ul li {
 float:none;
 width:90%;
 text-align:center;
 margin-bottom: 1px;
 border: none;
 background:#eee;
}
#menu_fijo ul ul li a {
 line-height:120%;
 padding:10px 5%;
 display: block;
}
#menu_fijo ul li:hover > ul {
 display:block;
}
/**/

/* NOSOTROS */
#slide{
	width: 100%;
	height: auto;
	margin:20px 0;
}
#slide img{
	width: 100%;
}
#consejo{
	width: 100%;
	height: auto;
	display: table;
	/*border-bottom: solid 1px #666;*/
	padding:40px 0;
}
#consejo h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#consejo p{
	font-size: 18px;
	line-height: 24px;
}

#consejo_naranja{
	width: 100%;
	height: auto;
	display: table;
	/*border-bottom: solid 1px #666;*/
	padding:40px 0;
	background: #F7CD79;
}
#consejo_naranja h1{
	font-size: 20px;
	line-height:40px;
	color: #FFF;
	font-weight: lighter;
}
#consejo_naranja p{
	font-size: 18px;
	line-height: 24px;
}

#consejo_izq{
	width:30%;
	padding: 10px 10%;
	text-align: left;
	float: left;
	height: auto;
}
#consejo_izq h1{
	font-size: 17px;
	color: #333;
	font-weight: lighter;
	line-height: 20px;
}
#consejo_izq h2{
	font-size: 15px;
	color: #FFF;
	font-weight: lighter;
}
#consejo_der{
	width: 49%;
	padding: 10px 0;
	text-align: left;
	float: left;
	height: auto;
	border-left: solid 1px #666;
}
#lista_consejo{
	width: 40%;
	padding: 0 5%;
	text-align: left;
	float: left;
}
#lista_consejo h1{
	font-size: 17px;
	color: #FFF;
	font-weight: lighter;
}
#lista_consejo h2{
	font-size: 15px;
	color: #333;
	font-weight: lighter;
}

/* OFICINAS */
#oficinas{
	width: 100%;
	height: auto;
	display: table;
	padding:30px 0;
}
#oficinas h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#lista_oficinas{
	width: 29%;
	padding: 10px 2%;
	float: left;
	text-align: left;
	height: auto;
}
#lista_oficinas h1{
	font-size: 17px;
	font-weight: lighter;
	color: #666;
}
#lista_oficinas h2{
	font-size: 15px;
	font-weight: lighter;
	color:#49BC98;
}
#lista_oficinas p{
	font-size: 13px;
	font-weight: lighter;
	color:#666;
}

/* ALIADOS */
#aliados{
	width: 90%;
	height: auto;
	display: table;
	padding:30px 5%;
}
#aliados h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#aliado_titulo_1{
	width: 30%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #333;
	float: left;
	background:#F7CD79;
}
#aliado_titulo_2{
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #333;
	float: left;
	background:#4AA6DC;
}
#aliado_titulo_3{
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #333;
	float: left;
	background:#49BC98;
}
#aliado_titulo_4{
	width: 20%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	float: left;
	background:#921B2F;
}
#aliado_info_1{
	width: 30%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #666;
	float: left;
}
#aliado_info_2{
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #666;
	float: left;
}
#aliado_info_3{
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #666;
	float: left;
}
#aliado_info_4{
	width: 20%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #666;
	float: left;
}
#aliado_info_4 img{
	height: 30px;
}



#separador{
	width: 100%;
	border-top: solid 1px #999;
	margin: 10px 0;
	display: table;
}

#ods_izq{
		width: 50%;
		padding: 30px 5%;
		text-align: justify;
		float: left;
}
#ods_izq h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#ods_izq p{
	font-size: 18px;
	line-height: 24px;
}
#ods_der{
	width:20%;
	padding: 30px 10%;
	text-align: center;
	float: left;
}

/* FUNCIONES */
#funciones{
	width: 90%;
	height: auto;
	display: table;
	padding: 30px 5%;
	text-align: center;
}
#funciones h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#funciones_4{
	width: 21%;
	height: auto;
	float: left;
	margin: 10px 2%;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
}
#funciones_4 img{
	height: 50px;
	padding: 10px 0;
}
#funciones_2{
	width: 40%;
	height: auto;
	float: left;
	margin: 10px 5%;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
}
#funciones_2 img{
	height: 50px;
	padding: 10px 0;
}


#c1{
	width:100%;
	text-align:center;
	font-size:30px;
	color: #333;
	line-height: 50px;
}
#c2{
	width: 80%;
	padding: 0 10%;
	text-align: center;
}
#c2_foto{
	width: 35%;
	float: left;
	text-align: center;
}
#c2_foto img{
	width:90%;
}
#c2_txt{
	width:100%;
	text-align: center;
	padding:5px 0;
}
#c2_txt h1{
	font-size: 17px;
	color: #666;

}
#c2_txt h2{
	font-size: 16px;
	color: #999;
	font-weight: 100;
}
#listado{
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}
#listado ul{
	width: 90%;
	list-style: none;
	margin: 30px 5%;
}
#listado ul li{
	width: 33%;
	text-align: center;
	font-size: 14px;
	margin:1px;
	background: rgba(0,0,0,0.1);
	float:left;
}
#listado ul li a{
	padding:10px 0;
	display: block;
	text-decoration: none;
	color: #333;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#listado ul li a:hover{
	background: #85C1E9;
	color: #FFF;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#listado ul li img{
	height: 60px;
}
#listado h1{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


/* IMPACTO */
#impacto_1{
	width: 48%;
	padding: 20px 2% 20px 0;
	float: left;
	font-size: 18px;
	line-height: 20px;
	text-align:left;
}
#impacto_2{
	width: 48%;
	padding: 20px 0 20px 2%;
	float: left;
	font-size: 18px;
	line-height: 20px;
	text-align:left;
}
#impacto_1 span, #impacto_2 span{
	font-style: italic;
	color: #000;
	font-weight:600;
}
#nota_impacto{
	width: 100%;
	padding:30px 0;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
#impacto_4{
	width: 21%;
	padding: 10px 2%;
	text-align: center;
	float: left;
	font-size:13px;
	line-height: 20px;
	margin: 10px 0;
}
#impacto_4 img{
	height:150px;
	border-radius: 100px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#impacto_4 a:hover img{
	height:100px;
	border-radius: 100px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#impacto_4 a{
	text-decoration: none;
	color: #111;
}
#impacto_3{
	width: 29%;
	padding: 10px 2%;
	text-align: center;
	float: left;
	font-size:13px;
	line-height: 20px;
	margin: 10px 0;
}
#impacto_3 img{
	height:150px;
	border-radius: 100px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#impacto_3 a:hover img{
	height:100px;
	border-radius: 100px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#impacto_3 a{
	text-decoration: none;
	color: #111;
}
#odc{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background:#FFF;
	margin: 20px 0;
	overflow: hidden;
	display:table;
}
#odc h1{
	font-size: 20px;
	font-weight: lighter;
	line-height:40px;
}
#odc h2{
	font-size:18px;
	font-weight: lighter;
}
#ods_1{
	width:94%;
	padding: 0 ;
	position: relative;
	height: auto;
	overflow-x: hidden;
	margin:0 3%;
	display: none;
}
#fotolinea{
	width: 100%;
	display: flex;
	position:absolute;
}
#fotolinea img{
	float: left;
	margin: 10px 10px 0 0;
	height:120px;
}


/* CONTACTO */
#contacto{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: table;
	text-align: center;
}
#contacto h1{
	font-size:20px;
	color: #666;
	line-height: 30px;
	font-weight: lighter;
}
#contacto h2{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: lighter;
}
#contacto p{
	font-size: 18px;
	color: #333;
	line-height:25px;
	font-weight: lighter;
	text-align: left;
}
#contacto img{
	width:50%;
	margin: 20px 0;
}
#mapa{
	width: 50%;
	height: 450px;
	float: left;
	margin: 20px 0;
	margin-bottom: 50px;
}
#forma{
	width: 48%;
	margin: 20px 0;
	float: left;
	text-align: left;
	font-size: 13px;
	padding: 0 0 0 2%;
	color: #666;
	margin-bottom: 50px;
}
input{
	width:93%;
	padding:10px;
	background:#DDD;
	border:none;
	font-size:13px;
	color:#333;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
input:focus{
	width:93%;
	padding:10px;
	background:#58D68D;
	border:none;
	font-size:13px;
	color:#FFF;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
.txt{
	width:93%;
	padding:10px;
	background:#DDD;
	border:none;
	font-size:13px;
	color:#333;
}
.txt2{
	width:93%;
	height:100px;
	padding:10px;
	background:#DDD;
	border:none;
	font-size:13px;
	color:#333;
}
.txt_buscador{
	width:40%;
	padding:10px;
	background:#DDD;
	border:none;
	font-size:12px;
	color:#333;
	border-radius: 20px;
	text-align: center;
}
.enviar{
	border: none;
	padding: 10px 20px;
	background: #333;
	color: #F1F2F2;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}
#imagen_contacto{
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}
#ic_1{
	width: 100%;
	text-align: center;
	font-size: 18px;
}
#ic_1 a{
	text-decoration: none;
	color:#F7CD79;
	font-size: 18px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#ic_2{
	width:auto;
	position: absolute;
	font-size: 18px;
	top: 200px;
	left: 15%;
}
#ic_2 a{
	text-decoration: none;
	color:#921B2F;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#ic_3{
	width:26%;
	text-align:center;
	float:left;
	padding: 20px 2%;
}
#ic_3 img{
	width:100%;
}
#ic_4{
	width:auto;
	position: absolute;
	font-size: 18px;
	top: 200px;
	left: 70%;
}
#ic_4 a{
	text-decoration: none;
	color:#4AA6DC;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#ic_5{
	width: 100%;
	text-align: center;
	font-size: 18px;
	position: absolute;
	bottom:10px;
}
#ic_5 a{
	text-decoration: none;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	color:#49BC98;
}
#imagen_contacto_4{
	width: 100%;
	height:500px;
	display: table;
	position: relative;
}
#imagen_contacto_4_a{
	width: 30%;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 35%;
}
#imagen_contacto_4_a img{
	height: 150px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 1;
}
#imagen_contacto_4_a a img:hover{
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 0.5;
}
#imagen_contacto_4_b{
	width: 30%;
	height: 200px;
	position: absolute;
	top:110px;
	left:44%;
}
#imagen_contacto_4_b img{
	height:260px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#imagen_contacto_4_b a img:hover{
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 0.5;
}
#imagen_contacto_4_c{
	width: 30%;
	height: 200px;
	position: absolute;
	top:275px;
	left: 35%;
}
#imagen_contacto_4_c img{
	height:150px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#imagen_contacto_4_c a img:hover{
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 0.5;
}
#imagen_contacto_4_d{
	width: 30%;
	height: 200px;
	position: absolute;
	top:110px;
	left:26%;
}
#imagen_contacto_4_d img{
	height:260px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#imagen_contacto_4_d a img:hover{
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 0.5;
}



/* PROYECTOS */
#listado_proyectos{
	width:100%;
	height: auto;
	display: table;
}
#listado_proyectos ul{
	width: 100%;
	list-style: none;
}
#listado_proyectos ul li{
	width: 46%;
	padding: 10px 2%;
	float:left;
	text-align:left;
	margin: 10px 0;
}
#listado_proyectos ul li img{
	height:50px;
	width: auto;
}
#listado_proyectos h1{
	font-size: 14px;
	color: #666;
	line-height:20px;
	font-weight: lighter;
}
#listado_proyectos h2{
	font-size: 13px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#listado_proyectos p{
	font-size: 13px;
	color: #333;
	line-height:24px;
	font-weight: lighter;
}


/* ESTUDIOS */
#listado_estudios{
	width:100%;
	height: auto;
	display: table;
}
#listado_estudios ul{
	width: 100%;
	list-style: none;
}
#listado_estudios ul li{
	width: 29%;
	padding: 10px 2%;
	float:left;
	text-align:left;
	margin: 10px 0;
	height: 600px;
}
#listado_estudios ul li img{
	height:250px;
	width: auto;
}
#listado_estudios h1{
	font-size: 14px;
	color: #666;
	line-height:20px;
	font-weight: lighter;
}
#listado_estudios h2{
	font-size: 13px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#listado_estudios p{
	font-size: 13px;
	color: #333;
	line-height:24px;
	font-weight: lighter;
}
#buscador{
	width: 100%;
	padding: 20px 0;
	margin: 20px 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.ibt_btn{
	border: none;
	background: none;
	height: 30px;
	width: auto;
}

/* BLOG */
#blog_izq{
	width:30%;
	float: left;
	padding: 0;
	margin: 0;
}
#blog_izq img{
	width: 100%;
	margin: 0;
}
#blog_der{
	width: 60%;
	padding: 0 5%;
	float: left;
	text-align: left;
}
#blog_der h1{
	font-size: 14px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#blog_der h2{
	font-size: 13px;
	color: #666;
	line-height:20px;
	font-weight: lighter;
}
#blog_der p{
	font-size: 13px;
	color: #666;
	line-height:24px;
	font-weight: lighter;
}
.seguir{
	border: none;
	padding: 5px 10px;
	background: #333;
	color: #F1F2F2;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}
#desktop{
	display:block;
}
#cabecera_movil, #footer_movil{
	display: none;
}

#mensaje{
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	font-size: 15px;
	color: #999;
	display: table;
}
















@media only screen and (min-width:300px) and (max-width:1024px){
	body {
		font-family: 'museo_sans100';
		font-family: 'museo_sans300';
		text-align:center;
		margin:0;
		background:#FFF;
		width:100%;
		height:100%;
		background-image:url(../images/icono-conseqro-marca-agua.svg);
		background-position:center center;
		background-size:70% auto;
		background-repeat: no-repeat;
		background-position-y:90%;
	}

#datos, #linea_desktop{
	display:none;
}
#wrapper{
	width:100%;
	margin:0;
	height:auto;
	display:table;
	position:relative;

}
#fotos_home{
	width:100%;
	height:auto;
	display:table;
	position:relative;
	margin:0;
	padding-top:10px;

}
#cabecera{
	display:none;
}
#cabecera_movil{
	width:100%;
	height:auto;
	padding:0 0 10px 0;
	text-align:center;
	display:table;
	position:fixed;
	z-index:18000;
	background:#FFF;
	border-bottom:solid 1px #999;
}
#logo_movil{
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
}
#logo_movil img{
	height:70px;
}
#datos_movil{
	width:98%;
	padding:10px 1%;
	text-align:right;
	font-size:11px;
	color:#333;
}
#datos_movil a{
	text-decoration:none;
	color:#333;
}
#tels{
	display:none;
}
#espacios{
	display:none;
}
#iconos_fraccionamientos{
	display:none;
}
#iconos_fraccionamientos_movil{
	width:100%;
	height:auto;
	display:table;
	margin-top:20px;
}
#icono_1, #icono_2, #icono_3, #icono_4, #icono_5, #icono_6, #icono_7{
	width:100%;
	height:auto;
	padding:0;
	display:table;
	position:relative;
	left:0;
}
#icono_1_a, #icono_2_a, #icono_3_a, #icono_4_a, #icono_5_a, #icono_6_a, #icono_7_a{
	width:40%;
	padding:20px 0;
	text-align:center;
	float:left;
}
#icono_1_a img, #icono_2_a img, #icono_3_a img, #icono_4_a img, #icono_5_a img, #icono_6_a img, #icono_7_a img{
	height:70px;
}
#icono_1_b, #icono_2_b, #icono_3_b, #icono_4_b, #icono_5_b, #icono_6_b, #icono_7_b{
	width:60%;
	padding:30px 0;
	display:table;
	text-align:center;
	float:left;
}
#menu_movil{
	position:absolute;
	top:0;
	left:5px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:20px;
	left:10px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:180px;
	padding:50px 0;
	background:#FFF;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:16000;
	display:table;
}
#opcion{
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px #999;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:20px 0;
	color:#333;
	display:block;
}
#opcion_2{
	width:50%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:12px;
	border-bottom:solid 1px #999;
	display:table;
	float: left;
	background:#d6eaf8;
}
#opcion_2 a{
	width:100%;
	text-decoration:none;
	padding:20px 0;
	color:#333;
	display:block;
}
#opcion_5{
	width:33.3%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:12px;
	border-bottom:solid 1px #999;
	display:table;
	float: left;
	background:#d6eaf8;
}
#opcion_5 a{
	width:100%;
	text-decoration:none;
	padding:20px 0;
	color:#333;
	display:block;
}
#opcion_redes{
	width: 100%;
	height: auto;
}
#opcion_redes a{
	width: 16.5%;
	float: left;
	text-align: center;
	padding:20px 0;
	display: block;
}
#video_home{
	width: 100%;
	height: 400px;
	margin-top:0;
	padding-top: 110px;
}
#footer{
	display:none;
}
#footer_interior{
	display:none;
}
#footer_movil{
	display:table;
	width:90%;
	padding:20px 5%;
	text-align:center;
	font-size:12px;
	background:#FFF;
	color:#333;
	margin:20px 0;
	border-top: solid 1px #CCC;
}
#footer_movil a{
	text-decoration:none;
	color:#999;
}
#f60{
	width:90%;
	padding: 0 5%;
	text-align: center;
}
#f40{
	width:90%;
	padding: 0 5%;
	text-align: center;
}

#bloque_100{
	width:96%;
	padding: 20px 2%;
	text-align: center;
	margin: 20px 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
#bloque_50_txt{
	width: 96%;
	padding: 0 2%;
	text-align: left;
}
#bloque_50_img{
	width:96%;
	padding: 20px 2%;
}
#bloque_50_img img{
	width: 100%;
}
#socios ul li{
	width: 48%;
	padding:20px 1%;
	text-align: center;
	float: left;
}
#socios ul li img{
	height:40px;
}
#desktop{
	display: none;
}



/*NOSOTROS*/
#slide{
	width: 100%;
	height: auto;
	margin:0;
	padding-top:110px;
}
#slide img{
	width: 100%;
}
#consejo_naranja{
	width: 100%;
	height: auto;
	display: table;
	/*border-bottom: solid 1px #666;*/
	padding:40px 0;
	background: #F7CD79;
}
#consejo_naranja h1{
	font-size: 20px;
	line-height:40px;
	color: #FFF;
	font-weight: lighter;
}
#consejo_naranja p{
	font-size: 18px;
	line-height: 24px;
}
#c1{
	width: 100%;
	text-align: center;
	font-size:30px;
	color: #333;
}
#c2{
	width: 46%;
	padding: 0 2%;
	float: left;
}
#c2_foto{
	width: 1%;
	float: left;
	text-align: center;
}
#c2_foto img{
	width:90%;
}
#c2_txt{
	width:95%;
	float: left;
	text-align: left;
	padding: 20px 0;
}
#c2_txt h1{
	font-size: 14px;
	color: #666;
}
#c2_txt h2{
	font-size: 13px;
	color: #999;
}
#listado{
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}
#listado ul{
	width: 100%;
	list-style: none;
	margin: 30px 0 0 0;
}
#listado ul li{
	width: 100%;
	padding:10px 0;
	text-align: center;
	font-size: 14px;
	margin:1px 0;
	background: rgba(0,0,0,0.1);
}
#listado ul li img{
	height: 60px;
}
#listado h1{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


/* IMPACTO */
#impacto_1{
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 15px;
	line-height: 20px;
}
#impacto_2{
	width:100%;
	padding: 20px 0;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
}
#nota_impacto{
	width: 100%;
	padding:30px 0;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
#impacto_4{
	width: 48%;
	padding: 10px 1%;
	text-align: center;
	float: left;
	font-size:13px;
	line-height: 20px;
	margin: 10px 0;
}
#impacto_4 img{
	height:150px;
	border-radius: 100px;
}
#impacto_3{
	width: 48%;
	padding: 10px 1%;
	text-align: center;
	float: left;
	font-size:13px;
	line-height: 20px;
	margin: 10px 0;
}
#impacto_3 img{
	height:150px;
	border-radius: 100px;
}
#gris{
	width:90%;
	height: auto;
	padding: 30px 5%;
	background:#eaeded;
	margin: 20px 0;
	display: table;
}
#ods_1{
	width:auto;
	padding: 0 ;
	position: relative;
	height: auto;
	display: block;
}
#ods_1 img{
	float: left;
	margin:5px 1% 0 0;
	height:auto;
	width: 31%;
}


/* PROYECTOS */
#listado_proyectos{
	width:100%;
	height: auto;
	display: table;
}
#listado_proyectos ul{
	width: 100%;
	list-style: none;
}
#listado_proyectos ul li{
	width:100%;
	padding: 10px 0;
	float:left;
	text-align:left;
	margin: 10px 0;
}
#listado_proyectos ul li img{
	height:50px;
	width: auto;
}
#listado_proyectos h1{
	font-size: 14px;
	color: #666;
	line-height:20px;
	font-weight: lighter;
}
#listado_proyectos h2{
	font-size: 13px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#listado_proyectos p{
	font-size: 13px;
	color: #333;
	line-height:24px;
	font-weight: lighter;
}


/* ESTUDIOS */
.txt_buscador{
	width:70%;
	padding:10px;
	background:#DDD;
	border:none;
	font-size:12px;
	color:#333;
	border-radius: 20px;
	text-align: center;
}
#listado_estudios{
	width:100%;
	height: auto;
	display: table;
}
#listado_estudios ul{
	width: 100%;
	list-style: none;
}
#listado_estudios ul li{
	width:100%;
	padding: 10px 0;
	float:left;
	text-align:left;
	margin: 10px 0;
	height: auto;
}
#listado_estudios ul li img{
	height:200px;
	width: auto;
}
#listado_estudios h1{
	font-size: 14px;
	color: #666;
	line-height:20px;
	font-weight: lighter;
}
#listado_estudios h2{
	font-size: 13px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#listado_estudios p{
	font-size: 13px;
	color: #333;
	line-height:24px;
	font-weight: lighter;
}


/*CONTACTO*/
#contacto img{
	width:90%;
	margin: 20px 0;
}
#contacto{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: table;
	text-align: center;
	padding-top:110px;
}
#contacto h2{
	font-size: 13px;
	color: #333;
	line-height:20px;
	font-weight: lighter;
}
#mapa{
	width: 100%;
	height: 450px;
	float: left;
	margin: 20px 0;
	margin-bottom: 50px;
}
#forma{
	width: 90%;
	margin: 20px 5%;
	float: left;
	text-align: left;
	font-size: 13px;
	padding: 0 0 0 2%;
	color: #666;
	margin-bottom: 50px;
}
.txt{
	width:93%;
	padding:10px;
	background:#CCC;
	border:none;
	font-size:12px;
	color:#333;
}
.txt2{
	width:93%;
	height:150px;
	padding:10px;
	background:#F1F2F2;
	border:none;
	font-size:13px;
	color:#333;
}
.combo{
	width:70%;
	padding:10px;
	font-size:12px;
	background:rgba(0,51,102,0.2);
	border:none;
	border-radius:15px;
}
#datos_movil_contacto{
	width:100%;
	height:auto;
	display:table;
}
#datos_icono{
	width:30%;
	float:left;
	text-align:right;
	padding:0;
}
#datos_icono img{
	height:40px;
}
#datos_txt{
	width:60%;
	padding:10px 4%;
	float:left;
	text-align:left;
	font-size:13px;
}
#datos_txt a{
	text-decoration:none;
	color:#666;
}

#ic_1{
	width: 100%;
	text-align: center;
	font-size: 15px;
}
#ic_1 a{
	text-decoration: none;
	color:#F7CD79;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	font-size: 15px;
}
#ic_2{
	width:40%;
	text-align:left;
	font-size: 11px;
	top: 170px;
	left:0;
}
#ic_3{
	width:26%;
	text-align:center;
	float:left;
	padding: 20px 2%;
}
#ic_3 img{
	width:100%;
}
#ic_4{
	width:35%;
	text-align:right;
	font-size: 11px;
	top: 170px;
	left: 66%;
}
#ic_5{
	width: 100%;
	text-align: center;
	font-size: 15px;
}
#imagen_contacto_4{
	width: 100%;
	height:400px;
	display: table;
	position: relative;
}
#imagen_contacto_4_a{
	width: 30%;
	height: 150px;
	position: absolute;
	top: 60px;
	left: 25%;
}
#imagen_contacto_4_a img{
	height: 100px;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
	opacity: 1;
}
#imagen_contacto_4_b{
	width: 30%;
	height: 150px;
	position: absolute;
	top:95px;
	left:56%;
}
#imagen_contacto_4_b img{
	height:180px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#imagen_contacto_4_c{
	width: 30%;
	height: 150px;
	position: absolute;
	top:210px;
	left: 25%;
}
#imagen_contacto_4_c img{
	height:100px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#imagen_contacto_4_d{
	width: 30%;
	height: 200px;
	position: absolute;
	top:95px;
	left:14%;
}
#imagen_contacto_4_d img{
	height:180px;
	opacity: 1;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}

/* ODS */
#ods_izq{
		width: 90%;
		padding: 30px 5%;
		text-align: justify;
}
#ods_izq h1{
	font-size: 20px;
	line-height:40px;
	color: #999;
	font-weight: lighter;
}
#ods_izq p{
	font-size: 18px;
	line-height: 24px;
}
#ods_der{
	width:100%;
	padding: 30px 0;
	text-align: center;
	float: left;
}

/* FUNCIONES */
#funciones_4{
	width: 80%;
	height: auto;
	margin: 10px 10%;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
}
#funciones_4 img{
	height: 50px;
	padding: 10px 0;
}
#funciones_2{
	width: 80%;
	height: auto;
	margin: 10px 10%;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
}
#funciones_2 img{
	height: 50px;
	padding: 10px 0;
}

/* DIRECTIVO */
#consejo_izq{
	width:90%;
	padding: 10px 5%;
	text-align: left;
	height: auto;
}
#consejo_der{
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	height: auto;
	border-left:none;
}
#lista_consejo{
	width: 100%;
	padding: 0 ;
	text-align: left;
}
#lista_consejo h1{
	font-size: 17px;
	color: #FFF;
	font-weight: lighter;
}
#lista_consejo h2{
	font-size: 15px;
	color: #333;
	font-weight: lighter;
}

/* OFICINA */
#lista_oficinas{
	width: 90%;
	padding: 10px 10%;
	text-align: left;
	height: auto;
}
#lista_oficinas h1{
	font-size: 17px;
	font-weight: lighter;
	color: #666;
	line-height: 20px;
}

/* ALIADOS */
#aliado_titulo_1, #aliado_titulo_2, #aliado_titulo_3, #aliado_titulo_4{
	display: none;
}
#aliado_info_1{
	width: 100%;
	padding: 5px 0;
	text-align: left;
	font-size: 15px;
	color: #666;
}
#aliado_info_2{
	width:100%;
	padding: 5px 0;
	text-align: left;
	font-size: 15px;
	color: #666;
}
#aliado_info_3{
	width:100%;
	padding: 5px 0;
	text-align: left;
	font-size: 15px;
	color: #666;
}
#aliado_info_4{
	width: 100%;
	padding: 5px 0;
	text-align: left;
	font-size: 15px;
	color: #666;
}
#aliado_info_4 img{
	height: 30px;
}



}
