@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700|Montserrat:300,400,700|Open+Sans:300,400,700|Roboto+Condensed:300,400,700');

body
{
	margin: 0px;	
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}


.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;
}




*	/* SE AGREGA A TODOS LOS ELEMENTOS!!!! 	*/
{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a
{
	text-decoration:none !important;
	color: #000 ;
}

img
{
	display:block;	
}

.bold
{
	font-weight: 700;	
}

.light
{
	font-weight: 300;	
}

.montserrat
{
	font-family: 'Montserrat', sans-serif;
}

.crimson
{
	font-family: 'Crimson Text', serif;	
}

.open_sans
{
	font-family: 'Open Sans', sans-serif;
}

.roboto
{
	font-family: 'Roboto Condensed', sans-serif;	
}


.textbox_contacto
{
  width:70%; 
  height: auto;
	
  border: 1px solid #000;
  font-size: 16px;
  padding: 5px;
  color: #000;
  background-repeat:no-repeat;
  background-color: transparent;
  box-sizing:border-box;
  font-family: 'Crimson', sans-serif;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-position: left center;
}


.textbox_contacto::placeholder 
{ 
 	color: #000;
}


.textbox_contacto:hover
{
  color: #000;
  
  outline:0px;
}

.textbox_contacto:focus
{
  color: #000;
  
  outline:none;
  outline:0px;
}


.textbox-linea
{
  box-sizing:border-box;  
  width:70%;
  height: 35px;
  padding:20px;
  border:none;
  border:1px solid #000;
  font-size:16px;
  background-color:#fff;
}

.textbox-linea:hover
{
  outline:none;
}

.textbox-linea:focus
{
  outline:none;
  background-color:#fff;
}


h1
{
	color: #fff;
	margin:0px;
	padding: 0px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
	font-size: 40px;
}

h2
{
	margin:0px;
	padding: 0px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}

h3
{
	margin:0px;
	padding: 0px;
	font-weight: 400;	
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
	color: #fff;

}

h4
{
	margin:0px;
	padding: 0px;
	font-weight: 400;	
	font-family: 'Montserrat', sans-serif;	
	line-height: 32px;
	color: #fff;
}


.contenedor1
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
  
  
.contenedor2
{
	width:50%;
	height:auto;
	box-sizing:border-box;
}
  
  
.contenedor3
{
	width: 33.33%;
	height:auto;
	box-sizing:border-box;
}

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

.contenedor6
{
	width:16.66%;
	height:auto;
	box-sizing:border-box;
}

.contenedor66
{
	width:66.6%;
	height:auto;
	box-sizing:border-box;
}

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

.parallax
{
	background-attachment:fixed;
	background-repeat: no-repeat;	
}

.ocultar_web
{
	display: none;	
}

.ocultar_movil
{
	display: block;	
}

.div_vinculo
{
	margin-right:30px; 
	font-weight: 700;
	font-size: 14px;
	display:flex; 
	align-items: center;
	justify-content:center;	
}

.div_vinculo:hover
{
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;	
	transition: all .2s ease;
	color: #722B87;	
}

.morado
{
	color: #722B87;	
}

.hemeroteca
{
	font-size: 14px;
	color: #fff;	
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;	
}

.hemeroteca:hover
{
	color: #722B87;
}

.boton_morado_fantasma
{
	display: block;
	width:90px; 
	box-sizing:border-box;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #722B87; 
	background-color: #722B87;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;	
	
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;	
}

.boton_morado_fantasma:hover
{
	background-color: transparent;	
	color: #000;
}

.flex_reverse
{
	flex-direction:row;	
}

.index_flex_grid
{	width: 33.33%;

	display:flex;  
	align-items:center; 
	justify-content:center; 
	flex-wrap:wrap; 
	position:relative;	
	padding-left: 5px;
	padding-right: 5px;
}

.img_principal_grande
{
	width: 100%;
	max-width:356.33px; 
	height: 230px; 
	position:relative;
	overflow: hidden;	
	background: no-repeat;
	
}

.img_principal_normal
{
	width: 33.33%;
	max-width:356.33px; 
	height: 182px; 
	position:relative;
	overflow: hidden;	
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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

.titulo_img_grande_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	background-color: rgba(0,0,0,0.4);
	line-height: 21px;
	font-size: 20px;	
	padding-right: 60px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}

.titulo_img_normal_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	line-height: 21px;
	font-size: 14px;	
	padding-right: 60px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}


.tag_noticia_grande
{
	display: block;
	position:absolute;
	padding: 5px;
	font-size: 10px;
	line-height: 13px;
	top: 20px;
	left: 20px;
	font-weight: 700;
	border: 1px solid #000; 
	color: #fff;
	background-color: #67267C;
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.tag_noticia_normal
{
	display: block;
	position:absolute;
	padding: 5px;
	font-size: 10px;
	line-height: 13px;
	top: 20px;
	left: 20px;
	font-weight: 700;
	border: 1px solid #000; 
	color: #fff;
	background-color: #67267C;

	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.tag_noticia_grande:hover
{
	background-color: #fff;
	color: #722B87;	
	border: 1px solid #fff; 
}

.tag_noticia_normal:hover
{
	background-color: #fff;
	color: #722B87;	
	border: 1px solid #fff; 
}

.fecha_noticia_grande
{
	position:absolute; 
	bottom:20px; 
	left: 20px;
	color:#fff;	
	background-color: rgba(0,0,0,0.4);
	padding-left: 5px;
	padding-right: 5px;
}

.fecha_noticia_normal
{
	position:absolute; 
	bottom:20px; 
	left: 20px;
	color:#fff;	
	background-color: rgba(0,0,0,0.4);
	padding-left: 5px;
	padding-right: 5px;
}


.img_principal_index
{
	width:50%;
	max-width:535px; 
	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;	
}

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

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


.titulo_img_principal_index
{
	width:100%;
	height:100px; 
	line-height: 18px;
	background-color: rgba(0,0,0, 0.5); 
	position:absolute; 
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 18px;	
}


.img_secundaria_index
{	
	width:33.33%;
	height:245px;
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	overflow: hidden;
}



.titulo_img_secundaria_index
{
	width:100%; 
	height:50px;
	line-height: 16px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute;
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 14px;	
}

.img_principal_seccion
{
	width:50%;
	height:360px; 
	position:relative;
	background-position:center;
	background-size:cover;	
	display:flex;
	justify-content: center;
}

.titulo_img_principal_seccion
{
	width:100%;
	height: 110px;
	position:absolute; 
	background-color: rgba(0,0,0,0.40);
	padding: 10px;
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	flex-direction: column;
	color:#fff; 
	text-align:center; 
	font-size: 28px;	
}

.reciente
{
	width:100%;
	height:115px;
	position:relative; 
	display:flex; 
	align-items:center; 
	justify-content:center;	
	background-size: cover;
	background-position: center;
}

.interesante
{
	margin-top:10px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	padding-left:5px; 
	padding-right: 5px; 
	box-sizing:border-box;	
}

.img_interesante
{
	width:100%;
	height:166.59px;
	position:relative; 
	box-sizing:border-box;
	background: no-repeat;
	background-size: cover;
	background-position: center;
	
}

.titulo_img_interesante
{
	width:100%; 
	height:100px; 
	background-color:rgba(0,0,0, 0.5); 
	position:absolute; 
	bottom:0px;  
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color: #fff;
	text-align:center; 
	font-size: 13px;  
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.contenido_index
{
	display:flex; 
	flex-direction:row; 
	padding-top:40px;	
}

.contenido_seccion
{
	display:flex; 
	flex-direction:row; 
	padding-top:40px;	
}

.pie
{
	display:flex; 
	justify-content:center;	
}

.sidefixed
{
	display:block;
	position:relative;
	
}

.sidefixed.toggle
{
	position: fixed;
	top: 0px;
	z-index: 10001;
}

.sidemovil
{
	display:none;	
}

/* ============ MENU PC ================= */

.vinculo_menu
{
	color: #fff;

	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;	
}

.vinculo_menu:hover
{
	color: #000;
}

.red_social
{
	font-size: 18px;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;		
}

.red_social:hover
{
	color: #fff;
}

.facebook
{
	color: #395CA9;	
}

.twitter
{
	color: #1DA1F2;	
}

.youtube
{
	color: #ff0000;
}

.facebook_pie
{
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;	
}

.twitter_pie
{
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;		
}

.youtube_pie
{
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;		
}

.facebook_pie:hover
{
	color: #4267B2;	
}

.twitter_pie:hover
{
	color: #1DA1F2;	
}

.youtube_pie:hover
{
	color: #FF0000;	
}

.div_centrado
{
	width:100%; 
	max-width:1070px;	
	height: auto;
	margin: 0 auto;
}

#menu_pc
{
	display: block;
	background-color: #fff;
	
}



#menu_movil
{
	display: none;
}

#menu_slide
{
	background-color: #fff;
	position:fixed; 
	z-index: 100000;
	top:-440px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
	
	
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	
}

#menu_slide.toggle
{
	top: 0px;
}

.noticia_reciente
{
	width: 100%;
	min-width: 320px; 
	height:auto; 
	display: block;
	padding-top:10px; 
	padding-bottom:10px; 
	box-sizing:border-box;	
}

.noticia_reciente:hover
{
	cursor:pointer;
	opacity: .8;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;		
}



.img_mas_leido
{
	width: 100%;
	max-width:100px; 
	height: auto;
}

.img_mas_leido:hover
{
	opacity: 0.8;	
}

.texto_mas_leido:hover
{
	opacity: 0.7;
}

#menu_inicio
{
	width:200px; 
	height:auto; 
	z-index: 10;
 	position:absolute; 
	left: 0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	flex-direction:column; 
	flex-wrap:no-wrap; 
	display:none; 
	-webkit-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);	
}

#menu_moda
{
	-webkit-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);	
}

#menu_entretenimiento
{
	-webkit-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);
	box-shadow: 0px 24px 30px -7px rgba(0,0,0,0.56);	
}

.sub_vinculo
{
	display:block; 
	cursor:pointer;	
	text-align: center;
	background-color: #fff;
	color: #000;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.sub_vinculo:hover
{
	background-color: #722B87;
	color: #fff;
}

.numeros_pag
{
	width:30px; 
	height:30px; 
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%; 
	color: #fff; 
	display:flex; 
	align-items:center; 
	justify-content: center; 
	background-color: #B0B0B0;  
	padding:10px;	
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.numeros_pag:hover
{
	background-color: #722B87;
}

.lupa
{
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.lupa:hover
{
	color: #722B87;	
	cursor: pointer;		
}

#div_buscador
{
	width:345px; 
	height:auto; 
	position: absolute;
	background-color: #fff; 
	padding:25px; 
	bottom:-100px; 
	right: 0; 
	display:flex; 
	align-items:center; 
	justify-content: center;
	display:none;
	z-index:100; 

	-webkit-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);	
}

#div_buscador_slide
{
	width:345px; 
	height:auto; 
	position: absolute;
	background-color: #fff; 
	padding:25px; 
	bottom:-75px; 
	right: 100px; 
	display:flex; 
	align-items:center; 
	justify-content: center;
	display:none;
		z-index:100; 

	-webkit-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);	
}


#div_buscador_movil
{
	width:100%; 
	height:auto; 
	background-color: #fff; 
	margin-top: 25px;
	padding:25px; 
	display:flex; 
	align-items:center; 
	justify-content: center;
	display:none;
	z-index:100; 

	-webkit-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);
	box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.27);	
}

.boton_buscar
{
	width:70px; 
	height:25px; 
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	display:flex; 
	color: #fff; 
	cursor: pointer;
	background-color: #222222; 
	align-items:center; 
	justify-content:center;	
	
	
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.boton_buscar:hover
{
	background-color: #71c4b7;
}




/* /MENU PC */





/*	 PIE		*/



/* 	PIE 		*/

.tag_noticia_principal
{
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	border: 1px solid #000; 
	display:flex; 
	align-items:center; 
	justify-content:center;	
	color: #fff;
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.tag_noticia_principal:hover
{
	background-color: #fff;
	color: #722B87;	
	border: 1px solid #fff; 
}

.tag
{
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	border: 1px solid #000; 
	display:flex; 
	align-items:center; 
	justify-content:center;	
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.tag:hover
{
	cursor: pointer;
	color: #fff;
	background-color:  #722B87;	
}

.noticia_siguiente
{
	font-size: 16px;
}

.noticia_siguiente:hover
{
	color:  #722B87;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.textbox_comentario
{
  width:100%; 
  height: auto;
	
  border: 3px solid #000;
  padding:10px;
  box-sizing:border-box;
  resize: none;
  background-repeat:no-repeat;
  background-color: transparent;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

.titulo_noticia:hover
{
	color: #722B87;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.imagen_noticia
{
	display:block; 
	margin: 0 auto;
	margin-top:20px;	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.imagen_noticia:hover
{
	opacity: 0.9;	
}

.texto_noticia
{
	display:block; 
	margin-top:30px; 
	color: #000; 
	font-size:14px;	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.texto_noticia:hover
{
	color: #722B87;	
}

.imagen_noticia_pequena
{
	max-width: 325px;
	margin-right:30px;	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.imagen_noticia_pequena:hover
{
	opacity: 0.8;
}

.texto_noticia_pequena
{
	display:block; 
	line-height:16px; 
	font-size:13px;
	color: #777777;	
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}

.texto_noticia_pequena:hover
{
	color: #722B87;	
}


.en_medios:hover
{
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	color: #722B87;	
}

.menu_impresion
{
	display:block;	
}

.url_impresion
{
	display:none;	
}



.tags
{
	width:100%; height:auto; margin-top: 45px; margin-bottom:45px; padding-left: 25px; border: 1px solid #EDEDED; display:flex; align-items:center; justify-content:flex-start; flex-wrap:wrap;	
}

.noticias_siguientes
{
	display: block;	
}


.seccion_print
{
	width: 100%;
}

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


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


.foto1
{
	width:100%;
	height:180px;

	box-sizing:border-box;
}





/* ************		PC 		***********	*/



/*

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












/* TABLET */


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


.contenedor1
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor2
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
  
.contenedor3
{
	width:100%;
	height:270px;
	box-sizing:border-box;
}

.contenedor4
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor6
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor66
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor75
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}



.index_flex_grid
{
	width: 33.33%;
	flex-wrap:wrap; 
	flex-direction:row; 
}

.img_principal_grande
{
	width:100%; 
	height: 200px; 
}

.img_principal_normal
{
	width:33.33%; 
	height: 270px; 
	position:relative;
	overflow: hidden;	
}

.titulo_img_grande_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	line-height:21px;
	font-size: 20px;	
	padding-right: 60px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}

.titulo_img_principal_index
{
	width:100%;
	height:70px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute; 
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 16px;	
}

.titulo_img_normal_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	line-height: 21px;
	font-size: 20px;	
	padding-right: 60px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}


.img_principal_index
{
	width:50%;
	max-width:535px; 
	height:250px; 
	position:relative;
	background-position:center;
	
	display: flex;
	align-items:center;
	justify-content: center;
}

.img_principal_index:hover
{
	cursor:pointer;
}

.titulo_img_principal_index
{
	width:100%;
	height:70px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute; 
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 16px;	
}

.img_secundaria_index
{
	width: 33.33%;
	max-width:356.33px; 
	height:200px;
}

.titulo_img_secundaria_index
{
	width:100%; 
	height:50px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute;
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 14px;	
}

.img_interesante
{
	height:145px;
}


.div_centrado
{
	width:100%; 
	max-width:1070px;
	padding-left:50px;
	padding-right: 50px;
	height: auto;
	margin: 0 auto;
}


.noticia_reciente
{
	width: 100%;
	height:auto;
	padding-top:10px; 
	padding-bottom:10px; 
	box-sizing:border-box;	
}

.noticia_reciente:hover
{
	cursor: pointer; 	
}

.sidemovil
{
	display:none;	
}

.sidefixed
{
	display:block;
	position:relative;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;	
}


}

/* /TABLET */





/* IMPRESION */

@media print
{
	
.menu_impresion
{
	display:none;	
}
	  
.url_impresion
{
	font-size: 14px;
	text-align: center;
	display:block;	
	border-bottom:  1px solid black;
}

.sidebar_index
{
	display:none;	
}
	  
.pie
{
	display: none;	
}

.tags
{
	display: none;	
}

.noticias_siguientes
{
	display: none;	
}


.vinculo_menu
{
	width: 50%; 
	height:auto; 
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	display:flex; 
	color: #fff;
	align-items:center; 
	justify-content:flex-start; 
}

	  
}

/* IMPRESION */










/* ************		MOVIL ***********	*/


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

.img_principal_index
{
	width:90%;
	max-width:535px; 
	height:250px; 
	position:relative;
	background-position:center;
	background-size:cover;	
}

#menu_pc
{
	display: none;
}

#menu_slide
{
	display: none;
}

#menu_movil
{
	display: block;
}

.vinculo_menu
{
	width: 50%; 
	height:auto; 
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	display:flex; 
	color: #fff;
	align-items:center; 
	justify-content:flex-start; 
}


.contenedor1
{
	width:100%;
	height:auto;
	box-sizing:border-box;	  
}
  
.contenedor2
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
  
.contenedor3
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor4
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor6
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}


.contenedor66
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.contenedor75
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.div_centrado
{
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	margin: 0 auto;
}

.flex_reverse
{
	flex-direction:column;	
}

.index_flex_grid
{
	width: 100%;
	margin-top: 20px;
	flex-wrap:no-wrap; 
	flex-direction:column; 
}

.img_principal_grande
{
	width:100%; 
	height: 180px; 
}


.img_principal_index
{
	width:100%;
	max-width:535px; 
	height:200px; 
	position:relative;
	background-position:center;
	background-size:cover;	
}


.titulo_img_grande_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	line-height:21px;
	font-size: 16px;	
	padding-right: 60px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}

.titulo_img_normal_index
{
	font-family:  Verdana, sans-serif;
	color:#fff; 
	line-height: 21px;
	font-size: 16px;	
	padding-right: 60px;
	display:block; 
	position:absolute; 
	top: 50px;
	left:20px;
}


.titulo_img_principal_index
{
	width:100%;
	height:50px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute; 
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 12px;	
}

.img_secundaria_index
{
	width:100%;
	height:200px;
	max-width:535px;
}



.titulo_img_secundaria_index
{
	width:100%; 
	height:50px; 
	background-color: rgba(0,0,0, 0.5); 
	position:absolute;
	bottom:0px; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	color:#fff; 
	text-align:center; 
	font-size: 14px;	
}


.interesante
{
	flex-direction:column;
}

.img_interesante
{
	height:180px;
}

.contenido_index
{
	flex-direction:column; 
}

.contenido_seccion
{
	flex-direction:column; 
}

.sidebar_index
{
	margin-top: 100px;	
}

.pie
{
	display:flex; 
	justify-content:center;	
	flex-direction: column;
}

.sidefixed
{
	display:none;
}

.sidemovil
{
	display:block;	
}

.img_principal_seccion
{
	width:100%;
	height:360px; 
	position:relative;
	background-position:center;
	background-size:cover;	
	display:flex;
	justify-content: center;
}


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


}

/* 	MOVIL 	*/











