*{
	margin: 0;
	padding: 0;
	font-family: 'Raleway'!important;
	text-decoration: none;
}

/*animaciones*/

@keyframes anim_menu_responsive {
  from {left: -100%;}
  to {left: 0;}
}
@keyframes anim_login {
  from {opacity: 0; top: 48px;}
  to {opacity: 1; top: 68px;}
}
@keyframes anim_lista_convenios {
  from {opacity: 0; top: 18px;}
  to {opacity: 1; top: 38px;}
}
@keyframes anim_galerias {
  from {opacity: 0; top: 30px;}
  to {opacity: 1; top: 0px;}
}

body{
	display: flex;
    align-items: center;
    flex-direction: column;
}

/*login*/

#login{
	width: 270px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
	box-sizing: border-box;
	right: 0;
	top: 68px;
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	transition: all 0.2s ease-out;
	animation: anim_login 0.2s ease-out;
	padding: 20px;
	cursor: default;
	position: absolute;
	z-index: 2;
	display: none;
}
#login h1{
	color: #0084B6!important;
	font-size: 20px!important;
	text-align: center!important;
	margin: 0 0 24px 0!important;
}
a.cerrar{
	width: 18px;
	height: 18px;
	background: url( "../imagenes/icon_cerrar.png") no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	cursor: pointer;
}
input.texto{
	background: #FFF;
    border: #AFAFAF 1px solid;
    border-radius: 10px;
    padding: 12px 15px;
    margin: 0 0 20px 0;
    width: 100%;
	height: 32px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
}
input.submit{
	background: #EF5E0F;
    border-radius: 22px;
    padding: 8px 0;
	width: 100%;
    margin: 0 0 20px 0;
    font-size: 16px;
    box-sizing: border-box;
    color: #FFF;
    border: none;
    transition: all 0.2s ease-out;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
input.submit:hover{
	background: #CF4D06;
}
input.submit:focus{
	outline: none;
    border: none;
}
input:focus{
	outline: none;
}
::placeholder {
  color: #C1C1C1;
}
a.link_login{
	margin-top: 15px;
	width: 100%;
	text-align: right;
	display: block;
	color: #4b6637;
	text-decoration: underline;
	font-size: 14px;
}

/*header*/

.mobile-btn {
    display: none !important;
}
.menu-mobile{
	display: none !important;
}
#menu_bar {
	display: none;
}
header{
	width: 100%!important;
	background: #FFF!important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    z-index: 1;
}
header #header_centro{
	width: 1024px;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
	padding: 16px 0 16px 0;
	position: relative;
	flex-direction: column;
}
#header_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
    flex-direction: row;
	align-items: center;
	margin: 0 0 16px 0;
}
form.buscador{
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
}
input.buscar{
	border-right: none;
	border-top: #9F9F9F solid 1px;
	border-left: #9F9F9F solid 1px;
	border-bottom: #9F9F9F solid 1px;
	border-radius: 8px 0 0 8px;
	width: 388px;
	height: 32px;
	padding: 8px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-family: 'Raleway'!important;
	color: #464646;
}
.boton_buscar{
	background: url("../imagenes/ico_lupa.png") center center no-repeat, #FFF;
	width: 32px;
	height: 32px;
	display: block;
	border-left: none;
	border-top: #9F9F9F solid 1px;
	border-right: #9F9F9F solid 1px;
	border-bottom: #9F9F9F solid 1px;
    border-radius: 0 8px 8px 0;
	cursor: pointer;
}
.boton_buscar:hover{
	background: url("../imagenes/ico_lupa_hover.png") center center no-repeat, #FFF;
}
#redes{
	width: 128px;
    display: flex;
    justify-content: space-between;
}
#header_bottom{
	width: 100%;
}
header #header_centro #cuadro_falso{
	width: 36px;
	height: 36px;
	display: none;
}
#redes_mobile{
	display: none;
}
#redes_mobile a{
	margin: 0 8px;
}
#header_centro ul{
	display: flex;
	align-items: center;
    justify-content: space-between;
	width: 100%;
}
#header_centro ul li{
	list-style: none;
	font-size: 14px;
	padding: 8px 0;
    position: relative;
	/*display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: center;*/
	font-weight: 600;
}
#header_centro ul li #linea_amarilla{
	width: 100%;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	background: #F39300;
	opacity: 0;
	transition: all 0.2s ease-out;
}
#header_centro ul li:hover #linea_amarilla{
	opacity: 1;
}
#header_centro ul li a{
	color: #464646;
}
#header_centro #botones_acceso{
	display: flex;
	align-items: center;
	position: relative;
    z-index: 1;
}
#header_centro #botones_acceso #iframe_login_tablet{
	position: absolute;
    top: 20px;
    right: -40px;
    width: 310px;
    height: 385px;
    margin: 20px;
	display: none;
}
.boton_secundario{
	padding: 11px 14px 11px 46px;
	background: url("../imagenes/icono_afiliese.png") 16px center;
	background-repeat: no-repeat;
	border-radius: 20px;
	color: #0084B6;
	font-size: 14px;
	align-items: center;
	border: solid #0084B6 2px;
	margin-right: 8px;
	display: block;
}
.boton_secundario:hover{
	background: url("../imagenes/icono_afiliese_hover.png") 16px center;
	background-repeat: no-repeat;
	color: #0293CB;
	border: solid #0293CB 2px;
}
.boton_primario{
	box-sizing: border-box;
    padding: 8px 16px 8px 40px;
    background: url(../imagenes/icono_usuario.png) 16px center, #4b6637;
    background-repeat: no-repeat;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    display: block;
    font-weight: bold;
	transition: all 0.2s ease-out;
}
.boton_primario:hover{
	background: url(../imagenes/icono_usuario.png) 16px center, #29ABE2;
    background-repeat: no-repeat;
}
.boton_primario span{
	display: block;		
	}
#iconos{
	width: 100%;
    position: absolute;
    bottom: -22px;
    z-index: 1;
    display: flex;
    justify-content: center;
}
#iconos ul{
	display: flex;
    justify-content: space-between;
    width: 1024px;
    flex-direction: row;
    align-items: center;
}
#iconos ul li{
	list-style: none;
}
.boton_terciario{
	padding: 8px 14px 8px 14px;
    border-radius: 22px;
    color: #EF5E0F;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
	background: #FFFFFF;
    border: solid #EF5E0F 2px;
    display: flex;
	box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0);
	transition: 0.3s ease-out all;
}
.boton_terciario img{
	margin-right: 8px;
}
#banner{
	width: 100%;
    margin: 0 auto;
    position: relative;
    height: 351px;
	border-bottom: solid #F39300 4px;
}

/*aside*/

aside{
	background: #FFFFFF;
	width: 100%;
}
#aside_interno{
	width: 1024px;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0 auto 0 auto;
	padding: 32px 0;
	box-sizing: border-box;
}
h1{
	color: #4b6637!important;
    font-size: 40px !important;
    margin: 0 0 32px 0!important;
    font-weight: bold!important;
    display: block!important;
    line-height: 32px !important;
}
h2{
	color: #29ABE2!important;
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: bold!important;
	margin-bottom: 8px!important;
}
h3{
	color: #274496!important;
	font-size: 24px !important;
	margin: 0 0 16px 0!important;
	font-weight: bold!important;
	display: block!important;
	text-align: center;
}
h4{
	color: #29ABE2!important;
    font-size: 18px !important;
    margin: 0 0 8px 0!important;
    font-weight: bold!important;
    display: block!important;
}
h5{
	color: #F15A24!important;
	font-size: 24px !important;
	margin: 0 0 24px 0!important;
	font-weight: bold!important;
	display: block!important;
	text-align: left;
}
h6 {
	color: black !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: bold !important;
	margin-bottom: 8px !important;
}
#primer_noticia{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0 0 16px 0;
}
#primer_noticia #imagen_noticia{
	width: 50%;
	height: 180px;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
#primer_noticia #imagen_noticia img{
	width: 100%;
	height: auto;
}
#primer_noticia #texto_noticia{
	width: 50%;
	padding: 24px;
	box-sizing: border-box;
	font-size: 16px;
	color: #3E3E3E;
	line-height: 22px;
	border-radius: 0 0 8px 8px;
	background: #F9F5EF;
}
#texto_noticia li{
	list-style: none;
	list-style-image: url("../imagenes/vineta_texto.png");
	list-style-position: inside;
}
.nosotros{
	border: #D5D5D5 solid 1px;
	border-radius: 8px;
	padding: 24px 16px;
	box-sizing: border-box;
	margin: 0 0 24px 0;
}
p{
	margin-bottom: 16px!important;
}
#noticias_principales, #tipo_convenio{
	width: 100%;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#noticia_principal{
	width: 32%;
    display: block;
    margin-bottom: 16px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    padding: 24px 16px;
    box-sizing: border-box;
}
/*a.noticia_principal:hover{
    border: 1px solid #9DB7D1;
	background: #E7ECF1;
}
a.noticia_principal:hover h2{
	color: #274496!important;
}*/
#imagen_noticia{
	width: 100%;
	height: 180px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
#imagen_noticia img{
	width: 100%;
	height: auto;
}
#imagen_convenio{
	width: 100%;
	height: 180px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 16px;
}
#imagen_convenio img {
    width: 100%;
    height: auto;
}
#texto_noticia{
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	color: #3E3E3E;
	line-height: 22px;
	border-radius: 0 0 8px 8px;
}
#imagen_noticia_completa{
	width: 40%;
	height: 359px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.primer_noticia_completa #imagen_noticia_completa {
    width: 50%;
    height: 180px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#texto_noticia_completa{
	width: 57%;
    box-sizing: border-box;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 22px;
    border-radius: 0 0 8px 8px;
}
#boton_vermas{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 16px 0 0 0;
}
.boton_masnoticias{
	padding: 10px 32px 10px 16px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    line-height: 16px;
    font-weight: bold;
    background: url(../imagenes/flecha.png) 119px center no-repeat, #274496;
}
.boton_masnoticias:hover{
	background: url(../imagenes/flecha.png) 119px center no-repeat, #29ABE2;
}
#convenios_home{
	width: 100%;
    background: #7797B8;
    padding: 40px 0;
    box-sizing: border-box;
}
#convenios_home_interno{
    width: 1024px;
    margin: 0 auto 0 auto;
}
#convenios_home_interno h1{
	color: #FFFFFF!important;
	text-align: center!important;
}
#convenios_home_interno ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#convenios_home_interno ul li{
	list-style: none;
}
#convenios_home_interno ul li a{
	width: 152px;
    height: 152px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    align-items: flex-end;
    padding: 0 0 37px 0;
    box-sizing: border-box;
}
a.bot_salud{
	background: url(../imagenes/icon_salud.png), #EDEBDF;
	background-position: center 24px, center;
	background-repeat: no-repeat;
	color: #F39300;
}
a.bot_salud:hover{
	background: url(../imagenes/icon_salud_hover.png), url("../imagenes/img_salud.png");
	background-position: center 24px, center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgb(0 0 0 / 70%);
}
a.bot_educacion{
	background: url(../imagenes/icon_educacion.png) #EDEBDF;
	background-position: center 24px, center;
	background-repeat: no-repeat;
	color: #F39300;
}
a.bot_educacion:hover{
	background: url(../imagenes/icon_educacion_hover.png), url("../imagenes/img_educacion.png");
	background-position: center 24px, center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgb(0 0 0 / 70%);
}
a.bot_recreacion{
	background: url("../imagenes/icon_recreacion.png") #EDEBDF;
	background-position: center 24px, center;
	background-repeat: no-repeat;
	color: #F39300;
}
a.bot_recreacion:hover{
	background: url("../imagenes/icon_recreacion_hover.png"), url("../imagenes/img_recreacion.png");
	background-position: center 24px, center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgb(0 0 0 / 70%);
}
a.bot_consumo{
	background: url("../imagenes/icon_consumo.png") #EDEBDF;
	background-position: center 24px, center;
	background-repeat: no-repeat;
	color: #F39300;
}
a.bot_consumo:hover{
	background: url("../imagenes/icon_consumo_hover.png"), url("../imagenes/img_consumo.png");
	background-position: center 24px, center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgb(0 0 0 / 70%);
}
a.bot_seguros{
	background: url("../imagenes/icon_seguros.png") #EDEBDF;
	background-position: center 24px, center;
	background-repeat: no-repeat;
	color: #F39300;
}
a.bot_seguros:hover{
	background: url("../imagenes/icon_seguros_hover.png"), url("../imagenes/img_seguros.png");
	background-position: center 24px, center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgb(0 0 0 / 70%);
}
#noticia{
	width: 100%;
	display: block;
	border: #D5D5D5 solid 1px;
    border-radius: 8px;
    padding: 24px 16px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
}

#noticia_completa{
	width: 100%;
    display: flex;
    border: #D5D5D5 solid 1px;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}
a.descargar{
	border: #F15A24 solid 2px;
	border-radius: 8px;
	color: #F15A24;
	padding: 8px 40px 8px 16px;
	box-sizing: border-box;
	background: url("../imagenes/ico_descargar.png") 96px center no-repeat, #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 130px;
}
a.regresar{
	color: #F15A24;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-content: center;
	margin-bottom: 32px;
}
a.regresar img{
	margin-right: 8px;
}
#nosotros{
	width: 100%;
	display: block;
}
#noticias_secudarias{
	width: 100%;
}
#noticias_secudarias #noticia{
	border: #D5D5D5 solid 1px;
    border-radius: 8px;
    padding: 24px 16px;
    box-sizing: border-box;
    margin: 0 0 24px 0;
}
#encabezado_convenios{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#encabezado_convenios #boton_secundario_1, #encabezado_convenios #boton_secundario_2{
	padding: 11px 14px 11px 46px;
    background: url(../imagenes/icono_filtrar.png) 16px center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #0084B6;
    font-size: 14px;
    align-items: center;
    border: solid #0084B6 2px;
	position: relative;
	cursor: pointer;
}
/*#encabezado_convenios .boton_secundario:hover {
    background: url(../imagenes/icono_filtrar_hover.png) 16px center;
    background-repeat: no-repeat;
    color: #0293CB;
    border: solid #0293CB 2px;
}*/
#lista_convenios{
	position: absolute;
	right: 0;
	top: 38px;
	border-radius: 8px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	width: 260px;
	padding: 8px 0;
	background: #FFFFFF;
	animation: anim_lista_convenios 0.2s ease-out;
}
#lista_convenios li a{
	font-size: 16px;
	color: #5A5A5A;
	padding: 8px 24px;
	box-sizing: border-box;
	display: block;
}
#lista_convenios li a:hover{
	background: #F3F3F3;
}

.tab {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 50%;
}
.tab label {
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 16px center;
    color: #757575;
    border-bottom: #e2e2e2 solid 3px;
    padding: 8px 0 8px 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
	width: 100%;
}
.tab [type="radio"] {
  display: none;
}
.content {
  position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: #ffffff;
}
[type="radio"]:checked ~ label {
    background-repeat: no-repeat;
    background-position: 16px center;
    color: #EF5E0F;
    border-bottom: #EF5E0F solid 3px;
    padding: 8px 0 8px 0;
    text-align: center;
    cursor: pointer;
    transition: 0.2s all ease-out;
    font-weight: bold;
}
[type="radio"]:checked ~ label ~ .content {
  z-index: 1;
}
#encabezado_galerias{
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#tabs_imagenes{
	display: flex;
	width: 100%;
    margin-bottom: 40px;
}
#cuadro_imagenes{
	width: 100%;
	position: relative;
	animation: anim_galerias 0.3s ease-out;
}
#cuadro_videos{
	width: 100%;
	display: none;
	position: relative;
	animation: anim_galerias 0.3s ease-out;
}
#buscador_galerias{
	width: 100%;
	background: #ECECEC;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 40px;
}
#select_convenios{
	padding: 10px;
    font-size: 16px;
    border: #A5A5A5 1px solid;
    border-radius: 10px;
    width: 296px;
	color: #757575;
	font-size: 14px;
}
.option_select{
	padding: 10px;
	height: 50px;
	box-sizing: border-box;
	color: red;
	display: block;
}
#select_convenios:focus{
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  border: #38C6F4 1px solid;
  color: #222; 
  outline: none;
}
#select_convenios:hover {
  border-color: #38C6F4;
}
#select_convenios::-ms-expand {
  display: none;
}
.opcion_lista{
	padding: 8px 16px;
	box-sizing: border-box;
	display: block;
}
#select_convenios option{
	padding: 8px 16px;
	box-sizing: border-box;
	display: block;
}
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.content-select{
	max-width: 366px;
	position: relative;
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
}
 
.content-select select{
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 8px 10px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background: #FFF;
	color: #757575;
	font-size: 16px;
	color: #999;
	border:1px solid #A5A5A5;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease;
	background: url("../imagenes/flecha_select.png"), #FFFFFF ;
	background-position: 340px center;
	background-repeat: no-repeat;
}
 
.content-select select:hover{
	color: #5C5C5C;
	border:1px solid #5C5C5C;
}
.content-select i{
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	width: 8px;
	height: 8px;
	display: block;
	border-left: 4px solid #EF5E0F;
	border-bottom: 4px solid #EF5E0F;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.2s ease;
	cursor: pointer;
}
#album_imagenes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
}
#img_lista {
    display: block;
    width: 24%;
    height: 180px;
    background: #eaeaea;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.img_lista {
    display: block;
    width: 100%;
    height: auto;
    background: #eaeaea;
    border-radius: 10px;
    margin-bottom: 20px;
}
img.img_galeria {
    height: 180px;
    display: block;
    text-align: center;
}

#vinculos{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 16px;
}
li.formatos #vinculos{
	width: 30%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    justify-content: flex-end;
}
 a.bot_documento, a.bot_link{
	background: #FFF;
	border: #F15A24 solid 1px;
	color: #F15A24;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 8px;
}
a.bot_documento{
	background: #FFF url("../imagenes/ico_documento.png") 8px center no-repeat;
	padding: 4px 8px 4px 26px;
	display: flex;
    align-items: center;
}
a.bot_documento:hover{
	background: #F15A24 url("../imagenes/ico_documento_hover.png") 8px center no-repeat;
	color: #FFF;
}
a.bot_link{
	background: #FFF url("../imagenes/ico_link.png") 8px center no-repeat;
	padding: 4px 8px 4px 32px;
	display: flex;
    align-items: center;
}
a.bot_link:hover{
	background: #F15A24 url("../imagenes/ico_link_hover.png") 8px center no-repeat;
	color: #FFF;
}
li.formatos #vinculos a.bot_documento {
    background: #FFF url(../imagenes/ico_documento.png) 8px center no-repeat;
    padding: 8px 8px 8px 26px;
    display: flex;
    align-items: center;
	margin-right: 0;
	margin-left: 8px;
}
li.formatos #vinculos a.bot_documento:hover{
	background: #F15A24 url("../imagenes/ico_documento_hover.png") 8px center no-repeat;
	color: #FFF;
}
li.formatos #vinculos a.bot_link {
    background: #FFF url(../imagenes/ico_link.png) 8px center no-repeat;
    padding: 8px 8px 8px 32px;
    display: flex;
    align-items: center;
	margin-right: 0;
	margin-left: 8px;
}
li.formatos #vinculos a.bot_link:hover{
	background: #F15A24 url("../imagenes/ico_link_hover.png") 8px center no-repeat;
	color: #FFF;
}

/*footer*/

footer{
	width: 100%!important;
    background: #F3E0C2!important;
    padding: 32px 0!important;
    border-bottom: #F39300 solid 4px!important;
}
#footer_interno{
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#vinculos_interes{
	width: 32%;
    border: #F39300 solid 1px;
    background: #FFF;
    border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
}
#vinculos_interes li{
	margin-bottom: 8px;
    list-style-position: inside !important;
    color: #FFF;
	list-style-image: url("../imagenes/vineta.png");
	margin-top: 16px!important;
}
#vinculos_interes a{
	color: #000;
}
#vinculos_interes a:hover{
	color: #29ABE2;
}
#mapa{
	width: 32%;
    border: #F39300 solid 1px;
    background: #FFF;
    border-radius: 8px;
	height: 230px;
	overflow: hidden;
}
#contacto{
	width: 32%;
    border: #F39300 solid 1px;
    background: #FFF;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
#contacto ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
#contacto ul li{
	list-style: none;
	margin-right: 16px;
}
#contacto #datos_contacto{
	width: 100%;
	color: #000;
	    line-height: 20px;
}

#creditos{
	background: #FFF;
	width: 100%;
	padding: 16px 0;
}
#creditos_interno{
	width: 1024px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
	color: #7E7E7E;
	font-size: 14px;
	line-height: 19px;
}
#creditos_interno #diseno_desarrollo{
	display: flex;
    align-items: center;
    width: 26%;
    justify-content: space-between;
}
li.formatos{
	width: 100%;
	background: #FFF;
	padding: 8px 24px;
	box-sizing: border-box;
	border-bottom: #D1D1D1 solid 1px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	transition: all 0.2s ease-out;
}
li.formatos:hover{
	background: #F3F3F3;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
	display: inline-flex;
}
li.formatos a{
	opacity: 0;
}
li.formatos:hover a{
	opacity: 1;
}
#contactenos{
	display: flex;
	justify-content: center;
	width: 100%;
	border-radius: 8px;
	padding: 24px 16px;
	box-sizing: border-box;
	background: #F1F1F1;
}
.form_contactenos{
	width: 50%;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
input.input_nombre, input.input_ciudad, input.input_email, input.input_telefono{
	display: block !important;
	height: 40px;
	width: 100%;
	border: #9F9F9F solid 1px;
	padding: 8px 8px 8px 32px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 24px;
}
input.input_nombre:focus, input.input_ciudad:focus, input.input_email:focus, input.input_telefono:focus{
	border: #F15A24 solid 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
input.input_nombre{
	background: url("../imagenes/icon_nombre.png") no-repeat 8px center, #FFF;
}
input.input_ciudad{
	background: url("../imagenes/icon_ciudad.png") no-repeat 8px center, #FFF;
}
input.input_email{
	background: url("../imagenes/icon_email.png") no-repeat 8px center, #FFF;
}
input.input_telefono{
	background: url("../imagenes/icon_telefono.png") no-repeat 8px center, #FFF;
}
::-webkit-input-placeholder { /* Edge */
  color: #A2A2A2 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A2A2A2 !important;
}
::placeholder {
  color: #A2A2A2 !important;
}
select.form_select{
	display: block !important;
	height: 40px;
	width: 100%;
	border: #9F9F9F solid 1px;
	padding: 8px 8px 8px 8px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 24px;
}
select.form_select:focus{
	border: #F15A24 solid 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
textarea{
	display: block !important;
	height: 160px;
	width: 100%;
	border: #9F9F9F solid 1px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 24px !important;
}
textarea:focus{
	border: #F15A24 solid 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#botones_form{
	width: 100%;
	display: flex;
	justify-content: right;
}
input.bot_enviar{
	display: block;
    box-sizing: border-box;
    padding: 8px 24px;
    background: #274496;
    border-radius: 8px;
    color: #fff;
	margin: 0 0 0 16px;
    font-size: 16px;
    align-items: center;
    display: block;
    font-weight: bold;
    transition: all 0.2s ease-out;
	border: none;
}
input.bot_enviar:hover {
    background: #29ABE2;
}
input.bot_borrar{
	padding: 8px 24px;
	background: #FFF;
	border-radius: 8px;
	color: #0084B6;
	font-size: 14px;
	align-items: center;
	border: solid #0084B6 2px;
	margin: 0 0 0 16px;
	display: block;
	box-sizing: border-box;
}
input.bot_borrar:hover{
	background: #FFF;
	color: #0293CB;
	border: solid #0293CB 2px;
}




/*TABLET*/
@media only screen and (max-width:768px){

.mobile-btn {
    display: block!important;
}
.menu-mobile{
	display: block !important;
}
header #header_centro {
    width: 94%;
}
#header_top {
    margin: 0 0 0 0;
}
#header_centro ul {
	display: none;
}
header #header_centro #cuadro_falso{
		display: block;
}
input.buscar {
    width: 258px;
}
.boton_primario {
    display: none;
}
.boton_secundario {
    display: none;
}
#iconos {
    display: none;
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 369px;
}
#aside_interno {
    width: 96%;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto 0 auto;
    padding: 32px 0;
    box-sizing: border-box;
}
h1 {
    font-size: 28px !important;
    margin: 0 0 24px 0!important;
    line-height: 28px !important;
}
li.formatos {
    padding: 16px 24px;
}
li.formatos a{
	opacity: 1;
}
#convenios_home_interno {
    width: 96%;
}
#convenios_home_interno ul li a {
    width: 112px;
    height: 112px;
    padding: 0 0 27px 0;
    box-sizing: border-box;
}
a.bot_salud {
    background: url(../imagenes/icon_salud.png), #EDEBDF;
    background-position: center 14px, center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #F39300;
}
a.bot_salud:hover {
    background: url(../imagenes/icon_salud_hover.png), url(../imagenes/img_salud.png);
    background-position: center 14px, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 100%;
    color: #FFFFFF;
}
a.bot_educacion {
    background: url(../imagenes/icon_educacion.png) #EDEBDF;
    background-position: center 14px, center;
	background-size: 50%;
    background-repeat: no-repeat;
    color: #F39300;
}
a.bot_educacion:hover {
    background: url(../imagenes/icon_educacion_hover.png), url(../imagenes/img_educacion.png);
    background-position: center 14px, center;
    background-repeat: no-repeat, no-repeat;
	background-size: 50%, 100%;
    color: #FFFFFF;
}
a.bot_recreacion {
    background: url(../imagenes/icon_recreacion.png) #EDEBDF;
    background-position: center 14px, center;
	background-size: 50%;
    background-repeat: no-repeat;
    color: #F39300;
}
a.bot_recreacion:hover {
    background: url(../imagenes/icon_recreacion_hover.png), url(../imagenes/img_recreacion.png);
    background-position: center 14px, center;
    background-repeat: no-repeat, no-repeat;
	background-size: 50%, 100%;
    color: #FFFFFF;
}
a.bot_consumo {
    background: url(../imagenes/icon_consumo.png) #EDEBDF;
    background-position: center 14px, center;
	background-size: 50%;
    background-repeat: no-repeat;
    color: #F39300;
}
a.bot_consumo:hover {
    background: url(../imagenes/icon_consumo_hover.png), url(../imagenes/img_consumo.png);
    background-position: center 14px, center;
    background-repeat: no-repeat, no-repeat;
	background-size: 50%, 100%;
    color: #FFFFFF;
}
a.bot_seguros {
    background: url("../imagenes/icon_seguros.png") #EDEBDF;
    background-position: center 14px, center;
	background-size: 50%;
    background-repeat: no-repeat;
    color: #F39300;
}
a.bot_seguros:hover {
    background: url("../imagenes/icon_seguros_hover.png"), url("../imagenes/img_seguros.png");
    background-position: center 14px, center;
    background-repeat: no-repeat, no-repeat;
	background-size: 50%, 100%;
    color: #FFFFFF;
}
#mapa {
    height: 290px;
}
#mapa iframe{
	height: 290px;
}
#footer_interno {
    width: 100%;
    justify-content: space-around;
}
#creditos_interno {
    width: 100%;
    justify-content: space-around;
}
#noticia_completa {
    width: 100%;
    display: flex;
    border: #D5D5D5 solid 1px;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
}
#imagen_noticia_completa {
    width: 100%;
    height: 359px;
	margin-bottom: 24px;
}
#texto_noticia_completa {
    width: 100%;
}
#noticia_principal {
    width: 49%;
    display: block;
    margin-bottom: 16px
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    padding: 24px 16px;
    box-sizing: border-box;
}
#img_lista {
    width: 32%;
}
	}

/*MOVIL*/
@media only screen and (max-width:425px){

#login {
    width: 100%;
}
#menu_bar {
	display: block;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 73px;
	margin: 0;
	position: fixed;
	background: #FFF;
	opacity: 0;
	z-index: 2;
	transition: all 0s ease-out;
	padding: 20px 50px 20px 0;
    box-sizing: border-box;
	border-top: #EF5E0F solid 1px;
}
#menu_bar ul li {
    display: block;
}
#menu_bar ul li a{
	padding: 16px 24px 16px 24px;
	display: block;
	color: #5A5A5A;
	font-size: 16px;
}
#menu_bar ul li a:hover{
	color: #EF5E0F;
}
a.ico_cerrar{
	position: absolute;
	right: 16px;
	top: 16px;
	}
header {
    width: 100%;
    height: auto;
}
header #header_centro {
    width: 94%;
	align-items: center;
}
header #header_centro #cuadro_falso{
	display: block;
}
a.logo{
	width: 88px;
    height: 38px;
}
a.logo img{
	width: 90px;
    height: 38px;
}
#boton_usuario_menu-mobile .boton_primario {
    box-sizing: border-box;
    padding: 8px 16px 8px 40px;
    background: url(../imagenes/icono_usuario.png) 16px center, #4b6637;
    background-repeat: no-repeat;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    display: block;
    font-weight: bold;
    transition: all 0.2s ease-out;
}

#header_centro ul {
    display: none;
}
#redes {
	display: none;
}
#redes_mobile{
	display: flex;
    justify-content: center;
	width: 100%;
	margin: 16px 0 0 0;
}
input.buscar {
    width: 198px;
}
#banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 213px;
    border-bottom: solid #F39300 4px;
}
#iconos {
	display: none;
}
#aside_interno {
    width: 94%;
	margin: 0 auto;
	padding: 24px 0px;
}
#primer_noticia {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 16px 0;
}
#primer_noticia #imagen_noticia {
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#primer_noticia #texto_noticia {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 22px;
    border-radius: 0 0 8px 8px;
    background: #F9F5EF;
}
#noticia_principal {
    width: 100%;
	margin-bottom: 16px;
	padding: 16px;
}
#noticias_principales {
    flex-direction: column;
}
.noticia {
    padding: 16px;
}
#texto_noticia {
    padding: 0;
}
#boton_vermas {
    margin-bottom: 16px;
}
#convenios_home_interno {
    width: 94%;
	padding: 0 16px;
}
#convenios_home_interno ul {
    justify-content: center;
    flex-wrap: wrap;
}
#convenios_home_interno ul li a {
	margin-bottom: 16px;
	margin: 10px;
}
#footer_interno {
    width: 94%;
    flex-direction: column;
}	
#vinculos_interes {
    width: 100%;
    margin-bottom: 24px;
	text-align: center;
}
#vinculos_interes li{
    list-style: none;
}
#vinculos_interes a {
    color: #000;
	text-decoration: underline;
}
#mapa {
    width: 100%;
    margin-bottom: 24px;
}
#contacto {
    width: 100%;
}
h1, h3{
		text-align: center!important;
}
#contacto ul {
    justify-content: center;
	margin-bottom: 24px;
}
#contacto ul li {
    margin: 0 16px;
}
#contacto #datos_contacto {
    text-align: center;
}
#creditos_interno {
    width: 94%;
    flex-direction: column;
    align-items: center;
}
#derechos_reservados{
	text-align: center;
	margin-bottom: 16px;
	}
#creditos_interno #diseno_desarrollo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    height: 80px;
}
#encabezado_galerias {
    width: 100%;
    display: flex;
    flex-direction: column;
}
h5 {
    font-size: 20px !important;
}
#album_imagenes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#img_lista {
    width: 48%;
	height: 140px;
	margin-bottom: 16px;
}
.content-select select {
    background: url(../imagenes/flecha_select.png), #FFFFFF;
    background-position: 97% center;
    background-repeat: no-repeat;
}
#imagen_noticia_completa {
    height: 240px;
}
li.formatos {
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
li.formatos #vinculos{
	margin-top: 8px;
    width: 100%;
    justify-content: flex-start;
}
li.formatos #vinculos a.bot_documento {
    margin-right: 8px;
    margin-left: 0;
}
li.formatos #vinculos a.bot_link {
    margin-right: 8px;
    margin-left: 0;
}
a.descargar {
    border: #F15A24 solid 2px;
    border-radius: 8px;
    color: #F15A24;
    padding: 8px 32px 8px 8px;
    box-sizing: border-box;
    background: url(../imagenes/ico_descargar.png) 82px center no-repeat, #FFF;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 110px;
}
li.formatos span {
	width: 100%;
	line-height: 22px;
}
.form_contactenos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#botones_form {
    justify-content: center;
}
input.bot_borrar {
    padding: 8px 40px;
	margin: 0 8px 0 0;
}
input.bot_enviar {
    padding: 8px 40px;
	margin: 0 0 0 8px;
}
	}

/*MOVIL 375PX*/
@media only screen and (max-width:375px){
	
input.buscar {
    width: 148px;
}
#imagen_noticia_completa {
    height: 180px;
}

	}

/*MOVIL 320PX*/
@media only screen and (max-width:320px){
	
input.buscar {
    width: 108px;
}
/*#vinculos a.bot_documento {
	background: #FFF;
    padding: 4px 8px;
}
#vinculos a.bot_link {
	background: #FFF;
    padding: 4px 8px;
}*/
	}


