*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#ingreso_asociado,#registro_asociado,#recuperacion_contrasena{
	display: none;
	z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    border: none;
}
.encabezado {
	border-top: none;
}
		
.encabezado:after {
	display: none;
}
a.boton_cerrar{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	background: rgba(0,81,98,1.00);
	background: url(../imagenes/cerrar_popup.png) no-repeat center;
	cursor: pointer;
	transition: all 0.3s ease-out;
	display: block;
	border-radius: 50%;
	padding: 10px;
}
iframe{
	border: none;
}
nav{
	width: 100%;
	height: 136px;
	background: url(../imagenes/fondo_nav_2.gif), linear-gradient(top, rgba(24,124,246,0)111px,rgba(24,124,246,1)111px,rgba(24,124,246,1)136px), linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%), linear-gradient(top,#187CF6 50px,#FFF 50px, #FFF 52px,#187CF6 52px, #187CF6 57px,#FFF 57px);
	background: url(../imagenes/fondo_nav_2.gif), -webkit-linear-gradient(top, rgba(24,124,246,0)111px,rgba(24,124,246,1)111px,rgba(24,124,246,1)136px), -webkit-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%), -webkit-linear-gradient(top,#187CF6 50px,#FFF 50px, #FFF 52px,#187CF6 52px, #187CF6 57px,#FFF 57px);
	background: url(../imagenes/fondo_nav_2.gif), -moz-linear-gradient(top, rgba(24,124,246,0)111px,rgba(24,124,246,1)111px,rgba(24,124,246,1)136px), -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%), -moz-linear-gradient(top,#187CF6 50px,#FFF 50px, #FFF 52px,#187CF6 52px, #187CF6 57px,#FFF 57px);
	background: url(../imagenes/fondo_nav_2.gif), -ms-linear-gradient(top, rgba(24,124,246,0)111px,rgba(24,124,246,1)111px,rgba(24,124,246,1)136px), -ms-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%), -ms-linear-gradient(top,#187CF6 50px,#FFF 50px, #FFF 52px,#187CF6 52px, #187CF6 57px,#FFF 57px);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: right 111px, left top, left top, left top;
	font-family: 'Conv_calibri_0';
	box-shadow: 0 5px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}
#nav_interno{
	width: 1024px;
	margin: 0 auto;
	height: 136px;
	background: url(../imagenes/fondo_nav.jpg) no-repeat right top;
	position: relative;
}
#nav_interno #logo{
	width: 220px;
	height: 136px;
	float: left;
	background: #FFF;
}
#nav_interno #logo #logo_diagonal{
	width: 220px;
    height: 111px;
    float: left;
    background: #FFF;
    transform: skewX(-30deg);
}
img.logo_icontec{
	transform: skewX(30deg);
	margin-top: 11px;
}
#barra_buscador{
	float: right;
	height: 50px;
}
ul.redes{
	display: block;
	height: 50px;
	float: right;
	margin-left: 15px;
}
ul.redes li{
	display: inline-block;
	height: 50px;
	margin-left: 20px;
	list-style: none;
	float: left;
}
ul.redes li:first-child{
	margin-left: 0;
}
ul.redes li a.ico_facebook{
	display: block;
	width: 11px;
	height: 22px;
	margin-top: 14px;
	background: url(../imagenes/ico_redes.png) no-repeat left center;
	transition: all 0.3s ease-out;
}
.boton_cargando{
	    color: #FFF;
		background: #187CF6;
		padding: 5px 10px;
		font-family: 'Conv_calibri_0';
		font-size: 20px;
		text-align: center;
		width: auto;
		float: right;
		cursor: pointer;
		transition: all 0.2s ease-out;
		box-shadow: 0 1px 2px 0px rgba(0,0,0,0.7);
		border-radius: 0;
		border: none;
	max-width: 50%;
	display: none;
	margin-top: 10px;
}
ul.redes li a.ico_facebook:hover{
	background: url(../imagenes/ico_redes2.png) no-repeat left center;
}
ul.redes li a.ico_twitter{
	display: block;
	width: 23px;
	height: 21px;
	margin-top: 15px;
	background: url(../imagenes/ico_redes.png) no-repeat -27px center;
	transition: all 0.3s ease-out;
}
ul.redes li a.ico_twitter:hover{
	background: url(../imagenes/ico_redes2.png) no-repeat -27px center;
}
ul.redes li a.ico_youtube{
	display: block;
	width: 25px;
	height: 17px;
	margin-top: 17px;
	background: url(../imagenes/ico_redes.png) no-repeat -67px center;
	transition: all 0.3s ease-out;
}
ul.redes li a.ico_youtube:hover{
	background: url(../imagenes/ico_redes2.png) no-repeat -67px center;
}
ul.redes li a.ico_instagram{
	display: block;
	width: 21px;
	height: 21px;
	margin-top: 15px;
	background: url(../imagenes/ico_redes.png) no-repeat -108px center;
	transition: all 0.3s ease-out;
}
ul.redes li a.ico_instagram:hover{
	background: url(../imagenes/ico_redes2.png) no-repeat -108px center;
}
#menu{
	float: right;
	font-size: 16px;
}
#menu li{
	list-style: none;
    display: inline-block;
    margin-left: 30px;
    margin-top: 23px;
}
#menu li:first-child{
	margin-left: 0;
}
#menu li a{
	color: #133F88;
}
#menu li a:hover{
	color: #187CF6;
}
#barra_login{
	position: absolute;
	width: 1024px;
	height: 80px;
	bottom: -55px;
	left: 0;
	background: url(../imagenes/barra_login.png) no-repeat left top;
}
#login{
	right: 0;
    top: 24px;
    width: 139px;
    height: 50px;
    color: #FFF;
    text-align: right;
    position: absolute;
    line-height: 16px;
}
#login a{
	width: 139px;
    height: 50px;
    background: url(../imagenes/login.png) no-repeat 76px center;
    padding: 8px 73px 0 0;
    box-sizing: border-box;
	display: block;
	color: #FFFFFF;
	transition: all 0.3s ease-out;
	position: absolute;
}
#login #fondo_login{
	width: 139px;
    height: 50px;
	background: url(../imagenes/login.png), linear-gradient(-77deg, rgba(0,255,255,0)49%, rgba(0,255,255,0.8)100%);
	background: url(../imagenes/login.png), -webkit-linear-gradient(-77deg, rgba(0,255,255,0)49%, rgba(0,255,255,0.8)100%);
	background: url(../imagenes/login.png), -moz-linear-gradient(-77deg, rgba(0,255,255,0)49%, rgba(0,255,255,0.8)100%);
	background: url(../imagenes/login.png), -ms-linear-gradient(-77deg, rgba(0,255,255,0)49%, rgba(0,255,255,0.8)100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 76px center, left top;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
}
#login:hover #fondo_login{
	opacity: 1;
}

#buscador{
	float: right;
	margin: 11px 15px;
}
#buscador input{
	width: 139px;
    height: 25px;
    border-top: #FFF solid 1px;
    border-right: none;
    border-bottom: #FFF solid 1px;
    border-left: #FFF solid 1px;
    border-radius: 15px 0 0 15px;
    background: rgba(255,255,255,0.6);
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 10px;
    font-size: 15px;
}
#buscador input.bot_lupa{
	width: 32px;
	height: 25px;
	border-top: #FFF solid 1px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	border-left: none;
	border-radius: 0 15px 15px 0;
	background: url(../imagenes/lupa.png), rgba(255,255,255,0.6);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	display: block;
	float: left;
	cursor: pointer;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
#texto_fecha{
	float: right;
    color: #FFF;
    font-size: 12px;
    text-align: right;
    margin: 11px 15px;
    line-height: 13px;
}

/*header*/
header{
	width: 100%;
	height: auto;
	display: block;
	border-bottom: #187CF6 solid 2px;
	overflow: hidden;
}

/*carrusel*/
#carrusel_fundido{
	width: 100%;
	height: auto;
	top: 0;
	background: linear-gradient(left, rgba(39,52,71,1)5%, rgba(39,52,71,0)30%, rgba(39,52,71,0)70%, rgba(39,52,71,1)95%);
	background: -webkit-linear-gradient(left, rgba(39,52,71,1)5%, rgba(39,52,71,0)30%, rgba(39,52,71,0)70%, rgba(39,52,71,1)95%);;
	position: absolute;
}
#carrusel{
	width: 100%;
	height: auto;
	overflow: hidden;
}


/*contenedor*/
#contenedor{
	width: 100%;
	float: left;
	background: radial-gradient(circle, #EEE, #FFF 90%);
	background: -webkit-radial-gradient(circle, #EEE, #FFF 90%);
	background: -moz-radial-gradient(circle, #EEE, #FFF 90%);
	background: -ms-radial-gradient(circle, #EEE, #FFF 90%);
}
#contenedor_interno{
	width: 1024px;
	margin: 0 auto;
}

/*section*/
section{
	width: 744px;
	float:  left;
	/*background: linear-gradient(left, rgba(221,221,221,0), rgba(221,221,221,1));
	background: -webkit-linear-gradient(left, rgba(221,221,221,0), rgba(221,221,221,1));
	background: -moz-linear-gradient(left, rgba(221,221,221,0), rgba(221,221,221,1));
	background: -ms-linear-gradient(left, rgba(221,221,221,0), rgba(221,221,221,1));*/
	font-family: 'Conv_calibri_0';
	position: relative;
}
h1{
	color: #133F86;
    font-family: 'Conv_calibri_0';
    font-weight: bold;
    font-size: 43px !important;
    padding: 10px 0 !important;
	margin: 0 !important;
}
h1 span{
	color: #187BF6;
	font-family: 'Conv_calibri_0';
	font-weight: normal;
	font-size: 43px;
}
h2{
	color: #187BF6;
    font-family: 'Conv_calibri_0';
    font-weight: normal;
    font-size: 24px !important;
	margin: 0 0 10px 0 !important;
}
h3{
	color: #187BF6;
    font-family: 'Conv_calibri_0';
    font-weight: normal;
    font-size: 30px !important;
	margin: 0 0 30px 0 !important;
	padding: 0 0 4px 0;
	background: url(../imagenes/borde_article.png) no-repeat 180px bottom;
	border-bottom: #CCC solid 1px;
}
article.noticia{
	width: 100%;
	display: block;
	z-index: 0;
}
article.quienes{
	width: 100%;
	display: block;
	margin-top: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
	    overflow: auto;
}
article.quienes::after {
    /*content: "";
    width: 100%;
    height: 9px;
    right: 0;
    top: -14px;
    position: absolute;
    border-bottom: #CCC solid 1px;
    display: block;
	background: url(../imagenes/borde_article.png) no-repeat 100px top;*/
}
article.simulador{
	width: 100%;
	display: block;
	margin-top: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
article.convenios{
	border-bottom: none;
    width: 100%;
    float: left;
    margin-top: 0;
    margin: 0;
    padding: 0;
	animation: anim_article 0.5s ease-in-out;
}
article.galerias{
	border-bottom: none;
    width: 100%;
    float: left;
    margin-top: 0;
    margin: 0;
    padding: 0;
	animation: anim_article 0.5s ease-in-out;
}
article.cons_home{
	width: 100%;
    float: left;
    border: #CCC solid 1px;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 20px;
	animation: anim_article 0.5s ease-in-out;
	font-family: 'Conv_calibri_0';
	background: #EEE;
}
@keyframes anim_article{
	0% {opacity: 0; transform: scale(0.5)}
	100% {opacity: 1; transform: scale(1)}
}
article p{
	margin-bottom: 20px;
	color: #333;
}
.img_noticia{
	width: 100%;
	height: 90px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
    border: #AAA solid 1px;
}
article.convenios li{
	width: 100%;
	list-style: none;
	margin: 0 0 15px 0;
	display: block;
	float: left;
	background: #EEE;
}
article.convenios a{
	width: 100%;
	float: left;
	padding: 15px;
    box-sizing: border-box;
    border: #DDD solid 1px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	display: block;
	transition: all 0.3s ease-out;
}
article.convenios a:hover{
	background: #EEE;
    color: #FFF;
	transform: scaleX(1.04);
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}
#img_convenio {
    width: 30%;
    height: 140px;
    float: left;
    border: #888 solid 1px;
    box-sizing: border-box;
    
	overflow: hidden;
}
#texto_convenio{
	width: 67%;
	color: #666;
	font-size: 16px;
	display: block;
	transition: all 0.5s ease-out;
	float: right;
}
#texto_convenio p{
	margin: 0 0 10px 0;
	transition: all 0.3s ease-out;
	font-weight: normal;
}
article.convenios a:hover #texto_convenio p{
	color: #666;
}
article.convenios h3 {
    color: #114E8A;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    font-size: 19px;
    letter-spacing: 0.5px;
	transition: all 0.3s ease-out;
}
article.convenios a:hover h3{
	color: #114E8A;
}
#menu_convenios{
	position: absolute;
    top: 0;
    right: -6px;
    width: 70%;
    height: 52px;
    background: linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)20px), linear-gradient(left,#187CF6,#114E8A);
	background: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)10px), -webkit-linear-gradient(left,#187CF6,#114E8A);
    transform: skew(10deg);
}
#menu_convenios li{
	border-left: rgba(255,255,255,0.3) solid 1px;
	border-right: rgba(0,0,0,0.4) solid 1px;
	list-style: none;
	display: inline-block;
	color: #FFF;
	width: 19%;
	height: 52px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.2s ease-out;
	font-weight: normal;
	float: left;
}
#menu_convenios li:last-child{
	border-right: none;
	border-left: rgba(255,255,255,0.3) solid 1px;
}
#menu_convenios li:last-child:hover{
	border-right: rgba(0,0,0,0.4) solid 1px;
	border-left: rgba(255,255,255,0.3) solid 1px;
}
#menu_convenios li:hover{
	transform: scale(1.2);
	background: #133F88;
	box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	z-index: 1;
}
#menu_convenios li a{
	color: #FFF;
	width: 100%;
	height: 52px;
	display: block;
	transform: skew(-10deg);
	padding-top: 30px;
}
#menu_convenios li a.ico_salud{
	background: url(../imagenes/ico_convenios.png) no-repeat center 1px;
	background-size: 40%;
}
#menu_convenios li a.ico_educacion{
	background: url(../imagenes/ico_convenios.png) no-repeat center -55px;
	background-size: 40%;
}
#menu_convenios li a.ico_seguridad{
	background: url(../imagenes/ico_convenios.png) no-repeat center -248px;
	background-size: 45%;
}
#menu_convenios li a.ico_recreacion{
	background: url(../imagenes/ico_convenios.png) no-repeat center -111px;
	background-size: 40%;
}
#menu_convenios li a.ico_consumo{
	background: url(../imagenes/ico_convenios.png) no-repeat center -168px;
	background-size: 40%;
}
#menu_convenios li a.ico_galeria_imagenes{
	background: url(../imagenes/ico_convenios.png) no-repeat center -267px;
	background-size: 40%;
}
#menu_convenios li a.ico_galeria_videos{
	background: url(../imagenes/ico_convenios.png) no-repeat center -321px;
	background-size: 40%;
}
h4{
	margin-top: 30px;
	color: #187BF6;
    font-family: 'Conv_calibri_0';
    font-weight: normal;
	background: none; 
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	border-top: rgb(24,124,246) solid 2px;
}
h4:after{
	content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 60%;
    height: 43px;
    background: linear-gradient(top,rgba(19,63,136,1), rgba(24,124,246,1));
	background: -webkit-linear-gradient(top,rgba(19,63,136,1), rgba(24,124,246,1));
    transform: skewX(30deg);
    display: block;
}
h4 span{
	color: rgba(19,63,136,1);
	font-size: 30px;
}
#categorias{
	display: none;
}
article.galerias li{
	list-style: none;
}
#album{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: #CCC solid 1px;
	margin: 0 0 20px 0;
	background: #EEE;
}
article #categorias_album{
	width: 100%;
	float: right;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    display: block;
    clear: both;
    background: #DDD;
    margin-bottom: 20px;
}
.campo_categoria {
	width: 93%;
	height: 35px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-top: #CCC solid 1px;
	border-right: none;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	float: left;
}
#categorias_galeria button.lupa{
	width: 7%;
	height:35px;
	float: left;
	display: block;
	background: url(../imagenes/ico_lupa.png), rgba(0,150,64,1);  
	background: url(../imagenes/ico_lupa.png), rgba(0,150,64,1);
	background: url(../imagenes/ico_lupa.png), rgba(0,150,64,1);
	background: url(../imagenes/ico_lupa.png), rgba(0,150,64,1);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	box-sizing:border-box;
	cursor: pointer;
}
#categorias_galeria button.lupa:hover{
	background: url(../imagenes/ico_lupa.png), rgba(30,150,196,1);  
	background: url(../imagenes/ico_lupa.png), rgba(30,150,196,1);
	background: url(../imagenes/ico_lupa.png), rgba(30,150,196,1);
	background: url(../imagenes/ico_lupa.png), rgba(30,150,196,1);
	background-position: center center;
	background-repeat: no-repeat;
}
#categorias_galeria form{
	display:block;
	margin: 0 auto 15px auto;
}
#categorias_album button.lupa{
	width: 7%;
	height:35px;
	float: left;
	display: block;
	background: url(../imagenes/ico_filtrar.png), rgba(19,63,136,1);  
	background: url(../imagenes/ico_filtrar.png), rgba(19,63,136,1);
	background: url(../imagenes/ico_filtrar.png), rgba(19,63,136,1);
	background: url(../imagenes/ico_filtrar.png), rgba(19,63,136,1);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	box-sizing:border-box;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
#categorias_album button.lupa:hover{
	background: url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);  
	background: url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background: url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background: url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background-position: center center;
	background-repeat: no-repeat;
}
#categorias_album form{
	display:block;
	margin: 0 auto 15px auto;
}
article p.bienvenido{
	color: #333;
	font-size: 24px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 20px 10px 0px;
	border-bottom: #CCC solid 1px;
	box-sizing: border-box;
	font-family: 'Conv_calibri_0';
}
article p span{
	color: #133F88;
	font-weight: bold;
	font-style: italic;
}
a.cerrar_sesion, a.administrador{
	display: block;
	float:right;
	color:#FFFFFF;
	font-size: 12px;
	padding: 7px 7px 7px 35px; 
	font-weight: normal;
	box-sizing: border-box;
	margin: 0px 0 15px 20px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
a.cerrar_sesion{
	background: url(../imagenes/ico_cerrar_sesion.png) no-repeat 8px 4px, #1662C8;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
a.administrador{
	background: url(../imagenes/ico_administrador.png) no-repeat 8px center, #1662C8;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
a.cerrar_sesion:hover{
	background: url(../imagenes/ico_cerrar_sesion.png) no-repeat 8px 4px, #5C9FE9;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.7);
}
a.administrador:hover{
	background: url(../imagenes/ico_administrador.png) no-repeat 8px center, #5C9FE9;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.7);
}
article .texto_cons{
	padding: 20px 20px 20px 20px;
    color: #666;
    font-size: 16px;
    background: #F5F5F5;
    display: block;
    float: left;
    border: #BBB solid 1px;
}
article .texto_cons p span{
	color: #187CF6;
	font-weight: bold;
}
article.cons_home li{
	list-style: none;
    display: inline-block;
    width: 13.7%;
    height: 90px;
    border: #B8CBDA solid 1px;
    margin: 0 1.3% 20px 1.3%;
    background: #F5F5F5;
    float: left;
}
article.cons_home li a{
	width: 100%;
	height: 90px;
	display: block;
	text-align: center;
	color: #133F88;
	box-sizing: border-box;
	padding-top: 50px;
	line-height: 16px;
	font-family: 'Conv_calibri_0';
	text-decoration: none;
}
article.cons_home li a.ico_estado{
	background: url(../imagenes/ico_estado.png) no-repeat center 0;
	transition: all 0.3s ease-out;
}
article.cons_home li a.ico_estado:hover{
	background: url(../imagenes/ico_estado2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home li a.ico_movimientos{
	background: url(../imagenes/ico_movimientos.png) no-repeat center 0;
	transition: all 0.3s ease-out;
	padding-top: 56px;
}
article.cons_home li a.ico_movimientos:hover{
	background: url(../imagenes/ico_movimientos2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home li a.ico_contrasena{
	background: url(../imagenes/ico_contrasena.png) no-repeat center 0;
	transition: all 0.3s ease-out;
}
article.cons_home li a.ico_contrasena:hover{
	background: url(../imagenes/ico_contrasena2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home li a.ico_actualizar{
	background: url(../imagenes/ico_actualizar.png) no-repeat center 0;
	transition: all 0.3s ease-out;
}
article.cons_home li a.ico_actualizar:hover{
	background: url(../imagenes/ico_actualizar2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home li a.ico_credito{
	background: url(../imagenes/ico_solicitud.png) no-repeat center 0;
	transition: all 0.3s ease-out;
}
article.cons_home li a.ico_credito:hover{
	background: url(../imagenes/ico_solicitud2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home li a.ico_afiliacion{
	background: url(../imagenes/ico_afiliacion.png) no-repeat center 0;
	transition: all 0.3s ease-out;
}
article.cons_home li a.ico_afiliacion:hover{
	background: url(../imagenes/ico_afiliacion2.png) no-repeat center 0, #133F88;
	color: #FFF;
}
article.cons_home a.bot_documento{
	font-size: 16px;
	padding: 3px 20px;
	margin: 0 20px 10px 0;
	background: #133F88;
	border-radius: 7px;
	border: #FFF solid 2px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.4);
	color: #FFF;
	float:left;
	display:block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
article.cons_home a.bot_documento:hover{
	background: #187CF6;
}

/*aside*/
aside{
	width: 280px;
	float:  right;
	position: relative;
	overflow: hidden;
}
#aside_diagonal{
	transform: skewX(10deg);
    overflow: hidden;
    position: relative;
    left: 25px;
}
aside ul{
	display: block;
	background: linear-gradient(top,#12428A,#017CB8);
	background: -webkit-linear-gradient(top,#12428A,#017CB8);
	background: -moz-linear-gradient(top,#12428A,#017CB8);
	background: -ms-linear-gradient(top,#12428A,#017CB8);
	transform: skewX(-10deg);
	position: relative;
	width: 280px;
    left: -24px;
}
aside li{
	list-style: none;
    color: #FFF;
    font-family: 'Conv_calibri_0';
    box-sizing: border-box;
    border-bottom: rgba(0,0,0,0.5) dotted 2px;
    text-align: right;
    margin: 0 20px 0 50px;
}
aside li:first-child{
    border-bottom: none;
    width: 280px;
    height: 72px;
    background: linear-gradient(top,#FFF,#BFDFFF);
    background: -webkit-linear-gradient(top,#FFF,#BFDFFF);
    display: block;
    margin: 0;
}
aside li:first-child a{
    border-bottom: none;
    width: 278px;
    height: 72px;
    background: url(../imagenes/ico_pse.png) no-repeat 210px 15px;
    display: block;
    margin: 0;
    text-align: left;
    color: #133F88;
    font-size: 20px;
    padding: 23px 50px 0 45px;
    box-sizing: border-box;
	transition: all 0.2s ease-out;
}
aside li:first-child a:hover{
    background: url(../imagenes/ico_pse2.png) no-repeat 210px 11px;
}
aside li:last-child{
    border-bottom: none;
}
aside li a{
	color: #FFF;
	padding: 10px 35px 10px 10px;
	display: block;
}
aside li a.ico_simulador{
	background: url(../imagenes/ico_botones.png) no-repeat right 7px;
	transition: all 0.2s ease-out;
}
aside li a.ico_simulador:hover{
	background: url(../imagenes/ico_botones2.png) no-repeat left -10px;
    padding-right: 0;
}
aside li a.ico_formatos{
	background: url(../imagenes/ico_botones.png) no-repeat right -36px;
	transition: all 0.2s ease-out;
}
aside li a.ico_formatos:hover{
	background: url(../imagenes/ico_botones2.png) no-repeat 87px -106px;
    padding-right: 0;
}
aside li a.ico_clasificados{
	background: url(../imagenes/ico_botones.png) no-repeat right -76px;
	transition: all 0.2s ease-out;
}
aside li a.ico_clasificados:hover{
	background: url(../imagenes/ico_botones2.png) no-repeat 71px -198px;
	padding-right: 0;
}
aside li a.ico_regionales{
	background: url(../imagenes/ico_botones.png) no-repeat right -117px;
	transition: all 0.2s ease-out;
}
aside li a.ico_regionales:hover{
	background: url(../imagenes/ico_botones2.png) no-repeat 71px -293px;
	padding-right: 0;
}
aside li a.ico_preguntas{
	background: url(../imagenes/ico_botones.png) no-repeat right -158px;
	transition: all 0.2s ease-out;
}
aside li a.ico_preguntas:hover{
	    background: url(../imagenes/ico_botones2.png) no-repeat 7px -389px;
	padding-right: 0;
}

/*footer*/
footer{
	width: 100%;
	float: left;
	border-top: #187CF6 solid 2px;
	border-bottom: #187CF6 solid 3px;
	background: linear-gradient(top, rgba(19,63,136,1) 11px, rgba(19,63,136,0) 11px, rgba(19,63,136,0) 100%), linear-gradient(left,#133F88 50%,#DDDDDD 50%);
	background: -webkit-linear-gradient(top, rgba(19,63,136,1) 9px, rgba(19,63,136,0) 9px, rgba(19,63,136,0) 100%), -webkit-linear-gradient(left,#133F88 50%,#DDDDDD 50%);
	background: -moz-linear-gradient(left,#133F88 50%,#DDDDDD 50%), -moz-linear-gradient(left,#133F88 50%,#DDDDDD 50%);;
	background: -ms-linear-gradient(left,#133F88 50%,#DDDDDD 50%), -ms-linear-gradient(left,#133F88 50%,#DDDDDD 50%);;
}
#footer_centrado{
	width: 1024px;
	margin: 0 auto;
	background: linear-gradient(left,#133F88 100px,#DDD 100px);
	background: -webkit-linear-gradient(left,#133F88 100px,#DDD 100px);
	min-height: 166px;
	position: relative;
}
#vinculos_interes_diagonal{
	width: 270px;
	background: #133F88;
	float: left;
	transform: skewX(-30deg);
	padding: 20px 0;
	min-height: 166px;
	position: absolute;
    left: -20px;
}
#vinculos_interes{
	width: 270px;
	transform: skewX(30deg);
	float: left;
}
#titulo_vinculos_interes{
	font-family: 'Conv_calibri_0';
    color: #FFF;
    font-size: 20px;
    padding-right: 20px;
    border-right: #187CF6 dotted 2px;
    float: left;
    width: 40%;
    text-align: right;
    line-height: 20px;
	font-weight: normal;
	position: relative;
    left: 2px;
}
ul.lista_vinculos_interes{
	display: block;
    float: left;
    list-style-position: inside;
    margin-left: 15px;
	font-size: 14px;
	width: 48%;
}
ul.lista_vinculos_interes li{
	list-style: none;
	color: #FFF;
	margin-bottom: 5px;
}
ul.lista_vinculos_interes li::before{
	color: #73B9FF;
	content: "\2022";
	padding-right: 5px;
}
ul.lista_vinculos_interes li a{
	color: #FFF;
}
#barra_sup_footer{
	height: 9px;
	width: 852px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../imagenes/barra_footer.png) no-repeat;
	z-index: 1;
}
#ubicacion{
	width: 721px;
    background: #DDD;
    float: right;
    padding: 20px 0 10px 0;
    min-height: 166px;
}
#titulo_ubicacion{
	font-family: 'Conv_calibri_0';
    color: #333;
    font-size: 20px;
    padding-right: 20px;
    border-right: #999 dotted 2px;
    float: left;
    width: auto;
    text-align: right;
    line-height: 20px;
	font-weight: normal;
}
#titulo_ubicacion span{
	color: #0070B6;
	font-weight: bold;
	display: block;
	clear: both;
}
#ubicacion_mapa{
	padding: 0 20px;
	float: left;
	display: block;
}
#ubicacion_mapa_responsive {
    padding: 0 10px;
    float: left;
    display: none;
    width: 40%;
}
.mapa_ubicacion{
	border: #AAA solid 1px;
	box-sizing: border-box;
	display: block;
	float: left;
}
#direccion{
	border-left: #999 dotted 2px;
	color: #222;
	font-size: 12px;
	float: left;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	height: 40px;
	overflow: visible;
}
#direccion p{
	line-height: 18px;
}
#creditos{
	background: #FFF;
	width: 100%;
	float: left;
}
#creditos_centrado{
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}
#derechos{
	color: #545454;
	font-size: 10px;
	text-align: right;
	float: left;
	padding: 8px 20px;
	width: 788px;
	box-sizing: border-box;
}
#diseno_desarrollo{
	color: #545454;
	font-size: 10px;
	text-align: left;
	border-left: #AAA solid 1px;
	float: right;
	width: 236px;
    padding: 0 0 0 20px;
}
#diseno_desarrollo img{
	display: block;
	float: right;
}
#diseno_desarrollo span{
	display: block;
	float: left;
	margin: 12px 0;
}


#menu_galerias{
	position: absolute;
    top: 0;
    right: -6px;
    width: 70%;
    height: 70px;
    background: linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)20px), linear-gradient(left,#187CF6,#114E8A);
	background: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)10px), -webkit-linear-gradient(left,#187CF6,#114E8A);
    transform: skew(10deg);
}
#menu_galerias li{
	border-left: rgba(255,255,255,0.3) solid 1px;
	border-right: rgba(0,0,0,0.4) solid 1px;
	list-style: none;
	display: inline-block;
	color: #FFF;
	width: 34%;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.2s ease-out;
	font-weight: normal;
	float: left;
}
#menu_galerias li:last-child{
	border-right: none;
	border-left: rgba(255,255,255,0.3) solid 1px;
}
#menu_galerias li:hover{
	transform: scale(1.2);
	background: #133F88;
	box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	z-index: 1;
}
#menu_galerias li a{
	color: #FFF;
	width: 100%;
	height: 70px;
	display: block;
	transform: skew(-10deg);
	padding-top: 44px;
}
#menu_galerias li a.ico_galeria_imagenes{
	background: url(../imagenes/ico_convenios.png) no-repeat center -360px;
	background-size: 30%;
}
#menu_galerias li a.ico_galeria_videos{
	background: url(../imagenes/ico_convenios.png) no-repeat center -452px;
	background-size: 30%;
}


/*tablet 768px*/
@media only screen and (max-width:768px){

nav{
	height: 171px;
}
#nav_interno{
	width: 100%;
	height: 171px;
}
img.logo_icontec {
    margin-left: 10px;
}
#barra_buscador {
    float: right;
    height: auto;
	width: 54%;
}
#texto_fecha {
    float: right;
    color: #133F88;
    font-size: 12px;
    text-align: right;
    margin: 20px 15px;
    line-height: 13px;
    width: 100%;
}
ul.redes {
    margin-right: 15px;
}
#barra_login {
    width: 100%;
    background: url(../imagenes/barra_login.png) no-repeat right top;
	bottom: -55px;
}
#menu {
    float: left;
    font-size: 16px;
    width: 100%;
    position: absolute;
    top: 105px;
	border-top: #187CF6 solid 1px;
	text-align: center;
	height: 40px;
	background: #FFF;
}
#menu li {
    margin-top: 10px;
	margin-left: 38px;
}
#contenedor_interno {
    width: 100%;
}
section{
	width: 488px;
}
	
#menu_galerias{
	position: absolute;
    top: 0;
    right: -50px;
    width: 70%;
    height: 70px;
    background: linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)20px), linear-gradient(left,#187CF6,#114E8A);
	background: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)10px), -webkit-linear-gradient(left,#187CF6,#114E8A);
    transform: skew(10deg);
}
#menu_galerias li{
	border-left: rgba(255,255,255,0.3) solid 1px;
	border-right: rgba(0,0,0,0.4) solid 1px;
	list-style: none;
	display: inline-block;
	color: #FFF;
	width: 33%;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.2s ease-out;
	font-weight: normal;
	float: left;
}
#menu_galerias li:last-child{
	border-right: none;
	border-left: rgba(255,255,255,0.3) solid 1px;
}
#menu_galerias li:hover{
	transform: scale(1.2);
	background: #133F88;
	box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	z-index: 1;
}
#menu_galerias li a{
	color: #FFF;
    width: 100%;
    height: 70px;
    display: block;
    transform: skew(-10deg);
    padding-top: 35px;
    line-height: 15px;
}
#menu_galerias li a.ico_galeria_imagenes{
	background: url(../imagenes/ico_convenios.png) no-repeat center -307px;
    background-size: 40%;
}
#menu_galerias li a.ico_galeria_videos{
	background: url(../imagenes/ico_convenios.png) no-repeat center -386px;
	background-size: 40%;
}
	
h1 {
    padding: 10px !important;
}
.img_noticia {
    width: 100%;
    height: 75px;
}
article.convenios {
    border-bottom: none;
    width: 98%;
    float: left;
    margin-top: 0;
    margin: 0 0 0 2%;
    padding: 0;
}
#categorias{
	width: 99%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    display: block;
    clear: both;
    background: #DDD;
    float: left;
    margin-bottom: 20px;
	margin-left: 2%;
}
form.form {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.campo_categoria {
	width: 93%;
	height: 35px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-top: #CCC solid 1px;
	border-right: none;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	float: left;
}
#categorias button.lupa{
	width: 7%;
	height:35px;
	float: left;
	display: block;
	background: url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);  
	background: -webkit-url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background: -moz-url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background: -ms-url(../imagenes/ico_filtrar.png), rgba(24,124,246,1);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	box-sizing:border-box;
	cursor: pointer;
}
#categorias form{
	display:block;
	margin: 0 auto 15px auto;
}
#footer_centrado {
    width: 99%;
	margin: 0 1%;
}
#barra_sup_footer {
    width: 80%;
    background: url(../imagenes/barra_footer.png) no-repeat left top;
}
#vinculos_interes_diagonal {
    width: 230px;
}
ul.lista_vinculos_interes {
    font-size: 12px;
	width: 45px;
	margin-left: 10px;
}
#titulo_vinculos_interes {
    font-family: 'Conv_calibri_0';
    color: #FFF;
    font-size: 16px;
    padding-right: 10px;
    border-right: #187CF6 dotted 2px;
    float: left;
    width: 35%;
    text-align: right;
    line-height: 16px;
    font-weight: normal;
    position: relative;
    left: 2px;
}
#ubicacion {
    width: 68%;
    background: #DDD;
    float: left;
    padding: 20px 0 10px 0;
    min-height: 166px;
    margin: 0 0 0 32%;
}
#titulo_ubicacion {
    width: 16%;
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
}
#titulo_ubicacion span{
	color: #0070B6;
	font-weight: bold;
	display: block;
	clear: both;
}
#ubicacion_mapa {
    display: none;
}
#ubicacion_mapa_responsive {
    display: block;
}
.mapa_ubicacion {
    width: 100%;
}
#direccion {
	width: 44%;
    padding: 0 0 0 10px;
	font-size: 12px;
	height: 32px;
}
#direccion p {
    line-height: 16px;
}
#creditos_centrado {
    width: 98%;
    margin: 0 1%;
}
#derechos {
    width: 70%;
}
#diseno_desarrollo {
    width: 30%;
}
#menu_convenios{
	display: none;
}
h4 {
    margin-top: 0;
    color: #187BF6;
    font-family: 'Conv_calibri_0';
    font-weight: normal;
    background: none;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    border-top: rgb(24,124,246) solid 2px;
}
h4:after{
	content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 40%;
    height: 43px;
    background: linear-gradient(top,rgba(19,63,136,1), rgba(24,124,246,1));
	background: -webkit-linear-gradient(top,rgba(19,63,136,1), rgba(24,124,246,1));
    transform: skewX(30deg);
    display: block;
}
article.cons_home {
    width: 98%;
    margin: 0px 0 20px 2%;
}
article.cons_home ul li {
    width: 30%;
}
article p span {
	display: block;
	clear: both;
}
	}

/*Mobil 568px*/
@media only screen and (max-width:568px){

nav{
	height: 84px;
}
#nav_interno {
    width: 100%;
    height: 84px;
	margin-top: 90px;
	position: relative;
}
#texto_fecha {
    display: none;
}
#menu {
	display: none;
}
#nav_interno #logo {
    width: 40%;
    height: 136px;
    float: left;
    background: #FFF;
    position: absolute;
    top: -90px;
	left: 0;
	height: auto;
	z-index: 1000;
}
#nav_interno #logo #logo_diagonal {
    width: 280px;
	transform: skewX(0);
	height: auto;
}
img.logo_icontec {
    margin-left: 10px;
	width: 80%;
	height: auto;
	transform: skewX(0);
}
#barra_buscador {
    width: 100%;
}
#barra_buscador::before {
	content: "";
    width: 15%;
    height: 50px;
    background: #FFF;
    display: block;
    position: absolute;
    transform: skewX(-30deg);
    left: -5%;
}
#buscador input {
    width: 160px;
    height: 30px;
}
#buscador input.bot_lupa {
    width: 32px;
    height: 30px;
    border-radius: 0 16px 16px 0;
}
#barra_login {
    width: 95%;
}
#contenedor {
    width: 100%;
    float: left;
    background: #EEE;
}
section {
    width: 96%;
    height: auto;
    padding-bottom: 10px;
    margin: 0 2%;
}
#menu_galerias {
    position: absolute;
    top: 0;
    right: -35px;
    width: 70%;
    height: 70px;
    background: linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)20px), linear-gradient(left,#187CF6,#114E8A);
    background: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0)10px), -webkit-linear-gradient(left,#187CF6,#114E8A);
    transform: skew(10deg);
    z-index: 1;
}
#menu_galerias li {
    border-left: rgba(255,255,255,0.3) solid 1px;
    border-right: rgba(0,0,0,0.4) solid 1px;
    list-style: none;
    display: inline-block;
    color: #FFF;
    width: 48%;
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s ease-out;
    font-weight: normal;
    float: left;
}
#menu_galerias li a.ico_galeria_imagenes {
    background: url(../imagenes/ico_convenios.png) no-repeat center -439px;
    background-size: 35%;
	padding-top: 48px;
}
#menu_galerias li a.ico_galeria_videos {
    background: url(../imagenes/ico_convenios.png) no-repeat center -550px;
    background-size: 35%;
	padding-top: 48px;
}
h1 {
    padding: 10px 0 !important;
}
article.galerias {
    margin-top: 20px !important;
}
#categorias {
    width: 100%;
    margin-left: 0;
}
article.convenios {
    width: 100%;
    margin: 0;
}
aside {
    width: 100%;
    float: right;
    background: #DDD;
    position: relative;
    overflow: hidden;
}
aside ul {
    display: block;
    background: linear-gradient(top,#12428A,#017CB8);
    background: -webkit-linear-gradient(top,#12428A,#017CB8);
    background: -moz-linear-gradient(top,#12428A,#017CB8);
    background: -ms-linear-gradient(top,#12428A,#017CB8);
    transform: skewX(0);
    position: relative;
    width: 100%;
    left: 0;
}
#aside_diagonal {
    transform: skewX(0);
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
}
aside li {
	display: none;
}
aside li:first-child {
    border-bottom: none;
    width: 100%;
    height: auto;
}
aside li:first-child a {
    border-bottom: none;
    width: 48%;
    height: auto;
    background: url(../imagenes/ico_pse_mobil.png) no-repeat center 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #133F88;
    font-size: 20px;
    padding: 23px 50px 0 45px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}
aside li:first-child a:hover {
    background: url(../imagenes/ico_pse_mobil2.png) no-repeat center 50px;   
}
#ubicacion {
    width: 55%;
    background: #DDD;
    float: left;
    padding: 20px 0 10px 0;
    min-height: 166px;
    margin: 0 0 0 45%;
}
#titulo_ubicacion {
    width: 25%;
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
}
#ubicacion_mapa_responsive {
    padding: 0 10px;
    float: left;
    display: block;
    width: 75%;
}
.mapa_ubicacion {
    width: 100%;
    height: 80px;
}
#direccion {
    width: 100%;
    padding: 10px 0 0 86px;
    font-size: 12px;
    height: auto;
    float: right;
    border: none;
}
#vinculos_interes_diagonal {
    width: 230px;
    min-height: 200px;
	transform: skewX(-20deg);
}
#vinculos_interes {
    transform: skewX(20deg);
}
ul.lista_vinculos_interes {
    font-size: 13px;
    width: 105px;
    margin-left: 10px;
}
#footer_centrado {
    min-height: 200px;
}
#derechos {
	display: none;
}
#diseno_desarrollo {
    width: 43%;
	border: none;
	margin: 0 auto;
	float: none;
	font-size: 12px;
}
	}

/*Mobil 425px*/
@media only screen and (max-width:425px){
	
#buscador input {
    width: 140px;
    height: 30px;
}
header {
    height: 200px;
}
#carrusel {
    height: 200px;
}
.carousel {
    height: 200px !important;
}
.carousel-inner {
    height: 200px !important;
}
#carrusel_fundido {
    height: 200px !important;
}
#img_convenio {
    width: 100%;
    height: 140px;
    float: left;
	margin-bottom: 10px;
}
#texto_convenio {
    width: 100%;
    float: left;
}
article.convenios a:hover {
    background: #EEE;
    color: #FFF;
    transform: scaleX(1);
    box-shadow: 0 5px 10px rgba(0,0,0,0);
}
article.galerias {
    margin-top: 100px !important;
}
#menu_galerias {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(left,#187CF6,#114E8A);
    background: -webkit-linear-gradient(left,#187CF6,#114E8A);
    transform: skew(10deg);
    z-index: 1;
}
#menu_galerias li {
    width: 50%;
}
#menu_galerias li a.ico_galeria_imagenes {
    background: url(../imagenes/ico_convenios.png) no-repeat center -321px;
    background-size: auto;
    padding: 44px 5px 0 5px;
}
#menu_galerias li a.ico_galeria_videos {
    background: url(../imagenes/ico_convenios.png) no-repeat center -402px;
    background-size: auto;
    padding: 44px 13px 0 13px;
}
.campo_categoria {
	width: 100%;
	height: 35px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-top: #CCC solid 1px;
	border-right: none;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	float: left;
}
#categorias_album button.lupa {
    width: 100%;
    height: 35px;
    float: left;
    display: block;
    background: rgba(19,63,136,1);
	margin-top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
#categorias_album button.lupa:hover {
    background: rgba(24,124,246,1);
}
#categorias_album button.lupa::before {
	content: "Seleccionar";
	width: 100%;
	color: #FFF;
	text-align: center;
}
#categorias button.lupa{
	width: 100%;
	height:35px;
	float: left;
	display: block;
	background: rgba(24,124,246,1);
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
#categorias button.lupa::after{
	content: "Buscar";	
	color: #FFF;
	width: 100%;
	height: 35px;
	text-align: center;
	position: absolute;
	top: 9px;
	left: 0;
	font-weight: bold;
}
h1{
	background: none !important;
	}
h4:after {
    width: 30%;
}
aside li:first-child a {
    width: 60%;
}
#diseno_desarrollo {
    width: 58%;
}
#footer_centrado {
    min-height: 226px;
}
#ubicacion {
    width: 57%;
    background: #DDD;
    float: left;
    padding: 20px 0 10px 0;
    min-height: 166px;
    margin: 0 0 0 43%;
}
#titulo_ubicacion {
    width: auto;
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
    margin-bottom: 10px;
	text-align: left;
}
#ubicacion_mapa_responsive {
    padding: 0;
    float: left;
    display: block;
    width: 95%;
}
#titulo_ubicacion span {
    display: inline-block;
}
#titulo_vinculos_interes {
    float: left;
    width: auto;
    text-align: left;
	position: sticky;
	margin-bottom: 20px;
}
ul.lista_vinculos_interes {
    font-size: 13px;
    width: 100%;
    margin-left: 17px;
}	
#vinculos_interes_diagonal {
    width: 163px;
    min-height: 226px;
    transform: skewX(-20deg);
}
#direccion {
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 12px;
    height: auto;
    float: right;
    border: none;
}
article.cons_home a.bot_documento {
    width: 100%;
    font-size: 20px;
    padding: 7px 20px;
}
	}

/*Mobil 375px*/
@media only screen and (max-width:375px){

header {
    height: 170px;
}
#carrusel {
    height: 170px;
}
.carousel {
    height: 170px !important;
}
.carousel-inner {
    height: 170px !important;
}
#carrusel_fundido {
    height: 170px !important;
}
#buscador input {
    width: 100px;
    height: 30px;
}

h4:after {
    width: 20%;
}
aside li:first-child a {
    width: 70%;
}
#diseno_desarrollo {
    width: 66%;
}
.img_noticia {
    width: 100%;
    height: 150px;
}
#ubicacion {
    width: 50%;
    background: #DDD;
    float: left;
    padding: 20px 0 10px 0;
    min-height: 166px;
    margin: 0 0 0 50%;
}
#direccion {
    width: 120%;
    padding: 10px 0 0 0;
    font-size: 12px;
    height: auto;
    float: right;
    border: none;
    position: relative;
    left: 0px;
}
	}

/*Mobil 320px*/
@media only screen and (max-width:320px){

#nav_interno #logo #logo_diagonal {
    width: 250px;
    transform: skewX(0);
    height: auto;
}
#barra_buscador::before {
    content: "";
    width: 0;
    height: 0;
    background: #FFF;
    display: block;
    position: absolute;
    transform: skewX(-30deg);
    left: -5%;
}
#buscador input {
    width: 88px;
    height: 30px;
}
#barra_login {
    width: 100%;
}
header {
    height: 150px;
}
#carrusel {
    height: 150px;
}
.carousel {
    height: 150px !important;
}
.carousel-inner {
    height: 150px !important;
}
#carrusel_fundido {
    height: 150px !important;
}
.campo_categoria {
	width: 100%;
	height: 35px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-top: #CCC solid 1px;
	border-right: none;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	float: left;
}
#categorias button.lupa{
	width: 100%;
	height:35px;
	float: left;
	display: block;
	background: rgba(24,124,246,1);
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
#categorias button.lupa::after{
	content: "Buscar";	
	color: #FFF;
	width: 100%;
	height: 35px;
	text-align: center;
	position: absolute;
	top: 9px;
	left: 0;
	font-weight: bold;
}
h4:after {
    width: 10%;
}
aside li:first-child a {
    width: 80%;
}
#footer_centrado {
    width: 100%;
	margin: 0;
}
#vinculos_interes_diagonal {
    width: 100%;
    min-height: auto;
    transform: skewX(0);
    left: 0;
    padding-left: 20px;
	position: initial;
}
#vinculos_interes {
    transform: skewX(0);
}
ul.lista_vinculos_interes {
    font-size: 13px;
    width: auto;
    margin-left: 17px;
}
#ubicacion {
    width: 100%;
    background: #DDD;
    float: left;
    padding: 20px;
    min-height: 166px;
    margin: 0;
}
#ubicacion_mapa_responsive {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
}
.mapa_ubicacion {
    width: 100%;
    height: 120px;
}
#direccion {
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 12px;
    height: auto;
    float: right;
    border: none;
    position: inherit;
}
#diseno_desarrollo {
    width: 70%;
	padding: 0;
}
article.cons_home ul li {
    width: 46%;
    height: 90px;
    margin: 0 1.3% 20px 1.3%;
}
	}
