html,
body{
	margin:0;
	padding:0;
}
*{
	font-family:arial;
	box-sizing:border-box;
	text-size-adjust:none;
	outline: none;
}

/** SCROLL **/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #363636;
}
::-webkit-scrollbar-thumb {
    background: #3488dc; 
}
::-webkit-scrollbar-thumb:hover {
    background: #3488dc94; 
}

/** ULTIMO MOMENTO **/
.ultimo_momento{
    position: relative;
	background: red;
    color: #FFF;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
	font-size:17px;
	border-radius:5px;
}
.ultimo_momento .cerrar_ultimo_momento{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ultimo_momento h2{
	margin: 0;
    font-size: 20px;
    padding-bottom: 1vw;
    font-weight: normal;
}

/** HEADER **/
header{
	position:relative;
	display:block;
	width:100%;
	background:#FFF;
	z-index:80;
}
header .celeste{
	position:relative;
	width:100%;
	height: 75px;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	/*
	padding:5px;
	*/
	padding-left:10px;
	background-image:url(../images/bkgHeader.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
header .celeste a{
	position: absolute;
	width: 450px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 2px;
	text-align: center;
	font-size:53px;
	font-weight:bold;
	color:rgb(2,92,181);
	text-decoration:none;
	/*
	font-family: 'Roboto Condensed', sans-serif;
	*/
	letter-spacing: -4px;
}
header .celeste a span{
	/*
	font-family: 'Roboto Condensed', sans-serif;
	*/
	font-weight:bolder;
	color:#000000;
}
header .celeste .redes{
	float:left;
	margin-right:10px;
	margin-top: 5px;
}
header .celeste .redes a,
header .celeste .redes img{
	position:relative;
	float:none;
	margin:0;
	width:30px;
	height:30px;
	margin-left:5px;
}
header .celeste .buscar{
	float:right;
	margin-left:25px;
	margin-right: 13px;
	margin-top: 15px;
}
header .celeste .buscar img{
	width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
	cursor:pointer;
}
header .celeste .menuResp{
	display:none;
}
header .blanco{
	width:100%;
	height:50px;
	font-size:35px;
	color:#3488dc;
	padding:6px;
	border-bottom:solid 3px #3488dc;
	padding-left:10px;
	padding-bottom: 0;
}
header .blanco a{
	font-size:35px;
	color:#3488dc;
	text-decoration:none;
	font-weight: bold;
}
header .blanco .redes{
	display:none;
}
header .blanco nav{
	display:block;
	width: 100%;
    text-align: justify;
	font-weight: bold;
	font-size: 25px;
}
header .blanco nav:after{
	content: "";
    display: inline-block;
    width: 100%;
}
header .blanco nav a{
	text-decoration:none;
	font-size:19px;
	color:#363636;
	padding:5px 10px;
	transition:0.1s;
	vertical-align: middle;
	word-spacing: 5px !important;
    display: inline-block;
	border-radius:4px;
	border:solid 1.5px #FFFFFF;
}
header .blanco nav .seleccionado,
header .blanco nav a:hover{
	color:#3488dc;
	border:solid 1.5px #3488dc;
}
#frmBusquedaEnc{
	display:none;
	position: absolute;
    top: 59px;
    right: -2px;
    background: #FFF;
    overflow: hidden;
    width: 411px;
    border-top-left-radius: 9px;
	z-index:20;
	padding:10px;
}
#frmBusquedaEnc input[type=text]{
	width: 300px;
    padding: 10px;
    border: solid 1.5px #3488dc;
    border-radius: 5px;
    font-size: 15px;
    color: rgb(149 149 149);
}
#frmBusquedaEnc input[type=button]{
    font-size: 15px;
    padding: 10px 20px;
    color: #FFF;
    background: #3488dc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.encFixed{
	position:fixed;
	display:table;
	top:0;
	font-size:2.5vmax;
	color:#FFFFFF;
	width:100%;
	background: #025cb5;
	padding:0.3vmax 1vmax;
	z-index:70;
}
.encFixed .logoFixed{
	display:table-cell;
	width:20vw;
}
.encFixed .logoFixed a{
	text-decoration:none;
	font-size:2.3vmax;
	color:#FFFFFF;
}
.encFixed .redesFixed{
	display:table-cell;
	text-align:center;
	font-size:1.3vmax;
	vertical-align: middle;
}
.encFixed .redesFixed img{
	height:2vmax;
	margin-left:1vw;
	cursor:pointer;
	vertical-align: middle;
	margin-left: 1.5vw;
}
.encFixed .accionesFixed{
	display:table-cell;
	width:20vw;
	text-align:right;
}
.encFixed .accionesFixed img{
	/*
	height:1.5vmax;
	margin-left:1vw;
	*/
	height: 1.8vmax;
	margin-left: 0.7vw;
	cursor:pointer;
}
.buscarFixed{
	position:fixed;
	display:none;
	width:20vmax;
	background: #025cb5;
	z-index:80;
	border-radius:5px;
	padding: 0.7vmax;
	/* top:4vmax; */
	top:3.4vmax;
	/* right:0.5vmax; */
	right:0;
}
.buscarFixed input[type=text]{
	width:100%;
	padding:5px 10px;
	font-size:1vmax;
	border:none;
	border-radius:5px;
	margin-bottom:10px;
}
.buscarFixed input[type=button]{
	width:100%;
	color:#FFF;
	border:none;
	background:transparent;
	font-size:1.3vmax;
	text-align:right;
	cursor:pointer;
}
.menuFixed{
	position:fixed;
	display:none;
	width:20vmax;
	background: #025cb5;
	z-index:80;
	border-radius:5px;
	/* top:4vmax; */
	top:3.4vmax;
	/* right:0.5vmax; */
	right:0;
}
.menuFixed a{
	display:block;
	font-size:1.3vmax;
	padding:1vmax 1.5vmax;
	color:#FFFFFF;
	text-decoration:none;
	border-radius:5px;
}
.menuFixed a:hover,
.menuFixed .seleccionado{
	background:#000000;
}
.compartirMailFixed{
	position:fixed;
	display:none;
	width:20vmax;
	background: #025cb5;
	z-index:80;
	border-radius:5px;
	padding: 0.7vmax;
	/* top:4vmax; */
	top:3.4vmax;
	/* right:0.5vmax; */
	right:0;
}
.compartirMailFixed input[type=text]{
	display:block;
	width:100%;
	padding:5px 10px;
	font-size:1vmax;
	border:none;
	border-radius:5px;
	vertical-align:top;
	margin-bottom:10px;
}
.compartirMailFixed input[type=button]{
	display:block;
	width:100%;
	color:#FFF;
	border:none;
	background:transparent;
	font-size:1.3vmax;
	text-align:right;
	cursor:pointer;
}

/** HOME **/
.principalesHome{
	display:table;
	width:100%;
	margin-top:30px;
	padding:0 20px;
}
.principalesHome .izq,
.principalesHome .der{
	display:table-cell;
	position:relative;
	padding:0 15px;
	padding-bottom:50px;
}
.principalesHome .izq{
	width:66%;
}
.principalesHome .der{
	width:34%;
}
.principalesHome .top{
	position:absolute;
	top:0;
	left:10px;
	right:10px;
	font-size:15px;
	color:#363636;
	background:rgba(255, 255, 255, 0.9);
	padding:5px 10px;
}
.principalesHome .top .fecha{
	float:right;
}
.principalesHome .top .fecha span{
	color:#3488dc;
}
.principalesHome .imagen{
	width:100%;
	height:25vw;
	background-image: url(../images/noticias/nofotogremiales.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.principalesHome .texto{
	position:absolute;
	bottom:0;
	left:10%;
	right:10%;
	padding:10px;
	background:rgba(52, 136, 220, 0.95);
	color:#FFF;
	font-size:17px;
	text-align:center;
	line-height:1.5;
}
.principalesHome .noticia{
	position:relative;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
}
.principalesHome .noticia .fecha{
	position:absolute;
	display:inline-block;
	top:0;
	left:0;
	padding:5px;
	color:#363636;
	font-size:15px;
	background:rgba(255, 255, 255, 0.9);
	z-index:3;
}
.principalesHome .noticia .fecha span{
	color:#3488dc;
}
.principalesHome .noticia .redes{
	position:absolute;
	top:5px;
	right:10px;
	width:40px;
	height:40px;
	overflow:hidden;
	transition:0.3s;
	z-index:3;
	background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 47px;
    background-size: 35px;
    background-image: url(../images/iconos/shareBlanco.png);
    text-align: center;
}
.principalesHome .noticia .redes:hover{
	height:130px;
	overflow: hidden;
	background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #FFFFFF;
    background-size: 31px;
    background-image: url(../images/iconos/shareAzul.png);
}
.principalesHome .noticia .redes img:first-child{
	display: none;
}
.principalesHome .noticia .redes img{
	height:32px;
	margin-bottom:10px;
}
.principalesHome .noticia .imagen{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image: url(../images/noticias/nofotogremiales.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:1;
}
.principalesHome .noticia .imagen img{
	position:absolute;
	top:calc(50% - 97px);
	left:calc(50% - 45px);
}
.principalesHome .noticia .texto{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:110px;
	padding:15px;
	transition:0.3s;
	z-index:1;
}
.principalesHome .noticia .texto .titulo{
	width:100%;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}
.principalesHome .noticia .texto .subtitulo{
	display:none;
	width:100%;
	color:#FFF;
	font-size:20px;
	text-align:center;
}
.principalesHome .noticia:hover .texto{
	height:calc(25vw - 25px);
	padding-top:60px;
}
.principalesHome .noticia:hover .texto .subtitulo{
	display:block;
	margin-top:20px;
	overflow: hidden;
	margin-top: 7px;
}
.principalesHome .noticia_destacadosTop1{
	width: calc(60vw - 50px);
    height: calc(25vw - 25px);
}
.principalesHome .noticia_destacadosTop2{
    float:right;
	width: calc(40vw - 50px);
    height: calc(25vw - 25px);
}
#HomeContenidoRESP{
	display:none;
}
#HomeContenidoPC{
	display:table;
}

/** LISTADOS **/
.contenido{
	display:table;
	width:100%;
	margin-top:5px;
}
.contenido .listado{
	display:table-cell;
	width:75vw;
	padding:20px;
	vertical-align:top;
}
.contenido .listado .titulo{
	width:calc(100% - 15px);
	font-size:20px;
	font-weight:bold;
	color:#3488dc;
	border-bottom:solid 3px #3488dc;
	padding-bottom:3px;
	margin-bottom:20px;
}
.contenido .listado .noticia_col1{
	width:calc(25vw - 25px);
	height:calc(25vw - 25px);
	margin-right:10px;
}
.contenido .listado .noticia_col1_des,
.contenido .listado .noticia_col1_desn{
	width:calc(25vw - 37px);
	height:calc(25vw - 25px);
	margin-left:10px;
	margin-right:10px;
}
.contenido .listado .noticia_col2{
	width:calc(50vw - 40px);
	height:calc(25vw - 25px);
	margin-right:10px;
}
.contenido .listado .noticia_col_video,
.contenido .listado .noticia_col_audio{
	width:calc(18.75vw - 22px);
	height:calc(18.75vw - 22px);
	margin-right:10px;
}
.contenido .listado .noticia{
	position:relative;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
}
.contenido .listado .noticia .fecha{
	position:absolute;
	display:inline-block;
	top:0;
	left:0;
	padding:5px;
	color:#363636;
	font-size:15px;
	background:rgba(255, 255, 255, 0.9);
	z-index:3;
}
.contenido .listado .noticia .fecha span{
	color:#3488dc;
}
.contenido .listado .noticia .redes{
	position:absolute;
	top:5px;
	right:10px;
	width:40px;
	height:40px;
	overflow:hidden;
	transition:0.3s;
	z-index:3;
	background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 47px;
    background-size: 35px;
    background-image: url(../images/iconos/shareBlanco.png);
    text-align: center;
}
.contenido .listado .noticia .redes:hover{
	height:130px;
	overflow: hidden;
	background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #FFFFFF;
    background-size: 31px;
    background-image: url(../images/iconos/shareAzul.png);
}
.contenido .listado .noticia .redes img:first-child{
	display: none;
}
.contenido .listado .noticia .redes img{
	height:32px;
	margin-bottom:10px;
}
.contenido .listado .noticia .imagen{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image: url(../images/noticias/nofotogremiales.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:1;
}
.contenido .listado .noticia .imagen img{
	position:absolute;
	top:calc(50% - 97px);
	left:calc(50% - 45px);
}
.contenido .listado .noticia .texto{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:110px;
	padding:8px;
	transition:0.3s;
	overflow: hidden;
	z-index:1;
}
.contenido .listado .noticia_col1 .texto,
.contenido .listado .noticia_col1_desn .texto{
	background:rgba(54, 54, 54, 0.9);
}
.contenido .listado .noticia_col1_des .texto{
	background:rgba(3, 111, 51, 0.9);
}
.contenido .listado .noticia_col2 .texto{
	background:rgba(52, 136, 220, 0.9);
}
.contenido .listado .noticia_col_video .texto{
	background:rgba(255, 61, 0, 0.9);
	padding-top: 10px !important;
}
.contenido .listado .noticia_col_audio .texto{
	background:rgba(212, 181, 10, 0.9);
	padding-top: 10px !important;
}
.contenido .listado .noticia .texto .titulo{
	width:100%;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}
.contenido .listado .noticia .texto .subtitulo{
	display:none;
	width:100%;
	color:#FFF;
	font-size:15px;
	text-align:center;
}
.contenido .listado .noticia:hover .texto{
	height:calc(25vw - 25px);
	padding-top:60px;
}
.contenido .listado .noticia:hover .texto .subtitulo{
	display:block;
	margin-top:20px;
	overflow: hidden;
	margin-top: 7px;
}
.contenido .listado .noticia_col_video:hover .imagen img,
.contenido .listado .noticia_col_audio:hover .imagen img{
	display:none;
}
.contenido .listado .noticia_col_video:hover .texto,
.contenido .listado .noticia_col_audio:hover .texto{
	height:calc(18.75vw - 22px);
}
.contenido .listado .finListado{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
}
.contenido .listado .finListado .verMas{
	display:inline-block;
	text-decoration:none;
	padding:10px;
	font-size:18px;
	color:#3488dc;
	border:solid 2px #3488dc;
	border-radius:5px;
}
.contenido .listado .finListado img{
	float:right;
	vertical-align:middle;
	margin-right:15px;
	cursor:pointer;
}
.contenido .listado .finListado a{
	display:inline-block;
	text-decoration:none;
	padding:10px;
	font-size:18px;
	color:#363636;
}
.contenido .listado .finListado .seleccionado{
	text-decoration:underline;
	font-weight:bold;
	color:#3488dc;
}
.contenido .listado .noticia_col1_des .fecha{
	left:auto;
	right:0;
	background:none;
	color:#FFF;
    z-index: 2;
}
.contenido .listado .noticia_col1_des .fecha span{
	color:#FFF;
}
.contenido .listado .noticia_col1_des .redes{
	top:25px;
}
.contenido .listado .noticia_col1_des .seccionDes{
    position: absolute;
	color: #FFF;
    background: rgba(3, 111, 51, 0.9);
    font-weight: bold;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/** LISTADOS INTERNOS **/
.contenido_videos .listado .titulo,
.contenido_audios .listado .titulo,
.contenido_celeste .listado .titulo{
	border:none;
}
.contenido_celeste .listado .noticia_col1 .texto{
	background:rgba(52, 136, 220, 0.9);
}
.contenido_videos .listado .noticia_col1 .texto{
	background:rgba(255, 61, 0, 0.9);
}
.contenido_videos .listado .noticia_col1:hover .imagen img{
	display:none;
}
.contenido_audios .listado .noticia_col1 .texto{
	background:rgba(212, 181, 10, 0.9);
}
.contenido_audios .listado .noticia_col1:hover .imagen img{
	display:none;
}

/** NOTICIA INTERNA **/
.topNoticia{
	position:relative;
	display:block;
	width:100%;
	padding:20px;
	font-size:15px;
	color:#363636;
}
.topNoticia .redes{
	position:absolute;
	top:10px;
	right:75px;
	width:40px;
	height:40px;
	overflow:hidden;
	transition:0.3s;
	z-index:2;
	text-align: center;
    padding-top: 5px;
    background-image: url(../images/iconos/shareAzul.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 47px;
    background-size: 31px;

}
.topNoticia .redes:hover{
	height:130px;
	background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 3px 0px #CCC;
    background-image: url(../images/iconos/shareAzulHover.png);
    background-repeat: no-repeat;
}
.topNoticia .redes img{
	height:32px;
	margin-bottom:10px;
	cursor:pointer;
}
.imagenNoticia{
	position:relative;
	display:block;
	width:100%;
	padding:0 40px;
	border-bottom: solid 1.5px rgb(188 188 188);
    padding-bottom: 40px;
}
.imagenNoticia .titulo{
	font-size:30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:20px;
}
.imagenNoticia .imagen{
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.imagenNoticia .imagen img{
	max-width:90%;
	max-height:50%;
}
.imagenNoticia .imagen iframe{
	width:75vw;
	height:40vw;
}
.imagenNoticia .subtitulo{
	width:100%;
	font-size:22px;
}
.embedRC{
	display:block;
	width:70%;
	padding:15px;
	border:solid 1px #CCC;
	margin:20px auto;
}
.embedRC iframe{
	border:none;
	height:70px;
}
.reproductor{
	width:calc(100% - 40px);
	padding:20px;
	margin-top:20px;
	margin-left:20px;
	text-align:center;
}
.reproductor img{
	max-width:100%;
}
.contenido .listado .fechaNoticia{
	width:100%;
	padding:20px 0;
	font-size:17px;
	text-align: left !important;
}
.contenido .listado .texto{
	width:100%;
	padding:20px 0;
	font-size:17px;
	color:#363636;
	line-height: 1.5;
}
.contenido .listado .compartir{
	width:100%;
	padding:20px 0;
}
.contenido .listado .compartir span{
	display:block;
	padding:20px 0;
	font-size:15px;
	font-weight:bold;
	color:#3488dc;
}
.contenido .listado .compartir img{
	margin-right:20px;
	width:40px;
	vertical-align:middle;
	cursor:pointer;
}
.contenido .listado .compartir form{
	display:inline;
}
.contenido .listado .compartir form input[type=text]{
	display:none;
	width: 300px;
    padding: 10px;
    border: solid 1.5px #3488dc;
    border-radius: 5px;
    font-size: 15px;
    color: rgb(149 149 149);
}
.contenido .listado .compartir form input[type=button]{
	display:none;
    font-size: 15px;
    padding: 10px 20px;
    color: #FFF;
    background: #3488dc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.contenido .listado .personas{
	width:100%;
	padding:20px 0;
	color:#363636;
	font-size:15px;
}
.contenido .listado .personas span{
	color:#3488dc;
}
.contenido .listado .temas{
	width:100%;
	padding:0;
	color:#363636;
	font-size:15px;
}
.contenido .listado .temas a{
	text-decoration:none;
	color:#363636;
	margin-right:15px;
	background: #ececec;
    padding: 5px 20px;
    border-radius: 10px;
	transition:.3s;
	line-height:40px;
}
.contenido .listado .temas a:hover{
	background:#cecece;
}
.contenido .listado .recomendaciones{
	width:100%;
	padding:20px 0;
	margin:30px 0;
	font-size:20px;
	font-weight:bold;
	color:#3488dc;
	border-bottom:solid 3px #3488dc;
}

/** GALERIA INTERNA NOTICIAS **/
.imagenNoticia .imagen .gal_imgGrande{
	position:relative;
	width: 68.8vw;
	height:auto;
	margin:0 auto;
}
.imagenNoticia .imagen .gal_imgGrande img{
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.imagenNoticia .imagen .gal_imgGrande .gal_imgGrande_txt{
	position: absolute;
    bottom: 4px;
    z-index: 1;
    width: 100%;
    background: rgba(38,38,38, 0.8);
    color: #FFFFFF;
	padding:2vmax;
	text-align:center;
	font-size:25px;
}
.imagenNoticia .imagen .gal_contenedor{
	position:relative;
	display:block;
	width:70vw;
	height:10vw;
	margin:10px auto;
}
.imagenNoticia .imagen .gal_contenedor div{
	position:relative;
	text-align:center;
	cursor:pointer;
}
.imagenNoticia .imagen .gal_contenedor .seleccionado img,
.imagenNoticia .imagen .gal_contenedor .gal_item:hover img{
	/*
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:rgba(2, 92, 181, 0.5);
	*/
	opacity:0.3;
}
.imagenNoticia .imagen .gal_contenedor div img{
	height:10vw;
	margin:0 auto;
	background:rgba(2, 92, 181, 1);
}
.imagenNoticia .imagen .gal_contenedor .slick-arrow{
	position: absolute;
	width:60px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(2, 92, 181, 0.9);
    /*
    background-size: 59px;
    */
    background-size: 40px;
    border: none;
    color: transparent;
	z-index:2;
	cursor:pointer;
	margin-right: 7px;
	width: 45px;
}
.imagenNoticia .imagen .gal_contenedor .slick-prev{
    /*left: 0;*/
    left: 8px;
    width: 45px;
    background-image: url(../images/iconos/noticias-anterior-PC.png);
}
.imagenNoticia .imagen .gal_contenedor .slick-next{
	right:0;
    background-image: url(../images/iconos/noticias-siguiente-PC.png);
}
.imagenNoticia .imagen .gal_contenedor .gal_imgGrande_txt{
	display:none;
}

/** COLORES INTERNA NOTICIA **/
.internaCeleste .topNoticia span,
.internaCeleste .imagenNoticia .subtitulo,
.internaCeleste .contenido .listado .fechaNoticia{
	color:#3488dc;
	text-align: center;
	padding-top: 2vw;
}
.internaCeleste .imagenNoticia .titulo{
	background:#3488dc;
}
.internaVideo .topNoticia span,
.internaVideo .imagenNoticia .subtitulo,
.internaVideo .contenido .listado .fechaNoticia{
	color:#ff3d00;
	text-align: center;
}
.internaVideo .imagenNoticia .titulo{
	background:#ff3d00;
}
.internaAudio .topNoticia span,
.internaAudio .imagenNoticia .subtitulo,
.internaAudio .contenido .listado .fechaNoticia{
	color:#d4b50a;
}
.internaAudio .imagenNoticia .titulo{
	background:#d4b50a;
}
/*
.internaAudio .contenido .listado .recomendaciones{
	border-bottom:solid 3px #d4b50a;
}
*/
.internaAudio .contenido .listado .fechaNoticia{
	border:none;
}

/** CONTACTO **/
.contenido .listado .subtituloContacto{
	width:calc(100% - 15px);
	font-size:17px;
	color:#3488dc;
	padding-bottom:3px;
	margin-bottom:20px;
	line-height: 1.5;
}
.contenido .listado .tablaContacto{
	border-spacing:0;
}
.contenido .listado .tablaContacto tr td{
	padding:20px;
}
.contenido .listado .tablaContacto .txt{
	font-size:18px;
	color:#363636;
}
.contenido .listado .tablaContacto .txtRespCto{
	display:none;
}
.contenido .listado .tablaContacto tr td input[type=text]{
	width:300px;
	padding:10px;
	border:solid 1.5px #3488dc;
	border-radius:5px;
	font-size:15px;
	color:rgb(149 149 149);
}
.contenido .listado .tablaContacto tr td textarea{
	width:400px;
	height:300px;
	padding:10px;
	border:solid 1.5px #3488dc;
	border-radius:5px;
	font-size:15px;
	color:#363636;
	resize:none;
}
.contenido .listado .tablaContacto tr td input[type=button]{
	float:right;
	font-size:15px;
	padding:10px 20px;
	color:#FFF;
	background:#3488dc;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

/** COLUMNA DERECHA **/
.contenido .colDer{
	display:table-cell;
	padding-right:20px;
	padding-top:68px;
	padding-bottom:50px;
	vertical-align:top;
	text-align:center;
}
.contenido .colDer .destacadosSeccionResp{
	display:none;
}
.contenido .colDer .amdelplata img{
	width:80%;
	margin-left:10%;
}
.contenido .colDer .encuesta{
	position:relative;
	width:80%;
	min-width:220px;
	margin: 0 auto;
	margin-top:10px;
	border:solid 3px #3488dc;
	padding-bottom:20px;
}
.contenido .colDer .encuesta .titulo{
	width:100%;
	padding:5px 0;
	font-size:20px;
	color:#FFF;
	background:#3488dc;
	text-align:center;
	font-weight:bold;
}
.contenido .colDer .encuesta .pregunta{
	width:100%;
	padding:10px;
	font-size:17px;
	color:#363636;
	font-weight:bold;
	text-align:center;
}
.contenido .colDer .encuesta .opciones{
	width:100%;
	padding:20px;
	font-size:16px;
	color:#363636;
	text-align:left;
	line-height:1.5;
}
.contenido .colDer .encuesta .botones{
	width:100%;
	bottom:60px;
	padding:0 30px;
}
.contenido .colDer .encuesta .botones .resultados{
	font-size:15px;
	font-weight: bold;
	color:#363636;
	cursor:pointer;
}
.contenido .colDer .encuesta .botones input[type=button]{
	float:right;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	background:#3488dc;
	padding:6px 10px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin-top:-5px;
}
.contenido .colDer .suscribite{
	position:relative;
	float:left;
	width:80%;
	min-width:220px;
	margin: 0 auto;
	margin-left:10%;
	margin-top:10px;
	border:solid 3px #036f33;
}
.contenido .colDer .suscribite .titulo{
	width:100%;
	padding:5px 0;
	font-size:20px;
	color:#036f33;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.contenido .colDer .suscribite .texto{
	width: 100%;
    padding: 5px;
    font-size: 15px;
    color: #363636;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/colDer/wpp.png);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 42px;
    padding-left: 62px;
    margin: 10px 0;
    line-height: 1.5;
}
.contenido .colDer .suscribite .campos{
	width:100%;
	padding:0 20px;
	padding-bottom: 0;
	margin-top: 15px;
}
.contenido .colDer .suscribite .campos input[type=text]{
	width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: solid 1px #036f33;
    border-radius: 5px;
    background: #ededed;
    font-size: 13px;
}
.contenido .colDer .suscribite .botones{
	width:100%;
	padding:12px;
	text-align: right;
	padding-top: 0;
	padding-right: 21px;
}
.contenido .colDer .suscribite .botones #mensajesSuscripcion{
	float:left;
	max-width:calc(100% - 90px);
	text-align:left;
}
.contenido .colDer .suscribite .botones input[type=button]{
    font-size: 14px;
    color: #FFFFFF;
    background: #036f33;
    padding: 8px 7px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.contenido .colDer .mpdefensa{
	width:100%;
	margin-top:10px;
}
.contenido .colDer .mpdefensa img{
	width:80%;
	min-width:220px;
	padding-top:10px; 
}
.contenido .colDer .recomendados{
	float:left;
	width:100%;
	margin-top:10px;
	padding:20px;
	background:#ededed;
}
.contenido .colDer .recomendados span{
	float:left;
	width:100%;
	font-size:18px;
	color:#3488dc;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}
.contenido .colDer .recomendados a{
	float:left;
	width:100%;
	font-size:15px;
	text-decoration:none;
	color:#363636;
	margin:10px 0;
}
.contenido .colDer .diputados{
	float:left;
	width:100%;
	margin-top:10px;
}
.contenido .colDer .diputados img{
	width:80%;
	padding-top: 10px;
	margin-left: 10%;
}
.contenido .colDer .fb-like-box{
	width:100%;
	text-align:center;
	margin-top:10px;
}
#contenedorPluginFB{
	width: calc(25vw - 40px) !important;
	overflow: hidden !important;
	text-align: right !important;
}

/** FOOTER **/
footer{
	display:block;
	width:100%;
}
footer .pie1{
	width:100%;
	padding:30px 0;
	text-align:center;
	background-image:url(../images/pie1.png);
	background-size:cover;
	background-position:center center;
}
footer .pie1 img{
	margin-left:45px;
}
footer .pie2{
	padding:10px 30px;
	background:#FFF;
	font-size:15px;
	color:#363636;
}
footer .pie2 span{
	color:#3488dc;
}
footer .pie2 a{
	float:right;
	text-decoration:none;
	color: #363636;
}
footer .pie2 a span{
	color:#e83403;
	font-weight:bold;
}
footer .pie3{
	width:100%;
	height:40px;
	background-image:url(../images/pie3.png);
	background-size:cover;
	background-position:center center;
}

/** MENSAJES **/
#contenedorAlertas{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
	z-index:100;
}
#contenedorAlertas .alerta{
	position: fixed;
    width: 500px;
    margin: 50px auto;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    border: solid 3px #3488dc;
    background: #FFFFFF;
	text-align:right;
}
#contenedorAlertas .alerta span{
	display:block;
	text-align:left;
	padding-bottom:20px;
}
#contenedorAlertas .alerta input[type='button']{
	font-size: 15px;
    padding: 10px 20px;
    color: #FFF;
    background: #3488dc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/** RESPONSIVE **/
@media screen and (max-width: 1000px) {
	/** FB **/
	#contenedorPluginFB{
		width:auto !important;
		overflow:auto !important;
		text-align:center !important;
	}
	
	/** encabezado **/
	header{
		margin-bottom:40px;
	}
	header .celeste{
		height:100px;
	}
	header .celeste a{
		margin: 0;
		left: 20px;
		font-size:80px;
	}
	header .celeste .redes{
		display:none;
	}
	header .celeste .menuResp{
		display:block;
		position:absolute;
		top:5px;
		right:20px
	}
	header .celeste .menuResp img{
		cursor:pointer;
		width:90px;
		padding-top: 15px;
	}
	header .blanco{
		height:100px;
	}
	header .blanco a{
		font-size:70px;
	}
	header .blanco .redes{
		display: inline;
		float: right;
	}
	header .blanco .redes img{
		width: 70px;
		margin: 5px 10px;
	}
	header .celeste .buscar{
		margin-right:125px;
	}
	header .celeste .buscar img{
		cursor: pointer;
		width: 90px;
		height: 90px;
		vertical-align: top;
	}
	header .blanco nav{
		display: none;
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		background: #FFF;
		z-index: 20;
		padding: 40px;
	}
	header .blanco nav a{
		display:block;
		margin-left:0;
		margin-bottom:40px;
		padding:20px;
		font-size:40px;
	}
	#frmBusquedaEnc {
		display: none;
		position: absolute;
		width:100%;
		top: 100px;
		left: 0;
		right: 0;
		background: #FFF;
		overflow: hidden;
		z-index: 20;
		padding: 40px;
	}
	#frmBusquedaEnc input[type=text],
	#frmBusquedaEnc input[type=button]{
		width:100%;
		font-size:40px;
	}
	
	#HomeContenidoRESP{
		display:block;
	}
	#HomeContenidoPC0,
	#HomeContenidoPC{
		display:none;
	}
	
	/** ULTIMO MOMENTO **/
	.ultimo_momento{
		font-size:35px;
	}
	.ultimo_momento h2{
		font-size:40px;
		font-weight: bold;
	}
	.ultimo_momento .cerrar_ultimo_momento img{
		width:50px;
	}
	
	/** BARRA FIJA **/
	.encFixed{
		height:105px;
	}
	.encFixed .accionesFixed {
		vertical-align:middle;
	}
	.encFixed .logoFixed{
		vertical-align:middle;
	}
	.encFixed .logoFixed a {
		font-size:2vmax;
	}
	.encFixed .accionesFixed img,
	.encFixed .redesFixed img{
		width:70px;
		height:auto;
		margin-left:2vw;
	}
	.menuFixed{
		width: 100%;
		right: 0;
		top:105px;
	}
	.menuFixed a {
		font-size:2.5vmax;
	}
	.buscarFixed {
		top: 105px;
		width: 100%;
	}
	.buscarFixed input[type=text],
	.buscarFixed input[type=button]{
		font-size:50px;
	}
	.compartirMailFixed{
		top:188px;
		width: 100%;
	}
	.compartirMailFixed input[type=text],
	.compartirMailFixed input[type=button]{
		font-size:50px;
	}
	
	/** ----- BARRA FIJA EN NOTICIA INTERNA ----- **/
	.noticiaInterna .encFixed{
		position: fixed;
		display: block;
		width: 100%;
		height: 190px;
		top: 0;
		left: 0;
		right: 0;
		background: #025cb5;
		z-index: 70;
	}
	.noticiaInterna .encFixed .logoFixed{
		display:none;
	}
	.noticiaInterna .encFixed .accionesFixed {
		vertical-align: middle;
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
	}
	.noticiaInterna .encFixed .accionesFixed img{
		width: 70px;
		height: auto;
		margin-left: 2vw;
		position: fixed;
		top: 20px;
	}
	.noticiaInterna .encFixed .accionesFixed img:nth-child(1){
		left:20px;
		width: 62px;
		top: 15px;
	}
	.noticiaInterna .encFixed .accionesFixed img:nth-child(2){
		/*
		left:110px;
		*/
		left: 16vw;
		width: 62px;
		top: 15px;
	}
	.noticiaInterna .encFixed .accionesFixed a img:nth-child(1){
		width: 70px;
		height: auto;
		margin-left: 2vw;
		position: fixed;
		top: 13px;
		/*
		left:200px;
		*/
		left: 30vw;
		width: 62px;
	}
	.noticiaInterna .encFixed .accionesFixed img:nth-child(4){
		/*
		left:290px;
		*/
		left: 45vw;
		top:17px;
		width: 62px;
	}
	.noticiaInterna .encFixed .accionesFixed img:nth-child(6){
		right:16vw;
		top:16px;
		width: 62px;
	}
	.noticiaInterna .encFixed .accionesFixed img:nth-child(7){
		right:4vw;
		top:18px;
		width: 65px;
	}
	.noticiaInterna .encFixed .redesFixed{
		display: block;
		position: fixed;
		top: 83px;
		padding: 15px;
		font-size: 35px;
	}
	.noticiaInterna .buscarFixed{
		top:188px;
	}
	.noticiaInterna .menuFixed{
		top:188px;
	}
		
	/** noticias verdes **/
	.contenido .colDer .titulo{width:calc(100% - 15px);font-size:20px;font-weight:bold;color:#3488dc;border-bottom:solid 3px #3488dc;padding-bottom:3px;margin-bottom:20px;}
	.contenido .colDer .suscribite .titulo{border-color:#036f33;}
	.contenido .colDer .noticia_col1{width:calc(25vw - 25px);height:calc(25vw - 25px);margin-right:10px;}
	.contenido .colDer .noticia_col1_des,.contenido .colDer .noticia_col1_desn{width:calc(25vw - 35px);height:calc(25vw - 25px);margin-left:10px;margin-right:10px;}
	.contenido .colDer .noticia_col2{width:calc(50vw - 40px);height:calc(25vw - 25px);margin-right:10px;}
	.contenido .colDer .noticia_col_video,.contenido .colDer .noticia_col_audio{width:calc(18.75vw - 22px);height:calc(18.75vw - 22px);margin-right:10px;}
	.contenido .colDer .noticia{position:relative;float:left;margin-bottom:10px;overflow: hidden;}
	.contenido .colDer .noticia .fecha{position:absolute;display:inline-block;top:0;left:0;padding:5px;color:#363636;font-size:15px;background:rgba(255, 255, 255, 0.9);z-index:3;}
	.contenido .colDer .noticia .fecha span{color:#3488dc;}
	.contenido .colDer .noticia .redes{position:absolute;top:5px;right:10px;width:40px;height:40px;overflow:hidden;transition:0.3s;z-index:3;background-repeat: no-repeat;background-position: 5px 5px;padding-top: 47px;background-size: 35px;background-image: url(../images/iconos/shareBlanco.png);text-align: center;}
	.contenido .colDer .noticia .redes:hover{height:180px;overflow: hidden;background-color: white;border-radius: 10px;box-shadow: 0 0 10px 1px #FFFFFF;background-size: 31px;background-image: url(../images/iconos/shareAzul.png);}
	.contenido .colDer .noticia .redes img:first-child{display: none;}
	.contenido .colDer .noticia .redes img{height:32px;margin-bottom:10px;}
	.contenido .colDer .noticia .imagen{position:absolute;top:0;left:0;right:0;bottom:0;background-image: url(../images/noticias/nofotogremiales.png);background-position:center center;background-repeat:no-repeat;background-size:cover;z-index:1;}
	.contenido .colDer .noticia .imagen img{position:absolute;top:calc(50% - 97px);left:calc(50% - 45px);}
	.contenido .colDer .noticia .texto{position:absolute;left:0;right:0;bottom:0;height:110px;padding:15px;transition:0.3s;z-index:1;}
	.contenido .colDer .noticia_col1 .texto,.contenido .colDer .noticia_col1_desn .texto{background:rgba(54, 54, 54, 0.9);}
	.contenido .colDer .noticia_col1_des .texto{background:rgba(3, 111, 51, 0.9);}
	.contenido .colDer .noticia_col2 .texto{background:rgba(52, 136, 220, 0.9);}
	.contenido .colDer .noticia_col_video .texto{background:rgba(255, 61, 0, 0.9);padding-top: 10px !important;}
	.contenido .colDer .noticia_col_audio .texto{background:rgba(212, 181, 10, 0.9);padding-top: 10px !important;}
	.contenido .colDer .noticia .texto .titulo{width:100%;color:#FFF;font-size:20px;font-weight:bold;text-align:center;border:none;padding:0;margin:0;}
	.contenido .colDer .noticia .texto .subtitulo{display:none;width:100%;color:#FFF;font-size:18px;text-align:center;}
	.contenido .colDer .noticia:hover .texto{height:calc(25vw - 25px);padding-top:60px;}
	.contenido .colDer .noticia:hover .texto .subtitulo{display:block;margin-top:20px;overflow: hidden;margin-top: 7px;}
	.contenido .colDer .noticia_col_video:hover .imagen img,.contenido .colDer .noticia_col_audio:hover .imagen img{display:none;}
	.contenido .colDer .noticia_col_video:hover .texto,.contenido .colDer .noticia_col_audio:hover .texto{height:calc(18.75vw - 22px);}
	.contenido .colDer .finListado{float:left;width:100%;padding:50px 0;text-align:center;}
	.contenido .colDer .finListado .verMas{display:inline-block;text-decoration:none;padding:10px;font-size:18px;color:#3488dc;border:solid 2px #3488dc;border-radius:5px;}
	.contenido .colDer .finListado img{float:right;vertical-align:middle;margin-right:15px;cursor:pointer;}
	.contenido .colDer .finListado a{display:inline-block;text-decoration:none;padding:10px;font-size:18px;color:#363636;}
	.contenido .colDer .finListado .seleccionado{text-decoration:underline;font-weight:bold;color:#3488dc;}
	.contenido .colDer .noticia_col1_des .fecha{left:auto;right:0;background:none;color:#FFF;z-index: 2;}
	.contenido .colDer .noticia_col1_des .fecha span{color:#FFF;}
	.contenido .colDer .noticia_col1_des .redes{top:30px;}
	.contenido .colDer .noticia_col1_des .seccionDes{position: absolute;color: #FFF;background: rgba(3, 111, 51, 0.9);font-weight: bold;padding: 5px;top: 0;left: 0;right: 0;z-index: 2;}
	.principalesHome .noticia_destacadosTop1,
	.principalesHome .noticia_destacadosTop2{
		width: calc(48vw - 40px);
		height: calc(48vw - 40px);
	}
	.principalesHome .izq,
	.principalesHome .der{
		width:50%;
		height:50vw;
	}
	.contenido .listado,
	.contenido .colDer{
		display:block;
		width: 100%;
		padding: 20px;
		overflow:auto;
	}
	.contenido .colDer{
		padding-top:80px;
	}
	.principalesHome .imagen{
		height:50vw;
	}
	.contenido .listado .noticia_col2,
	.contenido .listado .noticia_col1_desn,
	.contenido .colDer .noticia_col_video,
	.contenido .colDer .noticia_col_audio,
	.contenido .colDer .noticia_col1_des,
	.contenido .listado .noticia_col1_des,
	.contenido .listado .noticia_col1,
	.contenido .listado .noticia_col_video,
	.contenido .listado .noticia_col_audio{
		width: 100%;
		height: 80vw;
		margin-left:0;
		margin-right:0;
	}
	.principalesHome .noticia .redes,
	.contenido .listado .noticia .redes,
	.contenido .colDer .noticia_col1_des .redes{
		display:none;
	}
	.contenido .colDer .destacadosSeccionResp{
		display:block;
	}
	.contenido .colDer .mpdefensa img,
	.contenido .colDer .encuesta,
	.contenido .colDer .suscribite{
		width:100%;
		margin-left:0;
	}
	.principalesHome .noticia .fecha,
	.contenido .colDer .noticia_col1_des .seccionDes,
	.contenido .listado .noticia_col1_des .seccionDes,
	.contenido .colDer .noticia_col1_des .fecha,
	.contenido .listado .noticia .fecha{
		font-size:23px;
	}
	.principalesHome .noticia .texto .titulo,
	.contenido .colDer .noticia .texto .titulo,
	.contenido .listado .noticia .texto .titulo,
	.contenido .colDer .encuesta .opciones,
	.contenido .colDer .encuesta .botones .resultados,
	.contenido .colDer .encuesta .botones input[type=button],
	.contenido .colDer .encuesta .pregunta,
	.contenido .colDer .suscribite .texto,
	.contenido .colDer .suscribite .campos input[type=text],
	.contenido .colDer .suscribite .botones input[type=button],
	.contenido .colDer .suscribite .botones #mensajesSuscripcion,
	.contenido .colDer .recomendados a{
		font-size:40px;
	}
	.contenido .colDer .encuesta .titulo,
	.contenido .colDer .suscribite .titulo,
	.contenido .listado .titulo,
	.contenido .colDer .recomendados span{
		font-size:40px;
	}
	.principalesHome .noticia .texto,
	.contenido .colDer .noticia .texto,
	.contenido .listado .noticia .texto{
		height:200px;
	}
	.contenido .listado .finListado{
		position:relative;
	}
	.contenido .listado .finListado .verMas{
		float: left;
		width: auto;
		position: relative;
		margin: 0;
		font-size:50px;
		margin-left:20px;
	}
	.contenido .listado .finListado img {
		float: right;
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 80px;
		margin-right: 20px;
	}
	.contenido .colDer .recomendados a{
		padding:25px 0;
	}
	.contenido .listado .titulo, .contenido .colDer .recomendados span{
		padding-top:40px;
	}
	
	/** LISTADOS **/
	.listadoNoticias .contenido{
		overflow:auto;
		display:block;
	}
	.listadoNoticias .contenido .listado{
		display:block;
		width:100%;
	}
	.listadoNoticias .contenido .colDer{
		display:block;
		width:80%;
		margin-left:10%;
	}
	.listadoNoticias .noticia_col1{
		width: calc(100vw - 40px) !important;
		height: calc(80vw - 40px) !important;
	}
	.contenido .listado .noticia:hover .texto{
		padding:8px;
		height:200px;
	}
	.contenido .listado .noticia:hover .texto .subtitulo{
		display:none;
	}
	.listadoNoticias .contenido .listado .noticia .texto .titulo{
		font-size:40px;
	}
	.listadoNoticias .contenido .listado .finListado a{
		font-size:40px;
		line-height:40px;
	}
	.listadoNoticias .contenido .listado .finListado img{
		position: fixed;
		top:auto;
		left:auto;
		bottom: 222px;
		right: 15px;
		width: 100px;
		z-index: 10;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 50px;
	}
	
	/** INTERNA **/
	.noticiaInterna .topNoticia{
		font-size:30px;
	}
	.noticiaInterna .topNoticia .redes{
		display:none;
	}
	.noticiaInterna .imagenNoticia .titulo{
		font-size:40px;
	}
	.noticiaInterna .imagenNoticia .subtitulo {
		font-size:35px;
		font-weight: bold;
		line-height: 1.5;
	}
	.noticiaInterna .contenido .listado .fechaNoticia,
	.noticiaInterna .contenido .listado .texto,
	.noticiaInterna .contenido .listado .temas,
	.noticiaInterna .contenido .listado .compartir span{
		font-size:35px;
	}
	.noticiaInterna .contenido .listado .compartir img{
		width:80px;
	}
	.noticiaInterna .contenido .listado .recomendaciones{
		font-size:40px;
	}
	.noticiaInterna .contenido{
		overflow:auto;
		display:block;
	}
	.noticiaInterna .contenido .listado{
		display:block;
		width:100%;
	}
	.noticiaInterna .contenido .colDer{
		display:block;
		width:80%;
		margin-left:10%;
	}
	.noticiaInterna .contenido .listado .noticia_col1 {
		width: calc(100vw - 40px);
		height: calc(80vw - 40px);
	}
	.noticiaInterna .contenido .listado .noticia .texto .titulo{
		font-size:40px;
	}
	.noticiaInterna .contenido .listado .noticia:hover .texto .subtitulo{
		display:none;
	}
		
	/** GALERIA INTERNA NOTICIAS **/
	.imagenNoticia .imagen .gal_imgGrande{
		display:none;
	}
	.imagenNoticia .imagen .gal_contenedor{
		position:relative;
		display:block;
		width:90vw;
		height:auto;
		margin:0 auto;
	}
	.imagenNoticia .imagen .gal_contenedor div{
		position:relative;
		text-align:center;
		cursor:pointer;
	}
	.imagenNoticia .imagen .gal_contenedor .seleccionado img,
	.imagenNoticia .imagen .gal_contenedor .gal_item:hover img{
		opacity:1;
	}
	.imagenNoticia .imagen .gal_contenedor div img{
		width:90vw;
		height:auto;
		margin:0 auto;
		background:rgba(2, 92, 181, 1);
	}
	.imagenNoticia .imagen .gal_contenedor .slick-arrow{
		position: absolute;
		width:60px;
		top: 0;
		bottom: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		background-size: 59px;
		border: none;
		color: transparent;
		z-index:2;
		cursor:pointer;
	}
	.imagenNoticia .imagen .gal_contenedor .slick-prev{
		left: 50px;
		background-image: url(../images/iconos/noticias-anterior-resp.png);
		bottom: 80px;
	}
	.imagenNoticia .imagen .gal_contenedor .slick-next{
		right:46px;
		background-image: url(../images/iconos/noticias-siguiente-resp.png);
		bottom: 80px;
	}
	.imagenNoticia .imagen .gal_contenedor .gal_imgGrande_txt{
		display:block;
		position: absolute;
		bottom: 0;
		z-index: 1;
		/*
		width: calc(100% - 120px);
		*/
		width: 90%;
		background: rgba(38,38,38, 0.8);
		color: #FFFFFF;
		padding:2vmax;
		text-align:center;
		font-size:35px;
		margin:0 auto;
		left:0;
		right:0;
		font-weight: bold;
		letter-spacing: 1px;
	}

	/** CONTACTO **/
	.pContacto .contenido{
		overflow:auto;
		display:block;
	}
	.pContacto .contenido .listado{
		display:block;
		width:100%;
	}
	.pContacto .contenido .colDer{
		display:block;
		width:80%;
		margin-left:10%;
	}
	.contenido .listado .subtituloContacto{
		font-size:37px;
	}
	.contenido .listado .tablaContacto{
		width:100%;
	}
	.contenido .listado .tablaContacto .txt{
		display:none;
	}
	.contenido .listado .tablaContacto .txtRespCto{
		display:block;
		font-size:40px;
		margin-bottom:20px;
	}
	.contenido .listado .tablaContacto tr td input[type=text],
	.contenido .listado .tablaContacto tr td textarea,
	.contenido .listado .tablaContacto tr td input[type=button]{
		width:100%;
		font-size:40px;
	}
	
	/** PIE **/
	footer .pie1 img{
		width:100px;
	}
	footer .pie2{
		font-size:30px;
		padding:20px 30px;
		text-align:center;
	}
	footer .pie2 a{
		display:block;
		float:none;
		padding-top:20px;
		text-align:center;
	}
	footer .pie3{
		height:60px;
	}
}