* {
	margin: 0;
	padding: 0;
	border:0;
}

*:focus {
    outline: 0;
}

html { 

	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color:#333;
	background:#fff;
}

img	{	
	vertical-align: top;
}

a { 
	color: #353535; 
	text-decoration: none; 
}

a:hover {
	 color: #353535; 
	 text-decoration:underline; 
}

/*Cuerpo de toda la pagina contenedora de infografia
*/
.contenido_infografias {
	overflow: hidden;
	padding-top: 20px;
	margin-top: 0;
}

.contenido_infografias_completa {
	overflow: hidden;
}


/*Solo para centrar IMG al centro de barra*/
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
/* Tamaño imagen institucional*/
.img-elmer{
	width: 441px;
}

/*Dejar fijo Icono HOME*/
.navbar-nav.navbar-right {
    position: absolute;
    left: 94%;
    transform: translatex(-50%);
}
/*
.navbar-toggler.navbar-left {
    position: absolute;
    left: 2%;
    transform: translatex(-50%);
}
*/
.navbar{
	max-height:50px;
}

.cont_footer_infografia {
	width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    padding: 2px 0;
}

.cont_footer_infografia img {
	max-width: 441px;
}

.cont_txt_footer {
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
}
/* NUEVO */
.cont_footer_infografia2 {
	width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 2px 0;
}

.cont_txt_footer2 {
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
}


/* GALERIA TEXTO */

.cont_img_gale_txt {
	float: left;
	width: 100%;
	position: relative;
}

.cont_txt_foto {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    padding: 15px 15px 15px 10px;
	width: 96.1%;
}

.cont_informacion_detallada {
    float: left;
    width: 97%;
    background: #ccc;
    padding: 10px;
}

.cont_zoom_info_full {
    position: absolute;
    top: 20%;
    left: 35%;
    z-index: 9;
    max-width: 250px;
    background: rgba(230, 230, 230, 0.7);
    /*border-radius: 5%;*/
    padding: 10px 0px 15px 0px;
   /* border: 1px solid #8c8b8d;*/
    display: none;
}

.cont_zoom_info_full img {
	width: 100%;
}

.cont_modulo_texto_01 {
	width:100%;
	max-width:360px;
	font-size: 12px;
	text-align:center;
	color:#000;
	line-height: 15px;
	margin: 0 auto;
}

.cont_modulo_texto_01_gris {
	color:#919294;
    padding-top: 8px;
}

.cont_modulo_texto_02 {
	font-size: 12px;
}


/*botón up*/
.boton-subir{
	display: none;
	background-color: #5f5f5f;
	opacity: .5;
	width: 50px;
	position: fixed;
	right: 50px;
	bottom:50px;
	z-index: 999999999;
	border-radius: 5px;
	transition:all 1s ease;
}
/*evento hover*/
.boton-subir:hover{
	opacity: 1;
}
/*estilos para el tag i*/
.boton-subir i{
	color: #fff;
	font-size: 1.5em;
	padding: 10px 10px 10px 14px;
}
.btn-compartir{
	padding: 0px !important;
}
/*Para pantallas Tablet grandes o PC*/
@media screen and (min-width: 992px) { 

	body .container {
	    max-width: 800px;
		float: none;
    	margin: 0 auto;
	}

	body .cont_info_920 {
	    width: 920px;
	    margin: 0 auto;
	}

}

/*Para pantallas consideradas moviles y verticales*/
@media screen and (max-width: 991.98px) { 

	.slidesjs-navigation {
		display: none;
	}
	.container{
		padding: 0!important ;
		min-width: 100%;
		margin : 0;
	}
	/*Se aumenta tamaño iconos en version movil*/
	.facebook-size{
		font-size: 45px;
	}
	.twitter-size{
		font-size: 45px;
	}
	.link-size{
		font-size: 45px;
	}
	.mail-size{
		font-size: 45px;
	}
	/*Propiedades de iconos (ancho en vista movil)*/
	/*Aun no funciona, por implementar*/
	.facebook-share{
		top: 5px;
		max-width: 106px !important;
	}
	.twitter-share{
		max-width: 106px !important;
		top: 5px;
	}
	.Linkedin-share{
		max-width: 106px !important;
		top: 5px;
	}
	.Correo-share{
		max-width: 106px !important;
	}
	
	
	
	.navbar{
	min-height:100px;
	}
	/* Cuerpo de infografia baja para hacer espacio a barra superior */
	.contenido_infografias {
	padding-top: 73px;
	}
	/*botón up*/
	.boton-subir{
		display: none;
		background-color: #5f5f5f;
		opacity: .5;
		width: 98px;
		position: fixed;
		right: 15px;
		bottom:15px;
		z-index: 999999999;
		border-radius: 5px;
		transition:all 1s ease;
	}
	/*estilos para el tag i de boton subir*/
	.boton-subir i{
		font-size: 5em;
	}
	.btn-social img {
		width: 75px;
	}
	.btn-home img {
		width:  75px;
	}
	/* Tamaño imagen institucional*/
	.img-elmer{
		width: 600px;
	}
	
	
	/*Para pantallas moviles en horizontal*/
	@media screen and (orientation: landscape) {

		.slidesjs-navigation {
			display: none;
		}
		body .container{
			padding: 0!important ;
			min-width: 100%;
			margin : 0;
		}
		/*Se aumenta tamaño iconos en version movil*/
		.fa-stack.facebook-size{
			font-size: 35px;
		}
		.twitter-size{
			font-size: 35px;
		}
		.link-size{
			font-size: 35px;
		}
		.mail-size{
			font-size: 35px;
		}
		.navbar{
		min-height:65px;
		}
		/* Cuerpo de infografia baja para hacer espacio a barra superior */
		.contenido_infografias {
		padding-top: 35px;
		}
		/*botón up*/
		.boton-subir{
			display: none;
			background-color: #5f5f5f;
			opacity: .5;
			width: 70px;
			position: fixed;
			right: 15px;
			bottom:15px;
			z-index: 999999999;
			border-radius: 5px;
			transition:all 1s ease;
		}
		/*estilos para el tag i de boton subir*/
		.boton-subir i{
			font-size: 3em;
		}
		.btn-social img {
			width: 48px;
		}
		.btn-home img {
			width:  48px;
		}
		/* Tamaño imagen institucional*/
		.img-elmer{
			width: 500px;
		}
	}
}
