body, html {
	font-family: 'Lato', sans-serif;
	width: 100%;
	overflow-x: hidden;
}
.clear {
	clear: both;
}
.header {
	height: 135px;
	padding-top: 30px;
}
.only-desktop {
}
.only-mobile {
	display: none;
}
.barra-top {
	width: 100%;
	position: absolute;
	top: 0;
}
.barra-top1 {
	width: 33.3333%;
	float: left;
	background: #6c181c;
	height: 5px;
}
.barra-top2 {
	width: 33.3333%;
	float: left;
	background: #4bbfbf;
	height: 5px;
}
.barra-top3 {
	width: 33.3333%;
	float: left;
	background: #f2ebc7;
	height: 5px;
}
.logo {
	display: inline-block;
	float: left;
}
.logo img {
	width: 100%;
}
.logos-header {
	float: right;
	padding-top: 3px;
}
.redes-top {
	border: 1px solid #cdcdcd;
	position: absolute;
	width: 196px;
	top: -30px;
	right: 0;
	background: #fff;
	padding: 0 0 0 7px;
}
.wrap-redes {
	display: inline-block;
	float: left;
}
.redes-top a {
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
}
.redes-top .idioma {
	color: #6c181c;
	display: inline-block;
	float: right;
	width: 85px;
	border-left: 1px solid #cdcdcd;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
	height: 29px;
	padding-top: 3px;
}
.redes-top .idioma .idiomas {
	color: #6c181c;
	position: absolute;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 5px 0;
	top: 29px;
	right: 0;
	display: none;
}
.redes-top .idioma .idiomas a {
	color: #6c181c;
}
.redes-top .idioma .idiomas a:hover {
	text-decoration: underline;
}
/*---MENU----*/

.menu {
	background: #6c181c;
}
.menu ul {
	list-style: none;
	padding-left: 0;
}
.menu ul li {
	float: left;
	border-left: 1px solid #822328;
	height: 53px;
	position: relative;
}
.menu ul li a {
	color: #fff;
	font-size: 14px;
	padding: 15px 29px;
	display: inline-block;
}
.menu ul li.activo a {
	background: #561417;
	color: #f2ebc7;
}
.li-buscador {
  border-left: 1px solid #822328;
  border-right: 1px solid #822328;
  cursor: pointer;
  display: inline-block;
  height: 53px;
  margin-top: -10px;
  padding: 15px 12px 0;
}
.li-buscador img {
}
.menu ul li:hover > .sub-menu {
	display: block;
	height: auto;
}
.menu .sub-menu {
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #fff;
	padding-bottom: 10px;
	z-index: 20;
	display: none;
	transition: all 0.3s ease;
	height: 0;
}
.menu .sub-menu li {
	float: none;
	border-left: none;
	height: auto;
	position: relative;
	margin-bottom: 0;
	width:330px;
}
.menu ul li.activo .sub-menu a {
	background: #fff;
	color: #666666;
}
.menu ul li.activo .sub-menu a:hover {
	color: #6c181c;
	background: #f7f7f7;
}
.menu .sub-menu li a {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 27px 15px 27px;
	background: #fff;
}
.menu .sub-menu li.activo a, .menu .sub-menu li a:hover {
	color: #6c181c;
	background: #f7f7f7;
	text-decoration: none;
}
.sm1 .sub-menu {
	width: 215px;
}

.sm2 .sub-menu{
	width: 168px;
}
.sm3 .sub-menu{
	width: 216px;
}
.sm4 .sub-menu{
	width: 345px;
}
.sm5 .sub-menu{
	width: 280px;
}

.menu > .sub-menu > .sub-menu{
	display: none;
}

.menu > .sub-menu:hover li > .sub-menu{
	display: block;
	right: 100%;
	top: 0;
}
/*---FIN MENU---*/



/*-----HEADER MOBILE ----*/

.header-mobile {
	height: 124px;
	padding-top: 20px;
}
.header-mobile .logo {
}
.header-mobile .lupa {
	float: right;
	margin-right: 36px;
	margin-top: 29px;
	cursor: pointer;
}
.header-mobile .idioma {
	    float: right;
    position: relative;
    z-index: 20;
    margin-top: 30px;
    padding-right: 10px;
    width: 45px;
}
.header-mobile .idioma .select-idioma {
	border: 1px solid #d7d7d7;
	color: #6c181c;
	font-size: 21px;
	margin-right: 30px;
	margin-top: 25px;
	padding: 5px 15px;
	cursor: pointer;
}
.header-mobile .idioma .select-idioma i {
	float: right;
	font-size: 14px;
	margin-left: 8px;
	margin-top: 8px;
}
.header-mobile .idioma .idiomas {
	display: none;
	position: absolute;
	background: #fff;
}
.header-mobile .idioma .idiomas a {
	border: 1px solid #d7d7d7;
	color: #6c181c;
	font-size: 21px;
	display: block;
	padding-left: 15px;
	width: 116px;
}
.header-mobile .idioma .idiomas a:hover {
	text-decoration: underline;
}
.header-mobile .btn-menu {
	display: inline-block;
	float: right;
	cursor: pointer;
	margin-top: 25px;
}
.menu-mobile {
	display: none;
}
/*----BUSCADOR----*/

.buscador {
	text-align: center;
	padding: 40px 0 60px;
	background: rgba(245,245,245,0.95);
	position: absolute;
	top: -500px;
	left: 0;
	width: 100%;
	z-index: 20;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.56);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.56);
}
.buscador .cerrar-busqueda {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.buscador h4 {
	color: #2c949a;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 40px;
}
.buscador .wrap-buscador {
	position: relative;
	display: inline-block;
}
.buscador .wrap-buscador input {
	height: 63px;
	border: 1px solid #cbcbcb;
	border-radius: 40px;
	font-size: 22px;
	color: #8b8a8a;
	padding-left: 30px;
	width: 820px;
	max-width: 100%;
}
.buscador .wrap-buscador button {
	border: none;
	border-radius: none;
	background: none;
	position: absolute;
	right: -10px;
	top: 0;
	height: 63px;
	vertical-align: top;
	padding-top: 0;
}
.buscador .wrap-buscador button img{
	vertical-align: top;
}
/*----------------*/





.slide-noticias {
	width: 68%;
	float: left;
	margin-bottom: 0;
}
.slider .flexslider {
	border: none;
	border-radius: 0;
}
.slider .flexslider li {
	position: relative;
}
.slider .flexslider .slides img {
	min-width: 530px;
}
.texto-slide {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	left: 40px;
	line-height: 38px;
	position: absolute;
	top: 25%;
	width: 400px;
}
.slider .flex-control-paging li a {
	background: #2c949a;
}
.slider .flex-control-paging li a.flex-active {
	background: #6c181c;
}
.slider .flex-control-nav {
	bottom: 40px;
	padding-left: 35px;
	position: absolute;
	text-align: left;
	width: 100%;
}
.slide-noticias-lateral {
	width: 32%;
	float: left;
}
.not-lat1 {
	background: #2c949a;
}
.not-lat2 {
	background: #24757a;
}
.not-lat3 {
	background: #184d50;
}
.item-noticia-lateral {
	padding: 20px 30px;
	height: 133px;
}
.item-noticia-lateral img {
	float: left;
}
.texto-not-lat {
	margin-left: 100px;
}
.item-noticia-lateral p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-top: -5px;
}
.item-noticia-lateral a {
	color: #fff;
	font-size: 15px;
}
/*--APLICACIONES----*/

.aplicaciones {
}
.aplicaciones h3 {
	color: #4e8d8d;
	font-size: 27px;
	font-weight: bold;
	border-bottom: 1px solid #adadad;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.aplicaciones h3 a {
	font-size: 15px;
	color: #9a9a9a;
	font-weight: normal;
	float: right;
	margin-top: 10px;
}
.item-aplicaciones {
}
.item-aplicaciones .img-aplicaciones {
	overflow: hidden;
}
.item-aplicaciones .img-aplicaciones img {
	width: 100%;
	transition: all 0.3s ease;
}
.item-aplicaciones .img-aplicaciones img:hover {
	transform: scale(1.1);
	opacity: 0.9;
}
.item-aplicaciones .texto-aplicaciones {
}
.item-aplicaciones .texto-aplicaciones h4 {
	font-weight: 900;
	color: #000;
	font-size: 20px;
	min-height: 50px;
	margin-bottom: 5px;
}
.item-aplicaciones .texto-aplicaciones p {
	color: #191919;
	font-size: 16px;
	font-family: 'Libre Baskerville';
	line-height: 22px;
}
.item-aplicaciones a {
	transition: all 0.1s ease;
}
.item-aplicaciones .texto-aplicaciones a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.box-mppn {
	background-image: url('../images/bg-mppn.png');
	background-size: 100% 100%;
	padding: 30px;
	height: 460px;
}
.box-mppn h4 {
	color: #4e8d8d;
	font-size: 41px;
	font-weight: 900;
	margin-bottom: 35px;
	margin-top: 0;
}
.box-mppn p {
	font-size: 19px;
	line-height: 29px;
	color: #333333;
	font-family: 'Libre Baskerville';
	margin-bottom: 20px;
}
.box-dimensiones {
	background: url('../images/bg-dimensiones.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 35px;
}
.box-dimensiones h4 {
	font-size: 37px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 0;
	margin-bottom: 0;
}
.box-dimensiones h4 span {
	width: 60px;
	height: 3px;
	background: #fff;
	display: block;
	margin-top: 25px;
}
.box-dimensiones p {
	color: #fff;
	font-size: 39px;
	line-height: 37px;
	font-weight: 300;
	margin-top: 25px;
}
.box-dimensiones p span {
	font-size: 34px;
}
.box-dimensiones a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	display: inline-block;
	border: 2px solid #fff;
	padding: 3px 15px 6px 15px;
	float: right;
	margin-top: 70px;
}
.suscribirse {
	margin-top: 20px;
}
.suscribirse input {
	height: 54px;
	background: #3c9797;
	color: #fff;
	width: 55%;
	float: left;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.suscribirse button {
	height: 54px;
	background: #580b0e;
	color: #fff;
	width: 45%;
	float: left;
	border: none;
	font-size: 18px;
	font-weight: bold;
}



::-webkit-input-placeholder {
 opacity: 1 !important; /* for chrome */
}



:-moz-placeholder { /* Firefox 18- */
 opacity: 1 !important; /* for chrome */
}



::-moz-placeholder {  /* Firefox 19+ */
 opacity: 1 !important; /* for chrome */
}



:-ms-input-placeholder {
 opacity: 1 !important; /* for chrome */
}
/*---TESTIMONIOS---*/

.testimonios {
	background: #f2f2ef;
	padding: 20px 0;
	margin-top: 35px;
}
#testimonios {
	padding: 0 30px;
}
#testimonios .owl-pagination {
	display: none;
}
#testimonios .owl-prev {
	position: absolute;
	left: 0px;
	top: 40%;
}
#testimonios .owl-next {
	position: absolute;
	right: 0px;
	top: 40%;
}
.item-testimonio {
}
.item-testimonio .img-testimonio {
	float: left;
}
.item-testimonio .img-testimonio img {
}
.item-testimonio .titulo-testimonio {
	margin-left: 230px;
}
.item-testimonio .texto-testimonio {
	margin-left: 230px;
}
.item-testimonio .titulo-testimonio h3 {
	color: #7c1317;
	font-size: 28px;
	font-weight: 900;
}
.item-testimonio .titulo-testimonio h4 {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 30px;
}
.item-testimonio .texto-testimonio p {
	font-size: 22px;
	line-height: 34px;
	color: Â #333333;
	font-style: italic;
}
.wrap-testimonios {
	border-left: 3px solid #4cbdbe;
	margin-left: 10px;
	padding-left: 20px;
}
.wrap-testimonios .testimonio {
	margin-left: -60px;
	margin-bottom: 25px;
}
.wrap-testimonios .testimonio .img-testimonio {
	float: left;
}
.wrap-testimonios .testimonio .img-testimonio img {
}
.wrap-testimonios .testimonio .txt-testimonio {
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	font-style: italic;
	margin-left: 125px;
}
/*----FOOTER----*/

footer {
	background: #80121b;
	padding: 40px 0 10px;
}
.menu-footer {
	margin-bottom: 30px;
}
.menu-footer h4 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-top: 0;
}
.menu-footer ul {
	list-style: none;
	padding-left: 0;
}
.menu-footer ul li {
	margin-bottom: 4px;
}
.menu-footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.logo-footer {
	margin-bottom: 30px;
}
.ophi2 {
	margin-bottom: 30px;
}
.f1 img {
	max-width: 100%;
}
.f1 {
	width: 17%;
	float: left;
	margin-right: 3%;
}
.f2 {
	width: 10%;
	float: left;
	margin-right: 3%;
}
.f3 {
	width: 13%;
	float: left;
	margin-right: 3%;
}
.f4 {
	width: 17%;
	float: left;
	margin-right: 3%;
}
.f5 {
	width: 15%;
	float: left;
	margin-right: 3%;
}
.f6 {
	width: 13%;
	float: left;
}
.texto-footer {
	font-size: 19px;
	line-height: 34px;
	color: #fff;
	font-style: italic;
	max-width: 600px;
	margin-top: 40px;
}
.footer-abajo {
	border-top: 1px solid #9e5457;
	padding-top: 10px;
	margin-top: 20px;
}
.footer-abajo a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.footer-abajo i {
	font-size: 24px;
}
.contacto-footer {
	border-right: 1px solid #9e5457;
	display: inline-block;
	padding-right: 15px;
	float: left;
}
.contacto-footer i {
	font-size: 20px;
}
.redes-footer {
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.redes-footer a {
	margin-right: 8px;
}
.derechos {
	color: #ab9596;
	float: right;
	display: inline-block;
	width: 50%;
}
/*----INTERIOR----*/

.interior {
	width: 100%;
	margin: 0 auto;
	padding: 0 0px 60px;
}
.interior .container {
	max-width: 1100px;
}
.breadcrumbs {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 35px;
	text-align: right;
}
.breadcrumbs a {
	color: #cccccc;
}
.sidebar {
	width: 300px;
	float: left;
}
.contenido {
	width: 736px;
	float: right;
}
.menu-seccion {
	background: #f5f5f5;
	padding: 20px 20px 20px 40px;
	margin-bottom: 15px;
}
.menu-seccion h3 {
	color: #4e8d8d;
	font-weight: 900;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 15px;
}
.menu-seccion h3.small {
	font-size: 20px;
}
.menu-seccion ul {
	list-style: none;
	padding-left: 0;
}
.menu-seccion ul li {
	margin-bottom: 20px;
}
.menu-seccion ul li a {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}
.menu-seccion ul li.current-menu-item a {
	color: #4bbdbd;
}
.menu-seccion ul li.activo a {
	color: #4bbdbd;
}
.destacados {
	margin-bottom: 15px;
}
.destacados h3 {
	color: #4e8d8d;
	font-weight: 900;
	font-weight: 22px;
	margin-top: 0;
	padding: 12px 40px;
	border: 1px solid #d3d3d3;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}
.item-destacado {
	padding: 20px 40px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	transition: all 0.3s ease;
}
.item-destacado:nth-child(even) {
	background: #fff;
}
.item-destacado:nth-child(odd) {
	background: #f9f9f9;
}
.item-destacado p {
	font-size: 17px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.item-destacado a {
	font-size: 15px;
	color: #4cbcbd;
	font-weight: bold;
}
.sidebar .box-dimensiones h4 {
	font-size: 29px;
}
.sidebar .box-dimensiones p {
	font-size: 30px;
	line-height: 28px;
}
.sidebar .box-dimensiones p span {
	font-size: 28px;
}
.sidebar .suscribirse input {
	font-size: 14px;
	height: 43px;
}
.sidebar .suscribirse button {
	    font-size: 14px;
    height: 54px;
    margin-top: -20px;
}
.sidebar .suscribirse {
	margin-top: 10px;
}
.img-full {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.img-full.img-full-noticias{
	margin-bottom: 40px;
}
.img-full img {
	width: 100%;
	transition: all 0.3s ease;
}
.img-full img:hover {
	transform: scale(1.05);
	opacity: 0.95;
}
.img-full.img-paises {
	margin-bottom: 40px;
}
.autor-foto {
	color: #333333;
	font-size: 14px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}
.bandera-pais {
  bottom: 17px;
  left: 25px;
  position: absolute;
}
.bandera-pais img {
	float: left;
	width: auto;
}
.bandera-pais span {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	margin-left: 15px;
	margin-top: 10px;
}
.contenido h2 {
	color: #4e8d8d;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 35px;
	margin-top: 0;
	line-height: 36px;
}
.contenido h3 {
	color: #4e8d8d;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 30px;
}
.contenido h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Libre Baskerville';
	margin-bottom: 30px;
}
.contenido h5.pin {
	position: relative;
	padding-left: 25px;
}
.contenido h5.pin:before {
	content: url('../images/pin.png');
	position: absolute;
	left: 0;
	top: -3px;
}
.contenido p {
	font-size: 16px;
	line-height: 25px;
	color: black;
	font-family: 'Libre Baskerville';
	margin-bottom: 40px;
}
.contenido p.parrafo-destacado {
	color: #333333;
	font-size: 22px;
	line-height: 34px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	border-left: 3px solid #4cbdbe;
	padding-left: 25px;
}
.contenido p b, .contenido p i {
	color: #333;
}
.contenido img {
	max-width: 100%;
}
.img-centrada {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -10px;
}
.img-centrada img {
	margin: 0 auto;
	max-width: 100%;
}
.f-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.share {
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
	clear: both;
	margin-top: 50px;
}
.share span {
	color: #616161;
	display: inline-block;
	float: left;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 4px;
}
.share a {
	display: inline-block;
	margin: 0 5px;
}
.share img {
	width: 25px;
}
ul.lista-enumerada {
	padding-left: 0;
	list-style: none;
	color: #575757;
	font-family: 'Libre Baskerville';
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 20px;
}
ul.lista-enumerada li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
ul.lista-enumerada li span {
	color: #fff;
	background: #4cbdbe;
	border-radius: 50%;
	text-align: center;
	width: 27px;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}
.wrap-circulo-objetivos {
	text-align: center;
}
.wrap-circulo-objetivos h3 {
	display: none;
}
.circulo-objetivos {
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.circulo-objetivos img {
	max-width: 100%;
}
.circulo-objetivos .item-objetivo {
	color: #fff;
	font-size: 18px;
	position: absolute;
}
.circulo-objetivos .item-objetivo.obj1 {
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 9%;
	width: 44%;
}
.circulo-objetivos .item-objetivo.obj2 {
	right: 2%;
	top: 37%;
	width: 24%;
}
.circulo-objetivos .item-objetivo.obj3 {
	right: 19%;
	top: 73%;
	width: 20%;
}
.circulo-objetivos .item-objetivo.obj4 {
	font-size: 16px;
	left: 13%;
	top: 74%;
	width: 38%;
	line-height: 20px;
}
.circulo-objetivos .item-objetivo.obj5 {
	width: 21%;
	top: 43%;
	left: 4%;
}
.cuadro-info {
	background: #fbfaf2;
	padding: 30px 20px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #575757;
	font-family: 'Libre Baskerville';
}
.cuadro-info ul {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Libre Baskerville';
	color: #575757;
	padding-left: 30px;
	position: relative;
	margin-bottom: 25px;
	list-style: none;
}
.cuadro-info ul li {
	margin-bottom: 25px;
}
.cuadro-info ul li:last-child {
	margin-bottom: 0;
}
.cuadro-info h3 {
	color: #4e8d8d;
	font-size: 22px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
.cuadro-info a {
	color: #731115;
}
.cuadro-info p {
	margin-bottom: 15px;
	line-height: 26px;
}
.cuadro-info ul li:before {
	content: url('../images/flecha.png');
	position: absolute;
	left: 0;
}
.descarga-doc {
	color: #4e8d8d;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}
.descarga-doc img {
	float: left;
	margin-right: 20px;
}
.item-miembro {
	font-family: 'Libre Baskerville';
	width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 25px;
}
.item-miembro.full {
	width: 100%;
}
.item-miembro .img-miembro {
	float: left;
}
.item-miembro .img-miembro img {
}
.item-miembro .texto-miembro {
	margin-left: 145px;
	padding-top: 23px;
}
.item-miembro .texto-miembro h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 3px;
}
.item-miembro .texto-miembro p {
	color: #575757;
	font-size: 12px;
	line-height: 17px;
}
.item-institucion {
	border-top: 1px solid #d7d7d7;
}
.item-institucion:last-child {
	border-bottom: 1px solid #d7d7d7;
}
.item-institucion .img-institucion {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: left;
	height: 130px;
	float: left;
	width: 230px;
}
.item-institucion .img-institucion img {
	max-width: 100%;
}
.item-institucion .texto-institucion {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: left;
	height: 130px;
	margin-left: 250px;
	font-size: 16px;
	line-height: 27px;
	color: #575757;
	font-family: 'Libre Baskerville';
}
.video {
	width: 100%;
	margin-bottom: 30px;
}
.video img {
	width: 100%;
}
.col-paises {
	width: 50%;
	float: left;
}
.item-pais {
	height: 40px;
}
.item-pais img {
	float: left;
	margin-right: 20px;
}
.item-pais a {
	color: #767676;
}
.item-pais h4 {
	padding-top: 4px;
}
/*----AREAS DE TRABAJO---*/

.wrap-paises-agenda {
	margin-top: -30px;
	margin-bottom: 30px;
}
.item-pais-agenda {
	font-family: 'Libre Baskerville';
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0;
}
.item-pais-agenda .img-pais-agenda {
	float: left;
}
.item-pais-agenda .txt-pais-agenda {
	margin-left: 70px;
}
.item-pais-agenda .txt-pais-agenda h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}
.item-pais-agenda .txt-pais-agenda p {
	font-size: 16px;
	line-height: 31px;
	color: #575757;
	margin-bottom: 0;
}
ul.lista-check {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-family: 'Libre Baskerville';
	list-style: none;
	padding-left: 0;
	margin-bottom: 50px;
}
ul.lista-check li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 30px;
}
ul.lista-check li:before {
	content: url('../images/check.png');
	position: absolute;
	left: 0;
	top: 3px;
}
.cuadro-lista {
	background: #fbfaf2;
	padding: 25px 20px 15px;
	margin-bottom: 30px;
}
.cuadro-lista ul {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	line-height: 26px;
	color: #575757;
	font-family: 'Libre Baskerville';
	margin-bottom: 0;
}
.cuadro-lista ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.cuadro-lista ul li:before {
	content: "\f111";
	font-family: 'FontAwesome';
	color: #4bbfbf;
	position: absolute;
	left: 0;
}
.cuadro-lista ul b {
	color: #333;
}
.item-recurso {
	font-family: 'Libre Baskerville';
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 30px;
	margin-bottom: 30px;
}
.item-recurso.s-b {
	border: none;
	margin-bottom: 0;
}
.item-recurso .img-recurso {
	float: left;
}
.item-recurso .texto-recurso {
	margin-left: 80px;
}
.item-recurso .texto-recurso a {
	color: #741115;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}
.item-recurso .texto-recurso span {
	font-size: 16px;
	line-height: 31px;
	color: #575757;
}
.item-videos {
	font-family: 'Libre Baskerville';
	padding: 10px 0 30px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}
.item-videos h4 {
	font-weight: bold;
	line-height: 16px;
	color: #741115;
	margin-bottom: 25px;
	line-height: 26px;
}
.item-videos p {
	font-size: 16px;
	line-height: 31px;
	color: #575757;
}
.item-videos a.link-videos {
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 10px;
}
.item-videos a.link-videos img {
	margin-right: 5px;
}
.item-videos a.link-videos span {
	color: #669999;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
.item-videos a.link-videos.activo span {
	color: #6c181c;
}
.item-videos-interior {
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.item-videos a.link-videos:hover {
	text-decoration: none;
}
.item-videos-interior {
	font-family: 'Libre Baskerville';
}
.item-videos-interior .min-videos-interior {
	float: left;
}
.item-videos-interior .min-videos-interior img {
}
.item-videos-interior .texto-videos-interior {
	margin-left: 250px;
}
.item-videos-interior .texto-videos-interior h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
.item-videos-interior .texto-videos-interior p {
	font-size: 16px;
	line-height: 27px;
	color: #575757;
	margin-bottom: 10px;
}
.item-videos-interior .texto-videos-interior a {
}
.item-videos-interior .texto-videos-interior a img {
	width: 32px;
}
.item-videos-interior .texto-videos-interior a span {
	color: #4e8d8d;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.interior .flex-direction-nav a {
	height: 50px;
}
#carousel-fotos {
	margin-bottom: 20px;
}
#carousel-fotos li {
	margin-right: 5px;
}
#slider-fotos {
	margin-bottom: 0;
}
#slider-fotos .slides li {
	position: relative;
}
#slider-fotos .texto-fotos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background: rgba(255,255,255,0.75);
	padding: 10px;
}
#slider-fotos .texto-fotos span {
	color: #8b8b8b;
}
.item-recurso2 {
}
.item-recurso2 .img-recurso {
}
.item-recurso2 .img-recurso img {
	width: 37px;
}
.item-recurso.item-recurso2 .texto-recurso {
	margin-left: 55px;
	color: #575757;
	font-size: 16px;
	line-height: 26px;
}
.item-recurso.item-recurso2 .texto-recurso a {
	color: #575757;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 0;
}
.item-recurso.item-recurso2 .texto-recurso h4 {
	margin-top: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #741115;
	font-weight: bold;
	margin-bottom: 0;
}
.item-recurso.item-recurso2 .texto-recurso h4 i {
	font-weight: normal;
}
.item-recurso.item-recurso2 .texto-recurso span {
	font-size: 22px;
	color: #4e8d8d;
	line-height: 15px;
}
.item-recurso.item-recurso2 .texto-recurso p {
	margin-top: 10px;
	margin-bottom: 0;
}
.item-recurso.item-recurso2 .texto-recurso p i {
	color: #575757;
}
.caja-clip {
	background: #fbfaf2;
	padding: 30px 15px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.caja-clip ul {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	line-height: 26px;
	color: #575757;
	font-family: 'Libre Baskerville';
}
.caja-clip b {
	color: #333333;
}
.caja-clip ul li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 30px;
}
.caja-clip ul li:last-child {
	margin-bottom: 0;
}
.caja-clip ul li:before {
	content: url('../images/clip.png');
	left: 0;
	top: 0;
	position: absolute;
}
.item-eventos {
	border-bottom: 1px solid #dddddd;
	padding: 15px 0 35px;
	margin-bottom: 15px;
}
.item-eventos .img-evento {
	float: left;
}
.item-eventos .img-evento img {
}
.item-eventos .texto-evento {
	margin-left: 140px;
}
.item-eventos .texto-evento h4 {
	color: #191919;
	font-size: 19px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin-bottom: 0;
	margin-top: 0;
}
.item-eventos .texto-evento .fecha-evento {
	color: #b0b0b0;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
.fecha-evento a {
	color: #b0b0b0;
}
.item-eventos .texto-evento p {
	color: #575757;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Libre Baskerville';
	margin-bottom: 0;
}
.paginador {
	display: inline-block;
	/*border: 1px solid #dbdada;*/
	border-radius: 6px;
	float: right;
}
.paginador .pag-prev {
	color: #2d2f35;
	font-size: 17px;
	float: left;
	padding: 4px 7px;
}
.paginador .pag-next {
	color: #2d2f35;
	font-size: 17px;
	float: left;
	padding: 4px 7px;
}
.paginador ul {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	float: left;
	margin-bottom: 0;
	border-right: 1px solid #dbdada;
	padding-right: 4px;
}
.paginador ul li {
	display: inline-block;
	text-align: center;
	margin: 0 -2px;
}
.paginador ul li a {
	color: #2d2f35;
	font-size: 17px;
	padding: 4px 10px;
	display: block;
	border-left: 1px solid #dbdada;
}
.paginador ul li.activo a {
	background: #79cccd;
	color: #fff;
}
.paginador a:hover {
	text-decoration: none;
}
/*----NOTICIA INTERIOR----*/

.meta-noticia {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	margin-bottom: 15px;
}
.meta-noticia .fecha-noticia {
	color: #b0b0b0;
	font-size: 14px;
	display: inline-block;
	float: left;
	padding-top: 2px;
}
.meta-noticia .share {
	display: inline-block;
	float: right;
	margin: 0;
	clear: none;
}
.bloque-cita {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	border-left: 3px solid #4cbdbe;
	padding-left: 10px;
	width: 50%;
	float: right;
	font-weight: normal;
	margin-left: 15px;
}
.noticia-interior p {
	margin-bottom: 20px;
}
.categorias {
	color: #999999;
	font-size: 14px;
	font-weight: 900;
	text-align: right;
	padding: 12px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 0px;
}
.categorias a {
	color: #999999;
	font-size: 14px;
	font-weight: 900;
}
.otro-evento {
	width: 50%;
	float: left;
	margin-top: 50px;
	padding-right: 10px;
}
.otro-evento.otro-evento-der {
	float: right;
}
.otro-evento .img-otro-evento {
	float: left;
}
.otro-evento .img-otro-evento img {
}
.otro-evento .texto-otro-evento {
	margin-left: 140px;
}
.otro-evento .texto-otro-evento a {
}
.otro-evento .texto-otro-evento h4 {
	color: #4e8d8d;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}
.otro-evento .texto-otro-evento h5 {
	font-size: 19px;
	line-height: 18px;
	color: #191919;
	font-family: 'Lato', sans-serif;
	margin-top: 0;
}
.entrevista-interior h3 {
	margin-top: 45px;
}
.datos-pais {
	font-size: 16px;
	line-height: 31px;
	color: #3c9797;
	font-family: 'Libre Baskerville';
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.autor {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.autor .img-autor {
	float: left;
}
.autor .img-autor img {
}
.autor .texto-autor {
	margin-left: 200px;
}
.autor .texto-autor h4 {
	font-size: 19px;
	color: #191919;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}
.autor .texto-autor h5 {
	font-family: 'Lato', sans-serif;
	color: #b0b0b0;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 25px;
}
.autor .texto-autor p {
	font-size: 16px;
	line-height: 26px;
	color: #575757;
}
p.texto-busqueda {
	margin-bottom: 20px;
}
p.texto-busqueda span {
	font-weight: bold;
	color: #6c181c;
}
.wrap-busqueda {
	position: relative;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	width: 100%;
}
.wrap-busqueda input {
	height: 63px;
	border: 1px solid #cbcbcb;
	border-radius: 40px;
	font-size: 22px;
	color: #8b8a8a;
	padding-left: 30px;
	width: 740px;
	max-width: 100%;
}
.wrap-busqueda button {
	border: none;
	border-radius: none;
	background: none;
	position: absolute;
	right: -10px;
}
.banner-dimensiones {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	background: url('../images/banner-dimensiones.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-dimensiones img {
	width: 100%;
}
.banner-dimensiones .breadcrumbs-dimensiones {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	position: absolute;
	max-width: 1100px;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
}
.banner-dimensiones .breadcrumbs-dimensiones a {
	color: #cccccc;
}
.texto-dimensiones {
	color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
	max-width: 1100px;
	margin: 0 auto;
	right: 0;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: left;
	height: 100%;
}
.texto-dimensiones h3 {
	font-size: 37px;
	font-weight: 900;
	margin-bottom: 0;
}
.texto-dimensiones h4 {
	font-size: 39px;
	font-weight: 300;
	margin-top: 0;
}
.texto-dimensiones h4 span {
	font-size: 32px;
	display: block;
}
.menu-dimensiones {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}
.box-ultima-edicion {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 18px 25px;
	position: relative;
}
.box-ultima-edicion .img-ultima-edicion {
	float: left;
}
.box-ultima-edicion .texto-ultima-edicion {
	margin-left: 240px;
}
.box-ultima-edicion .texto-ultima-edicion h4 {
	color: #4e8d8d;
	font-size: 22px;
	font-weight: 900;
	margin-top: 0;
}
.box-ultima-edicion .texto-ultima-edicion h5 {
	font-size: 19px;
	color: #191919;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin-bottom: 0;
}
.box-ultima-edicion .texto-ultima-edicion .fecha-ultima-edicion {
	color: #b0b0b0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.box-ultima-edicion .texto-ultima-edicion p {
	color: Â #575757;
	font-family: 'Libre Baskerville';
	font-size: 13px;
	margin-bottom: 0;
}
.box-ultima-edicion .texto-ultima-edicion ul {
	color: Â #575757;
	font-family: 'Libre Baskerville';
	font-size: 13px;
	list-style: none;
	padding-left: 0;
}
.box-ultima-edicion .texto-ultima-edicion ul li {
	margin-bottom: 8px;
}
.box-ultima-edicion .share {
	position: absolute;
	top: 10px;
	right: 20px;
	margin-top: 0;
}
.input-group .input-group-addon {
	background: url('../images/calendario.png') 100% 100%;
	width: 47px;
	height: 44px;
	border-radius: 0;
}
.filtros-busqueda {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.filtros-busqueda label {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.filtros-busqueda input {
	height: 44px;
	border: 1px solid #b1b2b2;
	border-radius: 0;
	font-size: 15px;
	color: #666666;
}
.filtros-busqueda .input-group {
	float: left;
	margin-right: 5px;
	width: 245px;
}
.filtros-busqueda button {
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #3c9797;
	border: none;
	width: 235px;
}
.filtros-busqueda select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b1b2b2;
	background-image: url('../images/bg-select.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 44px;
	width: 492px;
	font-size: 15px;
	color: #666666;
}
.item-eventos.item-ediciones .texto-evento {
	margin-left: 90px;
}
.pobreza-texto {
	text-align: right;
	float: right;
	width: 45%;
}
.pobreza-texto img {
}
.pobreza-texto h4 {
	color: #4e8d8d;
	font-size: 37px;
	font-weight: 900;
}
.pobreza-texto p {
	font-size: 20px;
	line-height: 29px;
	color: #666666;
	font-family: 'Libre Baskerville';
}
.pobreza-texto a {
	font-size: 20px;
	line-height: 29px;
	color: #666666;
	font-family: 'Libre Baskerville';
}
.pobreza-texto a span {
	color: #00babc;
}
.pobreza-texto a:hover {
	text-decoration: none;
}
.pobreza-mapa {
	float: left;
	width: 55%;
	position: relative;
}
.pobreza-mapa img {
	width: 100%;
}
.pobreza-multidimensional {
	background: #f7f7f7;
	margin: 20px 0;
	padding: 30px 0;
}
.pobreza-texto a.a2 {
	display: none;
}
#pobreza_map {
	width: 100%;
	height: 100%;
}
#mapster_wrap_0 {
	max-width: 100%;
}
.contacto-izq {
}
.contacto-izq h2 {
	color: #4e8d8d;
	font-weight: 900;
	font-size: 30px;
	margin-top: 0;
}
.contacto-izq p {
	font-size: 16px;
	line-height: 31px;
	color: #575757;
	font-family: 'Libre Baskerville';
}
.contacto-izq .item-contacto {
	font-size: 16px;
	margin-bottom: 20px;
}
.contacto-izq .item-contacto h4 {
	font-size: 16px;
	color: #191919;
	font-weight: 900;
	margin-bottom: 5px;
}
.contacto-izq .item-contacto span {
}
.contacto-izq .item-contacto a {
	color: #6c181c;
}
.contacto-izq .item-contacto a:hover {
	text-decoration: none;
}
.contacto-izq .item-contacto p {
	font-size: 15px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	line-height: 19px;
}
.contacto-der {
}
.contacto-der .form-group {
}
.contacto-der .form-group label {
	font-weight: normal;
	font-size: 15px;
	color: #666666;
	display: block;
}
.contacto-der .form-group input {
	border: 1px solid #b3b3b3;
	height: 44px;
	width: 100%;
	color: #666666;
}
.contacto-der .form-group select {
	border: 1px solid #b3b3b3;
	width: 100%;
	height: 44px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b1b2b2;
	background-image: url('../images/bg-select.png');
	background-repeat: no-repeat;
	background-position: top right;
	color: #666666;
}
.contacto-der .form-group textarea {
	border: 1px solid #b3b3b3;
	height: 110px;
	width: 100%;
	resize: none;
}
.contacto-der button {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #3c9797;
	text-align: center;
	width: 200px;
	height: 44px;
	border: none;
}
.wrap-form-contacto {
	border: 2px solid #d7d7d7;
	border-radius: 5px;
	padding: 35px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.28);
}
.contacto-izq {
	width: 55%;
	float: left;
	padding-right: 50px;
}
.contacto-der {
	width: 45%;
	float: left;
}

.nombre-pais {
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-weight: bold;
  z-index: 99;
}
.pobreza-mapa{
	position: relative;
}

@media only screen and (max-width : 1199px) {
.menu ul li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 15px 18px;
}
.item-noticia-lateral {
	height: 107px;
	padding: 20px;
}
.item-noticia-lateral img {
	float: left;
	width: 70px;
}
.texto-not-lat {
	margin-left: 85px;
}
.item-noticia-lateral p {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.f1 {
	width: 13%;
}
.f3 {
	width: 16%;
}
.box-dimensiones h4 {
	font-size: 28px;
}
.box-dimensiones p {
	font-size: 32px;
	line-height: 34px;
}
.box-dimensiones p span {
	font-size: 28px;
}
.box-mppn {
	height: 440px;
}
.contenido {
	width: 660px;
}
.sidebar {
	float: left;
	width: 270px;
}
.sidebar .box-dimensiones h4 {
	font-size: 22px;
}
.box-dimensiones h4 span {
	margin-top: 15px;
}
.texto-dimensiones {
	max-width: 965px;
}
.banner-dimensiones .breadcrumbs-dimensiones {
	max-width: 965px;
}
.filtros-busqueda .input-group {
	width: 220px;
}
.filtros-busqueda button {
	width: 210px;
}
.filtros-busqueda select {
	width: 445px;
}
}

@media only screen and (max-width : 991px) {
.only-desktop {
	display: none;
}
.only-mobile {
	display: block;
}
.menu-mobile {
	background: #6c181c;
	position: absolute;
	top: 0;
	right: -600px;
	z-index: 99;
	min-height: 100%;
	display: none;
}
.menu-mobile ul {
	list-style: none;
	padding-left: 0;
	text-align: right;
}
.menu-mobile ul li {
	position: relative;
}
.menu-mobile ul li a {
	border-bottom: 1px solid #924246;
	color: #fff;
	display: block;
	font-size: 30px;
	line-height: 30px;
	padding: 15px 45px 20px 30px;
	position: relative;
}
.menu-mobile ul li a i {
	color: #a65d61;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 40%;
}
.cerrar-menu-mobile {
	color: #fff;
	font-size: 50px;
	padding-right: 15px;
	text-align: right;
	cursor: pointer;
}
.menu-mobile ul.submenu-mobile {
	background: #611519;
	border-bottom: 1px solid #924246;
	display: none;
}
.menu-mobile ul.submenu-mobile li {
}
.menu-mobile ul.submenu-mobile li a {
	border: none;
	font-size: 20px;
}
.redes-mobile {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 30px;
}
.redes-mobile a {
	color: #fff;
	font-size: 32px;
	margin-left: 20px;
}
.slide-noticias {
	width: 100%;
}
.slide-noticias-lateral {
	display: block;
width: 100%;
}
.box-mppn {
	height: auto;
	margin-bottom: 15px;
}
.f1 {
	width: 100%;
	text-align: center;
}
.f2, .f3, .f4, .f5, .f6 {
	display: none;
}
.texto-footer {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	max-width: 100%;
}
.contenido {
	width: 100%;
	margin-bottom: 40px;
}
.sidebar {
	float: left;
	width: 100%;
}
.menu-seccion {
	display: none;
}
.sidebar .box-dimensiones {
	margin: 0;
}
.sidebar .suscribirse {
	margin: 10px 0;
}
.buscador .wrap-buscador input {
	width: 710px;
}
.texto-dimensiones {
	max-width: 750px;
}
.banner-dimensiones .breadcrumbs-dimensiones {
	max-width: 750px;
}
.filtros-busqueda .input-group {
	margin-bottom: 10px;
}
.pobreza-mapa {
	width: 100%;
}
.pobreza-texto {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.pobreza-texto a.a1 {
	display: none;
}
.pobreza-texto a.a2 {
	display: block;
	color: #4bbfbf;
}

.sm1 .sub-menu,
.sm2 .sub-menu,
.sm3 .sub-menu,
.sm4 .sub-menu,
.sm5 .sub-menu
{
	width: 100%;
	text-align: left;
}
.menu-mobile ul.sub-menu{
	text-align: left;
}

}

@media only screen and (max-width : 767px) {
.breadcrumbs {
	display: none;
}
.header-mobile .logo {
	margin-top: 14px;
	width: 200px;
}
.header-mobile .idioma .select-idioma {
	margin-right: 15px;
}
.header-mobile .lupa {
	margin-right: 20px;
}
.texto-slide {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	left: 18px;
	line-height: 30px;
	position: absolute;
	top: 25%;
	width: 400px;
}
.item-aplicaciones {
	margin-bottom: 30px;
}
.item-aplicaciones .texto-aplicaciones h4 {
	min-height: 0;
}
.mppn .container {
	padding: 0;
}
.box-dimensiones {
	margin: 0 15px;
}
.suscribirse {
	margin: 20px 15px;
}
.item-testimonio .texto-testimonio {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	text-align: center;
}
.item-testimonio .texto-testimonio p {
	font-size: 20px;
	font-style: italic;
	line-height: 32px;
}
.derechos {
	display: none;
}
.img-full {
	margin: 0 -15px 20px;
}
.wrap-circulo-objetivos {
	text-align: left;
}
.wrap-circulo-objetivos h3 {
	display: block;
	color: #4cbdbd;
}
.circulo-objetivos {
	text-align: left;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.circulo-objetivos img {
	display: none;
}
.circulo-objetivos .item-objetivo {
	color: #333;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}
.circulo-objetivos .item-objetivo.obj1,  .circulo-objetivos .item-objetivo.obj2,  .circulo-objetivos .item-objetivo.obj3,  .circulo-objetivos .item-objetivo.obj4,  .circulo-objetivos .item-objetivo.obj5 {
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}
.item-miembro {
	width: 100%;
}
.wrap-testimonios {
	margin-left: 0;
	border: none;
}
.wrap-testimonios .testimonio {
	margin-left: 0;
}
.wrap-testimonios .testimonio .img-testimonio {
	margin-right: 10px;
}
.wrap-testimonios .testimonio .txt-testimonio {
	margin-left: 0;
	font-size: 20px;
	line-height: 30px;
}
.item-institucion {
	padding: 20px 0;
}
.item-institucion .img-institucion {
	height: auto;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.item-institucion .texto-institucion {
	margin-left: 0;
	width: 100%;
	float: left;
	height: auto;
	display: block;
	text-align: center;
}
.col-paises {
	width: 100%;
}
.buscador {
	padding: 20px 0 40px;
}
.buscador .wrap-buscador {
	width: 460px;
}
.buscador .cerrar-busqueda {
	right: 15px;
}
.item-videos-interior .texto-videos-interior {
	margin-left: 0px;
	width: 100%;
	float: left;
}
.otro-evento {
	width: 100%;
}
.bloque-cita {
	width: 100%;
	margin-left: 0;
	margin-bottom: 25px;
}
#slider-fotos .texto-fotos {
	position: relative;
}
.autor .texto-autor {
	margin-left: 0px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.texto-dimensiones {
	padding: 40px 0;
	position: relative;
}
.banner-dimensiones img {
	display: none;
}
.banner-dimensiones .breadcrumbs-dimensiones {
	display: none;
}
.box-ultima-edicion .texto-ultima-edicion {
	margin-left: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.contacto-izq {
	width: 100%;
	float: left;
	padding-right: 0px;
	margin-bottom: 40px;
}
.contacto-der {
	width: 100%;
	float: left;
}
}

@media only screen and (max-width : 480px) {
.header-mobile {
	height: auto;
	padding-bottom: 20px;
}
.header-mobile .logo {
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.header-mobile .logo img {
	width: 200px;
}
.header-mobile .lupa {
	margin-top: 20px;
}
.header-mobile .btn-menu {
	margin-top: 20px;
}
.header-mobile .idioma .select-idioma {
	margin-top: 20px;
}
.texto-slide {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 27px;
	position: absolute;
	top: 25%;
	left: 0;
	width: 400px;
	max-width: 100%;
}
.slider .flex-control-nav {
	bottom: 10px;
	padding-left: 10px;
}
.slider .container {
	padding: 0;
}
.item-testimonio .img-testimonio {
	float: left;
	width: 115px;
}
.item-testimonio .img-testimonio img {
	width: 100%;
}
.item-testimonio .titulo-testimonio {
	margin-left: 125px;
}
.item-testimonio .titulo-testimonio h3 {
	font-size: 22px;
}
.item-testimonio .titulo-testimonio h4 {
	font-size: 14px;
	line-height: 16px;
}
.contacto-footer {
	width: 100%;
	border: none;
	text-align: center;
	margin-bottom: 20px;
}
.redes-footer {
	width: 100%;
	margin: 0;
	text-align: center;
}
.share img {
	width: 40px;
}
.f-left {
	width: 100%;
}
.buscador {
	padding: 20px 0 40px;
}
.buscador .wrap-buscador {
	width: 300px;
}
.buscador .wrap-buscador input {
	height: 50px;
}
.buscador .wrap-buscador button img {
	height: 50px;
}
.min-videos-interior {
	width: 100%;
}
.min-videos-interior img {
	width: 100%;
}
.texto-videos-interior {
	width: 100%;
	margin-left: 0;
	float: left;
}
.item-eventos .img-evento {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
.item-eventos .texto-evento {
	width: 100%;
	margin-left: 0;
	float: left;
}
.noticia-interior .share a {
	margin: 0 2px;
}
.noticia-interior .share img {
	width: 28px;
}
.bandera-pais img {
	width: 100px;
}
.bandera-pais span {
	font-size: 28px;
	line-height: 28px;
	margin-top: 0;
}
.item-eventos.item-ediciones .texto-evento {
	margin-left: 0px;
}
.box-ultima-edicion {
	padding-top: 70px;
}
.filtros-busqueda .input-group {
	width: 100%;
}
.filtros-busqueda select {
	width: 100%;
}
.wrap-form-contacto {
	padding: 35px 15px;
}
.menu-mobile ul li a {
	font-size: 22px;
	line-height: 22px;
}
}

/* Custom, iPhone Retina */ 



@media only screen and (max-width : 320px) {
}
.alignright
{
	float: right;
	
}

.destacados {
   margin-bottom: 15px;
   margin-top: 160px;
}

@media (max-width: 950px) {
.destacados {
   margin-top: 10px;
}
}
