@font-face
{
font-family: noto-regular;
src: url(../fonts/Noto_Sans/NotoSans-Regular.ttf);
font-style:normal;
}
@font-face
{
font-family: noto-bold;
src: url(../fonts/Noto_Sans/NotoSans-Bold.ttf);
font-style:bold;
}
@font-face
{
font-family: libre-regular;
src: url(../fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf);
font-style:bold;
}

a
{
text-decoration: none;
}



.boton_negro_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	font-family: noto-regular; 
	background-color:#40404b;
	border-radius: 5px;
	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;
}


.norep
{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #888;
}






.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;
	text-align: center;
}
.VentanaModal.toggle
{
	display:flex;
}

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




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





/* ==========	CONTENEDORES	========== */

.cont-1
{
width: 100%;
height: auto;
box-sizing: border-box;
float: left;
}
.cont-2
{
width: 50%;
height: auto;
box-sizing: border-box;
float: left;
}
.cont-3
{
width: 33.33%;
height: auto;
box-sizing: border-box;
float: left;
}
.cont-4
{
width: 25%;
height: auto;
box-sizing: border-box;
float: left;
}
/* ==========	/CONTENEDORES	========== */

.widthmenos80
{
	width: calc(25% - 80px);
}

.widthmas80
{
	width: calc(25% + 80px);
}

.menu-top
{
height: auto;
position: relative;
padding: 0px 90px 0px;
font-size: 16px;
display: flex;
border-bottom:1px solid #e5e5e5;
background-color:#fff;
}

.cont-txt-top
{
height: inherit;
padding-top: 15px;
text-align: center; 
display: flex; 
align-items: flex-start; 
justify-content: flex-start;
}

.menu-top-txt
{
padding: 0 20px;
font-family: noto-regular;
font-size: 14px;
color: #B20A01;
text-decoration: none;
border-right:1px solid #e5e5e5;
}

.menu-top-txt:hover
{
color:#000;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.lupa
{
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #ededed;
color: #000;
}

.lupa:hover
{
	background-color: #B20A01;
	color: #fff;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.magnifying-glass
{
color: #000;
}

.menu-top-src
{ 
padding: 10px;
height: 50px;
border-style:none;
border-color:transparent;
border-image:none;
outline: none;
background-color: #ededed;
}

.logo
{
background-color: #fff;
padding: 20px 90px 0px;
display: flex;
justify-content: center;
align-items: center;
}

.fecha
{
padding-left: 17px;
height: auto;
position: relative;
color: #6D6D6D;
background-color: #fff; 
margin-bottom: 6px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
}

nav li {
    float: left;
    border-right:1px solid #bbb;
}

nav li:last-child {
    border-right: none;
}

nav li a {
    display: flex;
	align-items: center;
	font-family: noto-bold;
	font-size: 16px;
    color: white;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
	height: 60px;
}

nav li a:hover:not(.active) {
    background-color: #111;
	color: #B20A01;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.active {
    background-color: #B20A01;
}

/* menu desplegable */

nav ul li ul {
 display:none;
 position:absolute;
 top:100%;
 background:#000;
 padding:0;
}

/* items del menu desplegable */

nav ul ul li {
 float:none;
 width:150px
}

/* enlaces de los items del menu desplegable */

nav ul ul a {
 line-height:120%;
 padding:0px 10px;
}

/* items del menu desplegable al pasar el ratón */

nav ul li:hover > ul {
 display:block;
}

/*
.menu
{
background-color: #000;
height: 60px;
display:flex;
padding-left: 15px;
}

.menu > div > a
{
color: #fff;
font-family: noto-bold;
font-size: 16px;
padding: 0 10px;
}

.menu > div
{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
height: inherit;
}
.menu > div:hover
{
color: #B20A01!important;
background-color: #242424;
webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s ease;
}

.menu > div > a:hover
{
color: #B20A01!important;

	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}
*/
.menu-redes
{
background-color: #000;
height: 60px;
position: relative;
padding-right: 15px;
display: flex;
justify-content:flex-end;
align-items: center;
}

.menu-redes > a > span:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.menu-redes-resp > a > span:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-facebook:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-twitter:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-youtube:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-facebook-with-circle:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-twitter-with-circle:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icon-youtube-with-circle:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.menu-redes-resp
{
display: none;
}

.ocultar
{
display: none;
}

.menu_moviles
{
display: none;
}

#c1
{
	padding-top:25px; 
	padding-bottom:25px;
}

#centrar
{
	width:1200px; 
	height:auto; 
	margin:0 auto;
	overflow: hidden;
}

#centrar-art
{
	width:1170px; 
	height:auto; 
	margin:0 auto;
	overflow: hidden;
}

#c3
{
  width:800px; 
  height:600px; 
  float:left; 
  padding:15px;  
  box-sizing:border-box;
}

#c4
{
	width:400px; 
	height:600px; 
	float:left;
}

#c4-1
{
  width:400px; 
  height:300px; 
  float:left; 
  padding:15px; 
  box-sizing:border-box;
}

.breve
{
	font-size: 14px;
	font-family: libre-regular;
	color:  #B20A01;
	display: inline-block;
}

.encabezado
{
	font-size: 24px;
	font-family: libre-regular;
	color:  #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 30px;
}

.encabezado:hover
{
	text-decoration: underline #B20A01;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}
.encabezado2
{
	font-size: 24px;
	font-family: libre-regular;
	color:  #000;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 30px;
}

.encabezado2:hover
{
	color: #B20A01;
	text-decoration: underline #000;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.fecha-admin
{
font-size: 12px;
font-family: noto-regular;
color:  #B20A01;
margin-bottom: 15px;
display: inline-block;
}

.descripcion
{
font-size: 14px;
font-family: noto-regular;
line-height: 20px;
display: block;
}


.digital-not
{
padding-top: 30px;
height: auto;
width: 100%;
}

.tamaulipas-not
{
padding-top: 30px;
padding-bottom: 25px;
}

.not-tamp-1
{
width: auto;
height: 320px;
background-color: #888888;
}

.not-tamp-2
{
width: auto;
height: 320px;
background-color: #888;
}

.leer-mas
{
background-color: #B20A01;
color: #fff;
font-family: noto-regular;
font-size: 16px;
padding: 10px 25px;
margin: 20px 0;
border-radius: 5px;
}

.leer-mas:hover
{
	background-color: #fff;
	color: #B20A01;
	border-color:#B20A01;
	border-style: solid;
	border-width:thin;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.art-70
{
width: 70%; 
height: auto; 
float: left; 
box-sizing: border-box;
padding-right: 15px;
}

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

padding-left: 15px;
}

.redes
{
width: 100%;
padding: 0px 0px 15px 0px;
border-bottom: 2px solid #000000;
}


.redes > span > a:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.secciones-lateral
{
border-bottom: 2px solid #000000;
padding-top: 15px;
}


.lat-not
{
width: 100%;
height: auto;
float: left;

box-sizing: border-box;
padding-bottom: 15px;
border-bottom:1px solid #e5e5e5;
}

.lat-img
{
width: 100px;
height: 70px;
margin: 10px 10px 0 0;
float: left;
box-sizing: border-box;
background-color: #888;
}

.lat-txt
{
width:50%;
height: auto;
float: left;
box-sizing: border-box;
padding-bottom: 15px;
}

.lat-txt > span
{
margin-top: 5px;
}

footer
{
background-color: #000;
}

.pie-sub
{
color:  #fff;
font-family: noto-bold;
font-size: 16px;
margin-bottom: 10px;
}


.pie-grande
{
padding-top: 70px;
padding-bottom: 55px;
border-bottom:.5px solid #888;
display: flex;
flex-direction: row;
}

.pie-25
{
padding: 10px 20px;
}



.pie-txt
{
font-family: libre-regular;
font-family: 18px;
}

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

.pie-pequeno
{
padding: 15px 0;
display: flex; 
justify-content: center; 
align-items: center;
}

.img-slider
{
width: 100%; 
height: 500px;
}

.hemeroteca
{
font-family: noto-regular; 
color: #fff; 
font-size: 14px;
}

.hemeroteca:hover
{
	color:  #B20A01;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.src
{
display: flex;
justify-content: flex-end;
align-items: flex-end;
}


.sub-titulo
{

	font-size: 12px; 
	color: #888888; 
	display: block;
	margin-top: 20px;
}

.titulo
{
	margin-bottom: 25px;
	display: block;
	margin-top: 5px;
	font-family: libre-regular;
	font-size: 20px;
	color:  #B20A01;
}

.categoria
{
	display: block;
	font-family: noto-bold;
	font-size: 14px;
	color: #B20A01;
	margin-top: 20px;
}


.not-1
{
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.not-2
{
	padding-left: 15px;

}

.cambio
{
	border-radius: 5px;
	border-style: solid; 
	border-color: #000; 
	border-width: thin;
	font-family: noto-bold; 
	font-size: 16px; 
	color: #000;
	padding: 15px;
}

.cambio:hover
{
	color: #B20A01;
	border-style: solid;
	border-color: #B20A01!important;
	border-width: thin;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.wea
{
	margin-top: 65px;
}

.img-noticia
{
	width: 100%; 
	height: 503px;
	background-color: #D9D9D9; 
	
	margin-bottom: 15px;
}

select
{
	width:100%;
	box-sizing:border-box;
	background: #fff url(../image/arrow.png);
	background-position:99.5% center;
	background-repeat: no-repeat;
	padding: 10px;
	font-family: pt-sans; 
	font-size:12px;
	border:1px solid #A9A9A9;
	-webkit-appearance: none;
	border-radius:0px;
}
select:hover
{
 	outline:none;
}
select:focus
{
 	outline:none;
}

.heme-campo-1
{
	width: calc(90% - 23px); 
	height: auto; 
	padding: 10px; 
	margin-top: 15px; 
	outline: none;
}

.heme-campo-2
{
	width: 90%; 
	height: auto; 
	padding: 12.5px; 
	font-family: noto-regular; 
	margin-top: 15px; 
	outline: none;
}

.cont-4-2
{
	width: 25%; 
	height: auto; 
	box-sizing: border-box; 
	float: left; 
	padding: 10px 0px;
}

.menu-padre-emergente:hover > .menu-emergente
{
	display: block;
}

.menu-emergente
{
	display: none;
}

.cont-3 > a
{
color:  #B20A01;
font-family: noto-regular;
font-size: 16px;
line-height: 25px;
}

.cont-3 > a:hover
{
	color:  #fff;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.titulos-int
{
	font-family: libre-regular; 
	font-size: 40px; 
	line-height: 60px; 
	color: #000; 
	margin-bottom: 15px; 
	display: block;
}

.ocultar-no-print
{
	display: none;
}

@media print 
{
.ocultar-print
{
	display: none;
}

.mas-tamano-print
{
	width: 100%;
	color: black;
	padding-right: 60px;
}

.img-print
{
	width: 50%!important;	
}

.ocultar-no-print
{
	display: block;
}

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

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

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

.column
{
	flex-direction:row;
}

/* ==========	IPAD	========== */

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



.cont-4
{
width: 100%;
height: auto;
box-sizing: border-box;
float: left;	
}

.menu
{
background-color: #000;
height: 60px;
width: 100%!important;
display:flex;
justify-content: center;
align-items: center;
padding: 0.5px 100px;
}

nav li a {
	font-family: noto-regular;
}


.menu-redes
{
display: none;
}

.fecha
{
height: auto;
position: relative;
color: #6D6D6D;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff; 
margin: 5px;
padding: 0;
}

.menu-redes-resp
{
height: 60px;
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.menu-redes-resp > span
{
margin: 10px;
}

.icon-facebook
{
margin: 10px;
}

.icon-twitter
{
margin: 10px;
}

.icon-youtube
{
margin: 10px;
}

.ocultar
{
display: flex;
}



.not-pequena
{
width: 100%;
}

	
.not-tamp-1
{
max-width: 100%;
}

.not-tamp-2
{
max-width: 100%;
}

.pie-grande
{
flex-direction: column;
}

.pie-25
{

}


.menu-top-src
{ 
padding: 10px;
height: 50px;
border-style:none;
border-color:transparent;
border-image:none;
outline: none;
background-color: #ededed;
}

.art-70
{
width: 690px;
padding-left: 15px;
}

.art-30
{
width: 220px;
padding-right: 15px;
}

.not-principal
{
display: flex;
flex-wrap: wrap;
padding: 10px;
}

.articulo
{
height: auto;
padding: 0px 15px 0px;
}

.pie-pequeno
{
	padding: 15px 20px; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.menu-top
{
	padding:0  40px;
}

#centrar
{
	width: 940px;
}

#centrar-art
{
	width: 910px;
}
	
#c3
{
	width: 630px; 
	height: 430px; 
	padding: 15px; 
	float: left; 
	box-sizing: border-box;
}

#c4
{
	width: 310px; 
	height: 430px; 
	float: left; 
	box-sizing: border-box;
}

#c4-1
{
	width: 310px;
	padding: 15px; 
	height: 215px;
}

.cont-txt-top
{
	align-items: center;
	justify-content: center;
}
.src
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.encabezado
{
font-size: 18px;
}

.img-noticia
{
	height: 452px;
}
	
.widthmenos80
{
	width: 100%;
}

.widthmas80
{
	width: 100%;
}

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

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

/* ==========	/IPAD	========== */

















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

.pie-pequeno
{
padding: 10px 100px; 
display: flex; 
justify-content:center; 
align-items: center;
flex-direction: column;
}
	
.menu-top
{
height: auto;
position: relative;
font-size: 16px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom:1px solid #e5e5e5;
background-color:#fff;
}


}

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

.menu-top
{
border-bottom: none;
}		
}





/* ==========	MOVILES	========== */

@media only screen and (max-width:760px){
.cont-2
{
width: 100%;
height: auto;
box-sizing: border-box;
float: left;	
}
	
.cont-3
{
width: 100%;
}
	
.menu
{
display: none;
}

.menu_moviles
{
display: inline-block;
overflow:hidden;
background-color: #000;
box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.11);
}
	
.menu-top-txt
{
padding-top: 15px;
padding-bottom: 15px;
border-left: none;
border-right: none;
}

.ocultar
{
display: flex;
}

.menu-redes-resp
{
display: none;
}


#contenedor_de_vinculos
{
background-color:#242424; 
display:none; 
width: 100%;
margin: 0 auto; 
padding-top:1px;
box-sizing:border-box;
float: left;
}

.vinculo_menu_movil
{
padding: 15px 5px 15px 20px;
border-bottom:1px solid #333;
color: #fff;
font-size: 16px;
font-family:noto-regular;
}

.vinculo_menu_movil:hover
{
	color: #B20A01;
	background-color: #424242;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.icono-menu
{
height: 60px;
width: 100%;
box-sizing: border-box;
float: left;
padding-left: 15px;
padding-right: 15px;
background-color:#000;
margin-bottom:0px;
margin-top: 0px;
display: flex;
justify-content: space-between;
align-items: center;
}
	
.icon-menu
{
cursor: pointer;

}

.icon-menu:hover
{
	color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}

.redes-mov
{
height: auto;
width: auto;
float: right;
display: flex;
justify-content: center;
align-items: center;
}

.redes-mov > a > span:hover
{
color: #B20A01!important;
	webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s ease;
}


.cont-4
{
width: 100%;
}

.pie-pequeno
{
padding: 10px 50px; 
display: flex; 
justify-content: center; 
align-items: center;
text-align: center;
flex-direction: column;
}


.img-slider
{
width: 100%; 
height: 398px;
}

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

.menu-top
{
padding:0  15px;
}

#c1
{
	padding-top:5px; 
	padding-bottom:35px;
}

#centrar
{
	width: 100%;
}

#centrar-art
{
	width: 100%;
}
	
#c3
{
	width: 100%; 
	height: 300px; 
	padding: 5px 15px; 
	float: left; 
	box-sizing: border-box;
}

#c4
{
	width: 100%; 
	height: 600px; 
	float: left; 
	box-sizing: border-box;
}

#c4-1
{
	width: 100%;
	padding: 5px 15px; 
	height: 300px;
}

.cont-txt-top
{
	margin-bottom: 13px;
}

input
{
	width: 100%;
}

.fecha
{
	margin: 20px 0;
}

.padding-0
	{
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	
.not-1
{
	width: 100%;
	padding: 0 0 12 0!important;
	margin-top: 10px;
}
.not-2
{
	width: 100%;
	padding-left: 0px;
	padding-top: 25px;
	padding-bottom: 12px;
}

.art-70
{
width: 100%; 
}

.art-30
{
width: 100%;
}

.redes
{

margin-top: 0px!important;
}
	
.img-noticia
{
	height: 222px;
}
	
.img-src
{
	height: 65px!important;
}

.cont-4-2
{
	width: 100%;
}

.heme-campo-1
{
	width: calc(100% - 23px);
}
	
.heme-campo-2
{
	width: 100%;
}

.titulos-int
{
	font-family: libre-regular; 
	font-size: 30px; 
	line-height: 60px; 
	color: #000; 
	margin-bottom: 15px; 
	display: block;
}
	
.galeria_noticia
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	padding-right:0px;
	margin-top:25px;
}

.foto1
{
	width:100%;
	height:200px;
	box-sizing:border-box;
}
	
.separacion
{
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}
	
.column
{
	flex-direction:column;
}
	
.cambio
{
	font-size: 14px; 
}


}

/* ==========	/MOVILES	========== */
