@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:400,600,700,800,300italic,400italic,600italic,700italic,800italic,300|Roboto+Slab:400,100,300,700);

.col-centered{
	float: left;
    margin: 0 auto;
}

/*HEADER*/
.header{
	margin:20px 0;
}
.logotipo-dane{
	float: left;
}
.logotipos-ce{
	margin:20px 0;
}
.logotipos-cexperimental{
	float: right;
}
.logotipo-ce{
	float: left;
	margin-right: 20px;
}
.logotipo-jamundi{
	float: left;
}
.fecha-censo p{
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	color: #575757;
	text-align: center;
	font-size: 16px;
	margin:35px 0 25px 0;
}
.menu{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececed;
	border-top: 1px solid #ececed;
	margin: 20px 0;
}
.border-menu{
	border-right: 1px solid #999999;
	border-bottom: none;
}
.banner{
	margin-bottom: 20px;
}
.principal-section h2{
	text-align: left;
	width: 350px;
}
.side-section h2 {
	text-align: center;
}
.banco-hojas-vida{
	margin-bottom: 20px;
}
.info-pedagogica{
	margin-bottom: 20px;
}
.pr-block{
	padding: 20px 10px;
	text-align: center;
}
.par {
	background-color: #0393cc;
}
.impar{
	background-color: #047baf;
}
.btn-paso{
	margin: 20px 0 10px 0;
}
.texto-participa p{
	font-size: 14px;
	margin: 20px 10px;
}
.texto-participa p a:hover{
	text-decoration: none;
	color:#e5007e;
}
.color-modal{
	color: #0393cc;
}
.img-modal{
	margin: 20px auto; 
	text-align: center;
}
.info-interes{
	float: left;
	margin-bottom: 20px;
}
.menu-informacion {
	float: left;
}
.info-encuestadores {
	padding: 15px;
	background-color: #0393cc;
}
.info-encuestadores p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 10px 5px;
}
.noticias{
	float: left;
	margin-bottom: 20px;
}

.box-redes{
	float: left;
}



/*Galería noticias*/

.jssorb03 {
            position: absolute;
        }
   .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url('../img/b03.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('../img/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }

.galeria-container{
	position: relative; 
	margin: 0 auto; 
	top: 0px; 
	left: 0px; 
	width: 809px; 
	height: 200px;  
	overflow: hidden; 
	visibility: hidden;
}

.galeria-noticia{
	cursor: default; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 900px; 
	height: 200px; 
	overflow: hidden;
}
.loading-screen{
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.load-style{
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	position: absolute; 
	display: block; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
.load-img{
	position:absolute;
	display:block;
	background:url('../img/loading.gif') no-repeat center center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.texto-noticia{
	height: 50px;
	width: 100%;
	position: absolute;
	padding: 0px 3px;
	background-color: #575757;
	/*
	-webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    */
}
h5{
    font-family: 'Roboto Slab';
    font-size: 12px;
    font-weight: 300;
    color: #fff; 
    text-align: center;
    margin: 6px 0;
}
a:hover>.texto-noticia{
	position: absolute;
	background-color: #0393CC;
	
}
/*Galería noticias*/

.noticia-contenido{
	padding-right: 25px;
	margin-bottom: 10px;
}
.noticia-contenido p{
	text-align: justify;
	color: #575757;
}
.noticia-notas{
	background-color: #0393CC;
	color: #fff;
	padding: 20px 20px 10px 20px;
	font-size: 13px;
}
.noticia-notas ul{
	padding: 0;
	margin: 0;
}
.noticia-notas ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
.noticia-imagenes ul{
	padding: 0;
	margin: 0;
}
.noticia-imagenes ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
.sala-informativa{
	margin-bottom: 20px;
	float: left;
}
/*Galeria*/

      .galeria ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      .galeria ul li {     
          list-style:none;
          margin-bottom:25px;
          cursor: pointer;           
      }
      .galeria ul li img {
        
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      

/*Galeria*/

/*Comunicados*/
.comunicados ul {         
    padding:0;
    margin:0;
}
.comunicados ul li {     
    list-style:none;
    cursor: pointer;           
}
.comunicados ul li p{
	padding: 15px;
	text-align: center;
}
.comunicados ul li a{
	font-family: 'Open Sans';
	font-size: 13px;
	color: #333;
	font-weight: 600;
}
.comunicados ul li a:hover{
	color: #e5007e;
	text-decoration: none;
}
/*Comunicados*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.facebook-tab{
	padding: 0;
}
.footer{
	float: left;
	margin-bottom: 10px;
}
.linea-dane{
	margin: 30px 0;
}
.lineas-atencion{
	margin-top: 0px; 
}
.media {
    margin-top: 0px;
}
/*
.lineas-atencion> .media {
    width: 60%;
    margin: 2px 20%;
}
*/
.logotipo-al-jamundi{
	float: left;
	padding: 18px 0 0 0;
}
.logotipo-al-jamundi img{
	float: left;
}
.lineas-atencion p {
	font-family: 'Roboto Slab';
	font-size: 14px;
	font-weight: 700;
	color: #575757;
	text-align: center;
}
.lineas-atencion>.media p{
	font-family: 'Roboto Slab';
	font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #575757;
    text-align: left;

}
/*GALERIA NEW*/
.carousel {
    margin-bottom: 0;
	padding-bottom: 30px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #2baae2;
}
.carousel-control {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
}
.well {
    background-color: #f7f6f6;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*GALERIA NEW*/
@media (min-width: 1200px) {
	.texto-participa p{
		margin: 20px 0px;
	}
}
@media (max-width: 992px) {
	.logotipo-dane{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.logotipos-cexperimental{
		float: none;
		width: 64%;
		margin: 0 23%;
	}
	
	.redes {
		border-left: none;
		float: left;
		margin-top: 10px;
	}
	.par.evaluacion{
		background-color: #047baf;
	}
	.impar.certificacion{
		background-color: #0393cc;
	}
	.informacion-interes{
		margin-bottom: 20px;
	}
	.informacion-interes>.principal-section h2,.noticias>.principal-section h2,.sala-informativa>.principal-section h2, .participa>.principal-section h2{
		text-align: center;
		width: auto;
	}
	.noticia-notas{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.lineas-atencion{
		margin-top: 15px; 
	}
	/*
	.lineas-atencion> .media {
    	width: 46%;
    	margin: 15px 27%;
	}
	*/
	.logotipo-al-jamundi{
		text-align: center;
		padding: 30px 0;
	}
	.logotipo-al-jamundi img{
		float: none;
	}
}


@media (max-width: 767px) {
	.logotipos-cexperimental{
		max-width: 100%;
	}
	.logotipo-ce{
		float: none;
		text-align: center;
	}
	.logotipo-jamundi{
		float: none;
		text-align: center;
	}
	.redes {
		margin-top: 0px;
		border-left: 2px solid #0393cc;
		float: right;
	}

	.redes li {
		margin-left: 6px;
		float: left;
	}
	.border-menu {
    	border-right: none;
    	border-bottom: 1px solid #efefef;

    }
	.sala-informativa{
		max-width: 100%;
	}
	.twitter-ce{
		background-image:url(../img/twitter-40-off.png);
		height: 40px;
		width: 40px;
	}
	.twitter-ce:hover{
		background-image:url(../img/twitter-40-on.png); 
	}
	.facebook-ce{
		background-image:url(../img/facebook-40-off.png);
		height: 40px;
		width: 40px;
	}
	.facebook-ce:hover{
		background-image:url(../img/facebook-40-on.png); 
	}
	.youtube-ce{
		background-image:url(../img/youtube-40-off.png);
		height: 40px;
		width: 40px;
	}
	.youtube-ce:hover{
		background-image:url(../img/youtube-40-on.png); 
	}
	.plan-de-ruta>.principal-section h2{
		text-align: center;
		width: auto;
	}
	.lineas-atencion>.media {
    	width: 50%;
    	margin: 5px 25%;
	}
	.texto-participa a img{
		max-width: 98%;
		margin: 5px 1%;
	}
	.footer{
		max-width: 100%;
	}
	.logotipo-al-jamundi {
    padding: 10px 0;
}
}
@media (max-width: 689px){
	.logotipos-ce{
		width: 100%;
		text-align: center;
	}

	.lineas-atencion> .media {
    	width: 60%;
    	margin: 5px 20%;
	}

}
@media (max-width: 479px){
	.logotipo-dane img{
		max-width: 100%;
	}
	.noticia-contenido p{
	text-align: left;
	}
	.lineas-atencion> .media {
    	width: 90%;
    	margin: 5px 5%;
	}
}