/*fuente y estilos de la página*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(paginas.css);
@import url(menu.css);
@import url(enlaces.css);
@import url(sociales.css);
@import url(fontello.css);
@import url(articulos.css);
@import url(info.css);
@import url(formulario.css);
@import url(paginacion.css);
/*reseteando estilos */

html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, figure, section {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal; 
}

/*header, nav, section, article, aside, figure, footer{
	display:block;
}*/

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
/*ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }*/
q:before, q:after { content:''; }
/* fin de reseteo */

/******************************************/
/***    DISEÑO DE ESTRUCTURA DE LA PÁGINA  ****/
/******************************************/





html {
    background: #0021A3;
	/*background: #dee;*/
	/*background-image:url(../IMAGES/FONDO.jpeg);*/
}

body { 
    font-family: 'Open Sans', sans-serif;
}
/*fin de fuente*/

.limpiar {
    clear: both;/*esto es para que la caja principal crezca hacia abajo*/
}

/*cuerpo de la página*/
body {
    width: 1190px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    -webkit-box-shadow: 6px 5px 41px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 5px 41px 1px rgba(0,0,0,0.75);
    box-shadow: 6px 5px 41px 1px rgba(0,0,0,0.75);
    
}
/**********header de la página, íconos, menu, logo, menú responsivo********/
h1 {
    color: #FFFFFF;
}


#encabezado {
    position: relative;
    width: 100%;
    height: 120px;
}

/******************************************/
/***    ESTRUCTURA DE CABECERA - HEADER ****/
/******************************************/

.logo {
	
    position: absolute;
	
	width: 90%;
max-width: 425px;
/*margin: 0 auto;*/
	
	
	
   /*width: 350px;*/
    height: 64px;
    top: 28px;
}

img {
width: 100%;
height: auto;
}

/*#cuerpo_principal{
    width: 100%;
    background: #dee;
}*/



/************************FORMULARIO DE BUSQUEDA*************************/
.buscar_1 form {/*revisar esta parte URGENTE*/
    position: absolute;
    top: 51px;
    left: 510px;
    width: 300px;
    margin: 0 auto; 
}

fieldset {
    position: absolute;
    display: inline-block;
    height: 30px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 0 0 0 40px;
}


.buscar_1 input {
    position: relative;
    float: left;
    width: 200px;
    height: 30px;
    padding: 0;
}

.buscar_1 button {
    position: relative;
    float: left;
    width: 200px;
    height: 30px;
    padding: 0;
}

.buscar_1 input {

    border: none;
    z-index: 2;/*hasta aquí todo ok*/
}

.buscar_1 button {
    font-size: 1.4em;
    width: 30px;
    border: none;
    background: #0021A3;
    transform: translate(-33px,0);
    transition-duration: .3s;
}

.icon-search {
    color: #bbb;
    transform: translate(-190px,0);
    transition: all .1s ease-in-out;
}

.buscar_1 input:focus{
    outline: none;
}

.buscar_1 input:focus + button {
    transform: translate(0,0);
    transition-duration: .3s;
}

.buscar_1 input:focus + button .icon-search {
    transform: translate(0,0);
    transition-duration: .5s;
}

#MiBuscador {
    width: 300px;
    margin: 0 auto;
}



.banner-p{
    /*background: radial-gradient(ellipse, #FFFFFF  , #C05E21 70% );*/
    background-color: #C05E21;
    height: 90px;
    
}

/*figure .banner_superior {
    position: relative;
    width: 100%;
}*/

/******************************************/
/***    ESTRUCTURA DE LOS ARTICULOS ****/
/******************************************/


article {
        margin-top: 25px;
    }    

#principal {
   
    /**position: relative;/*ojo, revisar posición del menú cuando baja la resolución*/
    float: left;
    width: 880px;
    /*background: aqua;*/
}

.FotoTitular {
    width: 100%;
}

figcaption {
    font-size: 10px;
}

#articulo_principal hgroup h2{
    font-size: 25px;
}

.articulos_mini hgroup h2{
    font-size: 20px;
    
}

.boton_personalizado{
    text-decoration: none;
	
	margin: 0 auto;
	
	
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #FF0000;
    border-radius: 6px;
    border: 2px solid #FF8000;
  }


/*.articulos_mini hgroup h3{
    
    overflow:hidden; /* Escondemos la parte sobrante */
    /*white-space:nowrap; /* Indicamos que no realice salto de linea si no cabe en la anchura indicada */
    /* text-overflow: ellipsis; /* Ponemos los dos puntos */



.pie_articulos h4 a{
    
    width:100px;
	height:20px;
	padding:4px;
    text-decoration: none;
    color: #ffffff;
    background-color: #C05E21;
    border-radius: 6px;
    text-align:center;
	
}

#articulo_principal {
    width: 100%;
    background: #fff;
}

#articulo_principal_2 {
    background: #fff;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: center;
    align-items: center;
   
}

.recopilatorio_2 {
    -moz-width: 350px;
    -webkit-width: 350px;
    -ms-width: 350px;
    -o-width: 350px;
    width: 350px;
    margin:0 13px 0 0;
    /*margin-left: 290px;
	margin-right: auto;
    
    -moz-width: 350px;
    -webkit-width: 350px;
    -ms-width: 350px;
    -o-width: 350px;*/
    
}

#articulo_principal_2 h2 {
    font-weight: bold;
}

.pie_articulos {
    margin-top: 20px;
}

.Fecha {
	width:60px;
	height:50px;
	padding:20px 5px 0 5px;
	line-height:14px;
	color:#1e1e1e;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#d1d1d1;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin:0 13px 5px 0;
	text-align:center;
}
.Fecha span {
	display:block;
	font-size:15px;
}

/********mini articulos*****/

.arts_mini_00 {
    width: 270px;
    float: left;
    margin-right: 30px;
}

div.corte_foto {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
div.corte_foto img {
  display: block;
  max-width: none !important;
}

/******banner superior*******/
/*.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
figure .embed-container_2{
    display: none;
}

.embed-container {
    position: relative;
  
    height: 0;
    overflow: hidden;
    width: 728px;/*con width y margin estamos centrando el iframe en el contenedor padre*/
    height: 90px;
    margin: 0 auto;
}
.embed-container iframe {
    position: absolute;
    top:7px;
    left: 0;
    width: 100%;
    height: 100%;
}

.recopilatorio {
        width: 700px;
    }/*importante para hacer responsivas a las fotos de los recopilatorios*/




/******************************************/
/***    ESTRUCTURA DE LA BARRA LATERAL ****/
/******************************************/

/*#lateral {
    position: absolute;
    margin-left: 910px;
    top: 245px;
}/*11/07/2017*/



aside {
    
    float: right;
    width: 270px;
}

/*.contenido_lateral {
    position: fixed; //esto deja el contenido estático.
}*/ 
/*.caja_lateral {
    background-color: #0021A3;
    width: 260px;
    height: 220px;
    border-radius: 7px;
    
    
}*/

#barra_lateral {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 250px;
    margin-top: 10px;
    
}


#barra_lateral a {
    color: #FFFFFF;
    font-size: 15px;
    
    /*background-color: #0021A3;
    border-radius: 19px;
    padding: 2px;*/
    display: block; /*convirtiendo inline en block*/
    padding: 5px;
    margin-left: 10px;
    background-color: #0021A3; 
    text-decoration: none;
    text-align: left;
    border-bottom: 0.1px solid #FFFFFF;
}

#barra_lateral a:hover {
    color: #C05E21;
    
}


/*main section {
    width: 100%;
    margin-bottom: 25px;
}/*07/07/2017*/

/**********publicidad**************/

#populares h5 {
    width:100px;
	height:20px;
	padding:4px;
    text-decoration: none;
    color: #ffffff;
    background-color: #0021A3;
    border-radius: 6px;
    text-align:center;
    margin-top: 25px;
}

.publi_lateral {
    margin-top: 10px;
    background-color: #EBEBEB;
    width: auto;
    height: 270px;
    
}

.caja_lateral_00 {
    float: left;
    width: 270px;
    
}

/******************************************/
/***    ESTRUCTURA DEL FOOTER - PIE DE PAGINA ****/
/******************************************/
#footer {
    clear:both;
}


.caja_pie {
    position: relative;
    width: 100%;
    /*max-width: 1190px;*/
    margin: auto;
    height: 200px;
    background-color: #0021A3;
    margin-top: 25px;
   
}

.logo_blanco {
    position: absolute;
    width: 270px;
    height: 55px;
    top: 80px;
}

.division {
    padding-right: 20px;
    border-right: 1px solid #FFFFFF;
    
}

.informes_lokitus {
    padding-right: 20px;
    
}



#derechos_reservados {
    font-size: 12px;
    text-align: center;
}

 /*******icono de volver arriba***/

.icon-derecha:before { 
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    
}

.arriba {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #C05E21;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 7px;
}

/*.recopilatorio {
        max-width: 80%;
    }probar después las fotos*/

.informes_lokitus a {
    text-decoration: none;
    -moz-text-decoration: none;
    -webkit-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    color: #FFFFFF;
    -moz-color: #FFFFFF;
    -webkit-color: #FFFFFF;
    -ms-color: #FFFFFF;
    -o-color: #FFFFFF;
}

.informes_lokitus a:hover{
    color: #C05E21;
    -moz-color: #C05E21;
	-webkit-color: #C05E21;
    -ms-color: #C05E21;
    -o-color: #C05E21;
}

/******************************************/
/***    ESTRUCTURA DE 1024px  ****/
/******************************************/
@media screen and (max-width:1024px){
    
  
	/*--- Maquetacion de cuerpo---*/
	body {
    width: 92%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    
    }
    
    
    
    /**********Maquetación de footer*/
    .caja_pie {
        width: auto;
    }
    
    aside {
        width: 869px;
    }
    
    .caja_lateral_00 {
    float: left;
    width: 270px;
    }
    
    .caja_pie {
        max-width: 924px;
        
    }
    
    
  
    
}

/******banner superior*******/
@media screen and (max-width:768px){
    
    
    h1 {
    font-size: 3px;
    }
    
    
    .foto_banner figure {
        display: none;
    }
    
    figure .embed-container_2{
    display: block;
    }
    
    .embed-container_2 {
    position: relative;
    top: 25px;
  
    height: 0;
    overflow: hidden;
    width: 320px;/*con width y margin estamos centrando el iframe en el contenedor padre*/
    height: 51px;
    margin: 0 auto;
    }
    .embed-container_2 iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .recopilatorio {
        width: 100%;
    }/*importante para hacer responsivas a las fotos de los recopilatorios*/
    
    #articulo_principal_2 {
    display: block;
    -moz-display: block;
	-webkit-display: block; 
    -ms-display: block; 
    -o-display: block; 
    /*justify-content: none;
    align-items: none;*/
   }
    

    .recopilatorio_2 {
        position: static;
        width: 100%;
    }
	
	.informes_lokitus p {
    font-size: 10px;
}
	
	
	.informes_lokitus a {
    font-size: 10px;
}

.division {
    padding-right: 20px;
    border-right: 1px solid #FFFFFF;
    
}
	
	
}
    
/*.embed-container {
    position: relative;
    padding-bottom: 14%;
    height: 0;
    overflow: hidden;
    width: 468px;/*con width y margin estamos centrando el iframe en el contenedor padre*/
    /*margin: 0 auto;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

    -moz-
	-webkit- 
    -ms- 
    -o-

}*/



/*******esconder banner****/
/*@media screen and (max-width:768px) {
    .esconder {
        display: none;
    }
    
}*/

/*@media screen and (min-width:1024px){
    .esconder2 {
        display: none;
    }
}revisar bien los banners*/