/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');



@media print 
{
	
.apagar_para_imprimir
{
	display:none;
}

	
}


.fuente_galeria
{
	font-size:16px;	
}

.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
}




/* VENTANA MODAL */

.VentanaModal
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
	justify-content:center;
	align-items:center;
}
.VentanaModal.toggle
{
	display:flex;
}

.VentanaModalContenedor
{
	width:65%;
	max-width:700px;
	background-color:#FFFFFF;
	text-align:center;
}




/***********************************************/


.boton_azul_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#26c6da;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_azul_cuadrado:hover
{
	background-color:#22b3c5;
}




.boton_negro_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro_cuadrado:hover
{
	background-color:#000;
}



/* ******************************************* */






















.OpenSans400
{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.OpenSans600
{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.OpenSans700
{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}




.Roboto400
{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.Roboto500
{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

.Roboto700
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}


body
{
	margin:0;
}

a
{
	text-decoration:none;	
}


.prender_para_imprimir
{
	display: none;
}


.lo_Que_Es_Noticia
{
	font-size:15px;	
}

.lo_Que_Es_Noticia2
{
	font-size:11px;
	color:#414141;	
}

.texto_descripcion
{
	font-size:16px;
	color:#000;
}


.img_zoom
{
  height:100%;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;  
}

.img_zoom:hover
{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);    
}



.foto_zoom
{
  width:100%; 
  height:360px; 
  position:relative;
  background-position:center;
  background-size:cover;  
  background: no-repeat;
  overflow: hidden;
  
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -ms-transition:all .5s ease;
  -o-transition:all .5s ease;  
}




.tit_categoria
{
	float:left;
	width:100%;
	height:25px;
	position:absolute;
	bottom:0;
	left:0;
}

.tit_categoria > span
{
	width:auto; 
	height:auto;
	display:compact;
	font-size:10px;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.tit_categoria_rojo >  span
{
	background-color:#C90606;
}





.titulo-seccion
{
	float:left;
	width:100%;
	height:25px;
}

.titulo-seccion > span
{
	width:auto; 
	height:auto;
	display:compact;
	font-size:14px;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}


.titulo-seccion-negro
{
	border-bottom:2px solid #000;
}

.titulo-seccion-negro > span
{
	background-color:#000000;
}

.titulo-seccion-rojo
{
	border-bottom:2px solid #C90606;
}

.titulo-seccion-rojo >  span
{
	background-color:#C90606;
}

.titulo-seccion-amarillo
{
	border-bottom:2px solid #f9c100;
}

.titulo-seccion-amarillo >  span
{
	background-color:#f9c100;
}

.titulo-seccion-verde
{
	border-bottom:2px solid #4caf50;
}

.titulo-seccion-verde >  span
{
	background-color:#4caf50;
}

.titulo-seccion-verde
{
	border-bottom:2px solid #4caf50;
}

.titulo-seccion-verde >  span
{
	background-color:#4caf50;
}

.amarillo
{
	color:#000;
}
.amarillo:hover
{
	color:#f9c100;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}

.verde
{
	color:#000;
}
.verde:hover
{
	color:#4caf50;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}

.rojo
{
	color:#000;
}
.rojo:hover
{
	color:#C90606;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}

.blanco
{
	color:#fff;
}
.blanco:hover
{
	color:#C90606;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}

.gris
{
	color:#c3c3c3;
}
.gris:hover
{
	color:#777777;
}


.ocultar_menu_movil
{
	left:-100%;
	
	transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.ocultar_menu_movil.toggle
{
	left:0px;
}


.ocultar_buscador_movil
{
	right:-100%;
	
	transition: all 0.5s ease;
}
.ocultar_buscador_movil.toggle
{
	right:0px;
}


.separacion
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.separacion1
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.separacion2
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.secciones
{
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

.interior
{
	padding-left:10px;
	padding-right:10px;
}

.padding_noticias
{
	padding-top:25px;
	padding-right:10px;
	padding-left:10px;
}

.padding_slider
{
	padding-left:10px;
	padding-right:10px;
}

.padding_pie
{
	padding:25px;
}


.buscar
{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#fff;
	padding:10px;
	text-align:center;
	background-color:transparent;
	border:0;
	border-bottom:1px solid grey;
	border-width:0%;
	
	transition: all 3s ease;
	-webkit-transition:all 3s ease;
	-moz-transition:all 3s ease;
	-ms-transition:all 3s ease;
	-o-transition:all 3s ease;
}

.buscar:focus
{
	outline:none;
}

.buscar.borde
{
	border-bottom:1px solid white;
	border-width:80%;
}




.hemeroteca_form
{
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#444444;
	padding:10px;
	text-align:start;
	background-color:transparent;
	border:1px solid grey;
	
}

.hemeroteca_form:focus
{
	outline:none;
}

.boton_rojo
{
	background-color:#000;
}
.boton_rojo:hover
{
	background-color:red;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}




.Mas_secciones
{
	color:#fff;
	text-decoration:none;
}
.Mas_secciones:hover
{
	color:#FF0004;
}

.redes_sociales
{
	font-size:20px;
	color:#fff;
	text-decoration:none;	
}
.redes_sociales:hover
{
	color:#FF0004;
}

.redes_sociales_movil
{
	font-size:25px;
	color:#fff;
	text-decoration:none;	
}
.redes_sociales_movil:hover
{
	color:#C90606;
}


.sombra
{
	-webkit-box-shadow: 0px 3px 21px -4px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 3px 21px -4px rgba(0,0,0,0.41);
    box-shadow: 0px 3px 21px -4px rgba(0,0,0,0.41);
} 

.right
{
	padding-right:180px;
}

.apagar_movil
{
	display:block;
}


.apagar_pc
{
	display:none;
}

.apagar_tablet
{
	display:none;
}

.encender_pc
{
	display: block;
}

.font22
{
	display:block;
	font-size:22px;
}

.font12
{
	display:block;
	color:#000;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}

.font11
{
	display:block;
	color:#000;
	font-size:11px;
	padding-top:10px;
	padding-bottom:10px;
}




.menu
{
  position:relative;
  display:block;
  text-decoration:none;
  
  color:#fff;
  font-size:14px;
  padding-top:20px;
  padding-bottom:17px;
  border-bottom:3px solid #C90606;
  text-align:center;
}
.menu:after
{
  position: absolute;
  text-decoration:none;
  margin:0 auto;
  left: -20%;
  right:0;
  content: '';
  height: 3px;
  background: #fff;
  transition: all 0.1s linear;
  width: 0;
  bottom: -3px;
}
.menu:hover:after
{
  width:140%;
  box-sizing:border-box;
}

.menu_pie
{
  text-decoration:none;
  font-size:14px;
  color:#fff;
  padding-top:10px;
}
.menu_pie:hover
{
	color:#C90606;
	
	transition:all ease;
	-webkit-transition:all ease;
	-moz-transition:all ease;
	-ms-transition:all ease;
	-o-transition:all ease;
}

.menu_pie2
{
  font-size:14px;
  color:#fff;
  padding-top:10px;
}

.centrar_texto
{
	text-align: start;
}

.centrar_texto2
{
	text-align:end;
}


.centrar
{
	display:flex;
	align-items:center;
	justify-content: flex-start;
}

.column
{
	flex-direction: row;
}

.radius
{
	border-radius:50%;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}


.globotestimonio
{
 width:255px;
 height:auto;
 margin-top:55px;
 left:10px;
 box-sizing:border-box;
 position: relative;
 border-top:5px solid #de5648;
 background-color:#fff;
 z-index:10;
}

.globotestimonio:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: #de5648 transparent;
    top: -12px;
	left:15px;
}

.Campo_Buscar_Interior
{
 border:0;
 width:80%;
 height:30px;
 background-color:#fff;
 appearance: none;
    box-shadow: none;
    border-radius: none;
 display: block;
 transition: background-color 0.6s;
 background-position: left center;
   background-repeat: no-repeat;
   padding-left:40px;
 font-size: 12px;
 border:1px solid #d6d6d6;
}

.Campo_Buscar_Interior:focus
{
 outline:0px;
 background-color:#DFDFDF;
}


.foto1
{
	width:100%;
	height:150px;
	box-sizing:border-box;
}

.foto2
{
	width:30%;
	height:150px;
	box-sizing:border-box;
}

.foto_opinion
{
	width:70px;
	max-width:70px;
	height:70px;
	box-sizing:border-box;
}

.foto3
{
	width:100%;
	height:170px;
	box-sizing:border-box;
}

.foto_grande
{
	width:100%;
	height:400px;
	box-sizing:border-box;
}

.foto4
{
	width:95px;
	height:65px;
	box-sizing:border-box;
}

.video_interior
{
	width:100%;
	height:350px;
	box-sizing:border-box;
}

.publicidad1
{
	width:300px;
	height:200px;
	box-sizing:border-box;
}

.publicidad1_largo
{
	width:300px;
	height:400px;
	box-sizing:border-box;
}


.publicidad2
{
	width:715px;
	height:90px;
	box-sizing:border-box;
}

.galeria_noticia
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	padding-right:10px;
	margin-top:25px;
}




/* SELECT */
select{
 width:100%;
 height:auto;
 box-sizing:border-box;
 background: #fff url(images/arrow.png);
 background-position:99.5% center;
    background-repeat: no-repeat;
    padding:10px;
    font-size:14px;
    border:1px solid grey;
    -webkit-appearance: none;
 border-radius:0px;
}
select:hover{
 outline:none;
}
select:focus{
 outline:none;
 border:1px solid #444444;
}
/* ****************************** */









.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
}
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
}
   
.contenedor3
{
	float:left;
	width:33.3333%;
	height:auto;
	box-sizing:border-box;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
}

.contenedor60
{
	float:left;
	width:60%;
	height:auto;
	box-sizing:border-box;
}

.contenedor70
{
	float:left;
	width:70%;
	height:auto;
	box-sizing:border-box;
}

.contenedor75
{
	float:left;
	width:75%;
	height:auto;
	box-sizing:border-box;
}

.contenedor30
{
	float:left;
	width:30%;
	height:auto;
	box-sizing:border-box;
}

.contenedor40
{
	float:left;
	width:40%;
	height:auto;
	box-sizing:border-box;
}











@media only screen and (max-width:1190px)
{

.input_padding
{
	padding-left:15px;
	padding-right:15px;
}

.foto_zoom
{
  width:100%; 
  height:200px; 
  position:relative;
  background-position:center;
  background-size:cover;  
  background: no-repeat;
  overflow: hidden;
  
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -ms-transition:all .5s ease;
  -o-transition:all .5s ease;  
}

.apagar_tablet
{
	display:block;
}

.encender_pc
{
	display:none;
}

.apagar_movil
{
	display:block;
}

.apagar_pc
{
	display:none;
}


.separacion
{
	padding-left:25px;
	padding-right:25px;
	padding-top:50px;
}

.separacion1
{
	padding-left:25px;
	padding-right:10px;
	padding-top:50px;
}

.separacion2
{
	padding-left:10px;
	padding-right:25px;
	padding-top:50px;
}

.secciones
{
	padding-left:25px;
	padding-right:10px;
	padding-top:0px;
}

.interior
{
	padding-left:25px;
	padding-right:10px;
}

.padding_noticias
{
	padding-top:25px;
	padding-right:5px;
	padding-left:5px;
}

.padding_tablet
{
	padding-left:20px;
	padding-right:20px;
}

.padding_slider
{
	padding-left:25px;
	padding-right:0px;
}

.padding_pie
{
	padding:25px;
}


.right
{
	padding-right:0px;
}

.menu {
  
  position: relative;
  display: block;
  
  color:#fff;
  font-size:12px;
  padding-top:20px;
  padding-bottom:17px;
  border-bottom:3px solid #C90606;
  text-decoration:none;
  text-align:center;
}

.foto1
{
	width:100%;
	height:100px;
	box-sizing:border-box;
}

.foto2
{
	width:30%;
	height:100px;
	box-sizing:border-box;
}


.foto_opinion
{
	width:30%;
	max-width:60px;
	height:60px;
	box-sizing:border-box;
}

.foto3
{
	width:100%;
	height:130px;
	box-sizing:border-box;
}

.foto_grande
{
	width:100%;
	height:250px;
	box-sizing:border-box;
}

.foto4
{
	width:28%;
	height:40px;
	box-sizing:border-box;
}

.publicidad1
{
	width:100%;
	height:150px;
	box-sizing:border-box;
}

.publicidad2
{
	width:70%;
	height:70px;
	box-sizing:border-box;
}

	
}



@media print 
{
	
.apagar_para_imprimir
{
	display:none;
}

.prender_para_imprimir
{
	display:block;
}

.tamaño_para_imprimir
{
	width:100%;
	height:auto;
	padding-left:0px;
	padding-right:0px;
}
	
}









@media only screen and (max-width:700px)
{


.lo_Que_Es_Noticia
{
	font-size:17px;	
}

.lo_Que_Es_Noticia2
{
	font-size:13px;
	color:#000;	
}

.texto_descripcion
{
	font-size:16px;
	color:#000;
}

.input_padding
{
	padding-left:0px;
	padding-right:0px;
}

.padd_texto
{
	padding-left:10px;
	padding-right:10px;
}

.font22
{
	display:block;
	font-size:16px;
}

.font11
{
	display:block;
	color:#000;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}

.apagar_tablet
{
	display:none;
}

.encender_pc
{
	display: block;
}

.apagar_movil
{
	display:none;
}

.apagar_pc
{
	display:block;
}

.separacion
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.separacion1
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.separacion2
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.secciones
{
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
}

.interior
{
	padding-left:10px;
	padding-right:10px;
}

.padding_noticias
{
	padding-top:25px;
	padding-right:10px;
	padding-left:10px;
}

.padding_tablet
{
	padding-left:0px;
	padding-right:0px;
}

.padding_slider
{
	padding-top:40px;
	padding-left:0px;
}

.padding_pie
{
	padding:10px;
}

.menu_movil
{
	color:#fff;
	font-size:21px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
}

.centrar_texto
{
	text-align:center;
}

.centrar_texto2
{
	text-align: center;
}

.centrar
{
	display:flex;
	align-items:center;
	justify-content:center;
}

.column
{
	flex-direction:column;
}

.padding_top
{
	padding-top:30px;
}

.bottom
{
	padding-bottom:30px;
}


.foto1
{
	width:100%;
	height:200px;
	box-sizing:border-box;
}

.foto2
{
	width:30%;
	height:80px;
	box-sizing:border-box;
}

.foto_opinion
{
	width:70px;
	max-width:70px;
	height:70px;
	box-sizing:border-box;
}

.foto3
{
	width:100%;
	height:160px;
	box-sizing:border-box;
}

.foto_grande
{
	width:100%;
	height:200px;
	box-sizing:border-box;
}

.foto4
{
	width:90px;
	height:60px;
	box-sizing:border-box;
}

.publicidad1
{
	width:100%;
	height:200px;
	box-sizing:border-box;
}

.publicidad1_largo
{
	width:100%;
	height:400px;
	box-sizing:border-box;
}

.publicidad2
{
	width:100%;
	height:70px;
	box-sizing:border-box;
}

.galeria_noticia
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	padding-right:0px;
	margin-top:25px;
}


.contenedor1
{
	 
}

.contenedor2
{
	  width:100%;
}

.contenedor3
{
	  width:100%;
}

.contenedor_responsivo
{
	width:100%;
	margin-top:20px;
	padding:0px;
}

.contenedor4
{
	  width:100%;
}

.contenedor60
{
	  width:100%;
}


.contenedor70
{
	  width:100%;
}

.contenedor75
{
	  width:100%;
}

.contenedor30
{
	  width:100%;
}

.contenedor40
{
	  width:100%;
}

}


@media only screen and (max-width:400px)
{

.fuente_galeria
{
	font-size:12px;	
}

}
