html,body{
	width:100%;
	min-width:320px;
}
body{
	font-size:100%;
	color:#333333;
	line-height:1.4em;
	margin:0px;
	font-family:'Lato', 'Gill Sans', sans-serif;
}
img{
	border:none;
	display:block;
}
a{
	outline:none;
	text-decoration:none;
	cursor:pointer;
	color:#333333;
}
.underline a, .acordeon_desp a, p a{
	text-decoration: underline;
}
span.a{
	text-decoration: underline;
	cursor: pointer;
}
a.nodecoration {
	text-decoration:none;
}
.green{
    color:#0d8a1e;
}
.red{
    color:#b80000;
}
/* BOTONES */

.boton{
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	cursor:pointer;
}
.boton.dashed{
	border:1px dashed #6c6c6c;
}
.boton.dashed.white, .boton.dashed.white:hover{
	border:1px dashed #ffffff;
}
.boton span, .boton.purple span{
	background-color:#0070c1;
	float:left;
	line-height:35px;
	padding:0px 15px;
	color:#ffffff;
	font-weight:300;
}
.boton.dashed span{
	background:none;
	color:#4d4d4d;
}
.boton.purple span, input[type='submit'].purple{
	background-color:#71004a;
	color:#ffffff;
}
.boton.dashed.white span, .boton.dashed.white:hover span{
	color:#ffffff;
}
.boton.dashed:hover{
	border:1px dashed #0070c1;
}
.boton.dashed:hover span{
	color:#0070c1;
}

/* ADAPTACIÓN */
.adapt{
	width:300px;
	margin:0px auto;

}
@media screen and (min-width: 680px) {
	.adapt{
		width:640px;
	}
}
@media screen and (min-width: 1000px) {
	.adapt{
		width:940px;
	}
}
@media screen and (min-width: 1140px) {
	.adapt{
		width:1040px;
	}
}


/* SLIDER */

#slider, .slide, #b_slider{
	width:100%;
	height:228px;
	text-align:center
}
#slider{
	overflow:visible;
}
#b_slider{
	position:absolute;
	height:auto;
	z-index:4;
	bottom:-30px;
}
#b_slider span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:12px;
	height:12px;
	margin:0px 1px;
	cursor:pointer;
	/*background:url(../img/point_sl.png) no-repeat center center;*/
    border: 2px solid #0070c1;
    border-radius: 100%;
}
#b_slider span.active{
	background:url(../img/point_sl_active.png) no-repeat center center;
}
.slide{
	position:absolute;
	width:320px;
	display:none;
	z-index:3;
	top:0px;
	left:50%;
	margin-left:-160px;
}
#slide1{
	display:block;
}
#slider img.img_bg{
	display:none;
	position:absolute;
	z-index:2;
	left:50%;
	width:690px;
	margin-left:-345px;
}
#slider img#sl_img1{
	display:block;
}
.sl_images{
    width: 680px;
    height: 230px;
    overflow: hidden;
    left: 50%;
    margin-left: -340px;
    position: relative;
}
.slide .sl_content{
	position:absolute;
	z-index:3;
	background:url(../img/bg_sl.png) repeat left top;
	padding:14px;
	color:#6e6e6e;
	font-size:1.1rem;
	font-weight:700;
	line-height:1.3rem;
	text-align:center;
}
.slide .sl_content br{
	display: none;
}
.slide .sl_content{
	top:14px;
	left:0px;
}
.slide .sl_content a.plus{
	font-weight: 800;
	color: #0070c1;
	text-decoration: none;
	padding-left: 6px;
	font-size: 1.25rem;
}
.slide .sl_content a.plus:hover{
	color: #1489de;
}
.slide .player{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}
.slide a.boton{
	color:#444444;
	border:1px solid #6e6e6e;
	background:none;
	font-weight:300;
	font-size:1.2rem;
	margin-top:20px;
}
.slide a.boton span{
	width:190px;
	text-align:center;
	line-height:2rem;
	padding:0px;
	background-color: #FFFFFF;
    color: #0070c1;
}
.slide a.boton:hover span{
	font-weight:400;
	color:#ffffff;
	background:#0070c1;
}
.slide .sl_content p {
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline;
}
.slide .sl_content p br{
	display:block;
}

/* SLIDER DE AEF CONOCENOS */

.slider-aef, .slider-aef .slide, .b_slider-aef{
	width:100%;
	text-align:center;
	position:relative;
}

.slider-aef{
	padding-bottom:20px;
}

.b_slider-aef{
	position:absolute;
	height:auto;
	z-index:4;
	bottom:3px;
}
.b_slider-aef span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:12px;
	height:12px;
	margin:0px 1px;
	cursor:pointer;
	/*background:url(../img/point_sl.png) no-repeat center center;*/
	/*background:#b2d4ec;*/
	border:1px solid #dddddd;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.b_slider-aef span.active{
	/*background:url(../img/point_sl_active.png) no-repeat center center;*/
	background:#0070c1;
}
.slider-aef .slide-item{ display:none; }

#content, #header, #footer{ width:100%; }

#header{ overflow:visible; }

#top_header{
	width:100%;
	height:auto;
	min-height:6px;
	background:#0070c1;
}
#top_header .f_right{
	float:right;
	padding:10px 180px 0px 0px;
}
#header_int{
	overflow:visible;
}
#header_int .adapt{
	width:300px;
}
#header_int .left{
	margin:16px auto 0px auto;
}
#header_int img.logo{
	width:300px;
}
#header_int .right{
	width:280px;
	margin:30px auto 0px auto;
}
#header_int .right ul.ul_init{
	float:right;
	margin:5px 0px 0px 7px;
}
#header_int .right ul.ul_init li{
	float:right;
	margin-left:6px;
}
#bxslider-content #slider-prev a, .bxslider-content .slider-prev a{
	background:url(../img/flechas_slider_mini.png) top left no-repeat;
	background-position: 0 0;
	width:15px;
	height:26px;
	display:block;
	position:absolute;
	left:0;
	top:110px;
}
#bxslider-content #slider-next a, .bxslider-content .slider-next a{
	background:url(../img/flechas_slider_mini.png) top left no-repeat;
	background-position: -15px 0;
	width:15px;
	height:26px;
	display:block;
	position:absolute;
	right:0;
	top:110px;
}
#bxslider-content #slider-prev a.disabled, .bxslider-content .slider-prev a.disabled, #bxslider-content #slider-next a.disabled, .bxslider-content .slider-next a.disabled {
	background:none;
}

/* EMERGENTES */

.emergente{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(../img/bg_em.png) repeat left top;
	z-index:1000;
}
.emergente.new{
	background:rgba(0,0,0,0.5);
}
/* CSS  -- 22/09/2016  --  */
.em_int, .em_int.blue_b{
	position:fixed;
	width:100%;
	min-width:300px;
	height:100%;
	max-height:none;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:2;
	overflow:auto;
	background-color:#ffffff;
}
.em_int.blue_b{
	border: 1px dashed #0076bf;
    width: 100%;
    left: 0;
    margin-left: 0%;
    height: auto;
    top: 20%;
}
.emergente.new .em_int{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0,0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0,0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0, 0, 0,0.4);
	box-shadow: 0px 10px 10px rgba(0, 0, 0,0.4);
}
p.lB {
	color: #9E9E9E;
	font-size:.8em;
	font-style:italic;
}
/* CSS  -- 22/09/2016  --  */
.em_content{
	width:80%;
	padding:20px 10%;
	text-align:center;
}
.emergente.new .em_content{
	width: 100%;
	padding: 0px;
}
.emergente a.close{
	position: absolute;
    right: 11px;
    top: 10px;
    z-index: 2;
    font-size: 1.2em;
    background: #F00;
    color: #FFF;
    border-radius: 35px;
    padding: 2px 7px;
}
.emergente.new a.close{
	border: 3px solid #ffffff;
	right: 4px;
	top: 4px;
}
.emergente.new .w_all.txt_left img{
	width: 100%;
}
.emergente.new .w_all.txt_left .pad{
	padding: 0px 10% 20px 10%;
	width: 80%;
}
#cookies .close{
	position:absolute;
	font-size:0.6rem;
	right:10px;
	top:0px;
	margin-top:-13px;
	width:26px;
	display:block;
	z-index:3;
	color:#ffffff;
	font-size:0.55rem;
    line-height:0.8rem;
	cursor:pointer;
}
#cookies .close img{
	width:100%;
}

/* Login */

.box.login, .box.login.all{
	width: 98%;
    border: 1px dashed #5a5a5a;
}

.box.login.all {
	width:100%;
	padding: 5px 20px 20px 20px;
}
.box.login input, .box.login textarea {
	border:1px solid #0076bf;
	width:100%;
}
.box.login .checkbox input{
	border:1px solid #333333;
	width: auto;
}

.box.login textarea {
	font-family:'Lato', sans-serif;
}

.box.login input.w_auto{
	width:auto;
	height:auto;
}
.box.login .error {
	width: 53%;
    margin: 15px auto;
}

.box.login.adhesion .error {
	width:100%;
	margin:0;
}

.adhesion .blue a {
	color:#0070c1;
	text-decoration: underline;
}

.tit_log {
	width: 79px;
    margin: 15px auto;
}
.box.login a#b_login{
	width:90px;
    background:#0076bf;
    padding:5px 10px;
    margin:0px auto 30px auto;
    color:#ffffff;
    float:none;
    display:block;
}

/*FIN EMERGENTES */

/* FORMS */

.fila, .fila_esp, .fila_esp_2 {
	width:100%;
	margin-bottom:8px;
}
.fila.sel{
	height:auto;
	min-height:56px;
	overflow:visible;
	margin-bottom:15px;
	position:relative;
}
.fila.sel.con_cat{
	width:100%;
	float:left;
}

/* --- CSS Antiguo  ---  */
.tres_filas {
	width:99%;
	float:left;
	margin-right:5px;
	margin-bottom: 20px;
}
.fila_esp {
	width:45.5%;
	margin-right: 5px;
}
.fila_esp_2 {
	width:99%;
	float:right;
	min-height:40px;
	height:auto;
}
.label_name, .label_name_2 {
	width: auto;
	min-width: 141px;
    float: left;
    color: #0070c1;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.label_name_2 {
	float:none;
	margin:0px 0px 10px 0px;
}
.zindex_mas_max { z-index:1000 !important; }
.zindex_mas_2 { z-index:5 !important; }
.zindex_mas_1 { z-index:4 !important; }
.zindex_mas { z-index:3 !important; }
.zindex { z-index:1 !important; }

.input, .textarea, .checkbox{
	width:100%;
	height:35px;
	border:1px solid #313131;
	margin-bottom:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
.input, .textarea, .textarea_valor textarea{
	background-color:#eeeeee;
}
.input.white, .textarea.white, input.white{
	background-color:#ffffff;
}
input, textarea{
	margin:0px;
	padding:5px;
	width:100%;
	height:35px;
	line-height:20px;
	border:none;
	background:none;
	font-family:'Lato', 'Gill Sans', sans-serif;
	font-weight:400;
	font-size:0.8rem;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
.textarea, textarea{
	resize:none;
	height:100px;
}
input.calendarioHTML5 {
	width: 100%;
    border: 1px solid #5a5a5a;
}
.checkbox{
	height:auto;
	border:none;
	vertical-align:middle;
}
.checkbox input{
	margin:0px 10px 0px 0px;
	width:auto;
	height:auto;
}
div.select{
	width:100%;
	height:35px;
	float:left;
	position:absolute;
	z-index:2;
	left:0px;
	border:1px solid #000000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
div.select.active{
	height:auto;
}
div.select div, div.select ul li{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:left;
	border-top:1px dotted #000000;
	background-color:#eeeeee;
}
div.select div.active{
	border-top:0px;
	height:35px;
	line-height:30px;
	background:#ffffff;
}
div.select.active div.active{
	border-bottom:1px solid #000000;
}
div.select div span, div.select ul li span{
	display:block;
	padding-left:5px;
	padding-right:43px;/*width de i_sel + 10*/
	cursor:pointer;
}

#frm-alta-noticias div.select div span, #frm-alta-noticias div.select ul li span, #form-buscador-general div.select ul li span {
	padding-right:0;
}

div.select div.active span.i_sel{
	position:absolute;
	width:33px;
	height:30px;
	z-index:2;
	top:0px;
	right:0px;
	padding:0px;
}
div.select li span:hover{
	background-color:#ffffff;
}
div.select div.active span:hover{
	background:none;
}
div.select .scroll{
	max-height:175px;
	overflow:auto;
}
.error, .error_none{
	display:none;
	/*background-color:#f4e78e;*/
	background-color:#f6ff94;
    color:#222222;
    font-size:0.85rem;
    font-weight:300;
    margin:10px 0px;
    padding:5px;
    width:100%;
}
.error_none{display:block;text-align:center;font-size:1rem;}
.success{
	display:none;
	background-color:#88cc00;
	color:#fff;
	font-size:0.85rem;
	font-weight:300;
	margin:10px 0px;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}

#noticia_success {
	font-size:20px;
	text-transform: uppercase;
	padding:20px;
	text-align: center;
}

/* ICONOS */

.iconos_1, .iconos_2, .iconos_3, .iconos_4{
	float:left;
	margin:2px 10px 0px 0px;
}
.iconos_2 {
	float:right;
}
.iconos_3{
	margin:2px 10px 4px 0px;
}
.iconos_4{
	margin:2px 10px 16px 0px;
}
.bgs_35, .bgs_35:hover {
	background-size:35px !important;
}

/* LOGIN 2 */
#em_login_c{
	background: #0070c1;
    color: #FFF;
    height: auto;
    width: 300px;
    padding: 10px 0px 10px 0px;
    float: right;
    font-size: .8em;
	display:none;
}
#em_login_c label.left{
	float: left;
    width: auto;
	margin:3px 14px 0px 0px;
}
#em_login_c .input {
	border:none;
	width:auto;
}
#em_login_c .fila {
	width:48%;
	height:28px;
}
#em_login_c .fila.right {
	width: auto;
    margin-top: 4px;
    margin-bottom: 0;
}
#em_login_c input {
	height:28px;
}
/* FIN LOGIN 2 */

#col_izq ul.ul_checks_filter {
	width: 100%;
    display: block;
    margin: 20px 0px;
}
#col_izq ul.ul_checks_filter li{
	float: left;
    height: 32px;
    margin: 10px 20px 10px 0px;
	width:130px;
}
a#b_login, a#c_login{
	float:left;
	height:22px;
}
a#c_login{
	float:right;
	height:38px;
	margin-right:86px;
}
.relative{
	position:relative;
}
ul#links_aef.ul_init{
	float:right;
	margin:10px 12px;
}
ul#links_aef.ul_init li{
	width:28px;
	float:right;
	margin-top:5px;
	margin-left:6px;
}
ul#links_aef.ul_init li img{
	width: 28px;
}
.w100{
	width:100%;
}
#logged{
	width:272px;
	height:37px;
	color:#ffffff;
	font-weight:600;
	font-size:1.05rem;
	line-height:1.9rem;
	padding:0px 14px;
	background-color:#0070c1;
	float:right;
}
#logged span{
	float:right;
	margin-right:10px;
	max-width:222px;
}
#logged span#nombre_user{
	display:none;
	font-size:0.8rem;
}
#logged span#desconectar{
	font-size:0.7rem;
	display:block;
}
#logged img{
	float:right;
}
#search{
	float:right;
	margin-top:22px;
	clear:both;
}
input#search_input, a#b_search, a#d_login {
	border:1px solid #78b3de;
	background-color:#ffffff;
	width:190px;
	height:22px;
	line-height:22px;
	font-size:0.75rem;
	padding:0px 5px 0px 10px;
	font-family:'Lato', sans-serif;
	font-style:italic;
	float:left;
}
a#b_search, a#d_login {
	border: 1px solid #78b3de;
    background-color: #0070c1;
    width: auto;
	color:#FFF;
	margin:0px 10px;
	padding:0px 10px 0px 10px;
}
a#d_login {
	border:none;
	background:#71004a;
}
a#b_log{
	background-color:#71004a;
}
#nav{
	overflow:visible;
	width:100%;
	height:36px;
	margin-top:11px;
	text-align:center;
}
#nav ul{
	position:absolute;
	z-index:12;
	width:100%;
	height:36px;
	overflow:hidden;
	top:0px;
	left:0px;
	background:url(../img/bg_menu.png) repeat left top;
}
#nav ul ul{
	display:none;
	margin:0px;
    position:relative;
    text-align:left;
    width:300px;
	background:none;
	float:left;
	border-bottom:2px solid #515151;
}
#nav ul li{
	display:none;
	height:auto;
	overflow:hidden;
	vertical-align:top;
	margin:0px auto;
}
#nav ul li#m_mobile{
	display:block;
	text-transform:uppercase;
}
#nav ul li#m_mobile img{
	display:inline;
    padding-left:5px;
    vertical-align:middle;
    width:21px;
}
#nav ul li a, #nav ul li#m_mobile span, #nav ul li.end_li{
	display:block;
	height:33px;
	line-height:33px;
	border-bottom:2px solid #ffffff;
	font-size:0.85rem;
	font-weight:400;
	letter-spacing:-0.02rem;
}
#nav ul li.end_li{
	display:none !important;
	color:#0070C1;
}
#nav ul li a:hover, #nav ul li a.active{
	font-weight:700;
	border-bottom:2px solid #515151;
}
#nav ul li#m_mobile :hover, #nav ul li#m_mobile .active{
	font-weight:400;
	border-bottom:none;
}
#nav ul ul li{
	display:block;
	height:auto;
	text-align:left;
	overflow:visible;
	margin:0px;
}
#nav ul ul li a{
	border:none;
	font-size:0.75rem;
	height:auto;
	line-height:16px;
	padding:5px 10px 5px 0px;
	float:left;
	clear:both;
	text-align:center;
}
#nav ul ul li a.active, #nav ul ul li a:hover{
	padding:4px 10px 4px 0px;
	border-top:1px solid #a3a3a4;
	border-bottom:1px solid #a3a3a4;
}
.content_int{
	margin-bottom:40px;
}
.box{
	width:100%;
	float:left;
	margin-bottom:20px;
}
/*  ---  BUSCAR CSS  --- */
.box.n3, .box.n3H {
	width:100%;
	margin-right:inherit;
}
.box.n3H {
	border:none;
	border-bottom:1px dashed #5a5a5a;
	padding-bottom:20px;
}
.img_publi {
	width: 50%;
    float: none;
    margin: 0 auto;
}
/*  ---  FIN BUSCAR CSS  --- */

/*  ---  BUSCAR CSS  FRAN --- */

.round-circle-white {
	background:#fff;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	padding:20px;
}

.img.dashed {
	border:1px dashed #6c6c6c;
	padding:10px;
	box-sizing: content-box;
}

/*  ---  FIN BUSCAR CSS FRAN --- */

.box.n2, .box.n3, .box.n4{
	margin-right:0px;
}
.box.n3 {
	width:100%;
	margin-right:inherit;
}
.box.n2.fin, .box.n3.fin, .box.n4.fin, .slide_curso.fin{
	margin-right:0px !important;
}
.box.n2, .box.n4, .box.n3{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
.box.n3.fin.large {
	width:100%;
}
#principal .box.n4, #nolvides .box.n4, #noticiasfun .box, #col_izq .box.n2, #noticias .box.n4, #noticias .box.n3, #publicaciones .box.n3, #col_izq .box.n1, #col_izq .box.n1a {
	text-align:center;
	border:1px dashed #6c6c6c;
	font-size:0.85rem;
	line-height:1rem;
}
#principal .box.n4 a.morado {
	background-color: #8A0062 !important;
	color: #FFF;
}

#principal .box.n4 a.morado:hover {
	background-color: #0070c1!important;
}
#col_izq .box.n1, #col_izq .box.n1a {
	width: auto;
    float: none;
    margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
    box-sizing: border-box;
}
#col_izq .box.n1a, #col_izq .box.n2 {
	text-align:left;
	font-size:1rem;
	line-height:1.2rem;
}
#principal .box.n4, #nolvides .box.n4, #col_izq .box.n2{
	height:auto;
	padding:10px;
}
#nolvides .box.n4{
	font-weight:300;
}

#nolvides .box.n4 a.morado {
	background-color: #8A0062 !important;
	color: #FFF;
}

#nolvides .box.n4 a.morado:hover {
	background-color: #0070c1!important;
}

#noticiasfun .box, #col_izq .box.n2{
	height:auto;
	padding:10px 15px 15px 15px;
	text-align:left;
	font-weight:300;
	font-size:1rem;
}
#col_izq .box.n2.h_auto{
	height:180px;
	padding: 10px;
}
#col_izq .box.n2.h_auto img{
	vertical-align:middle;
	display:inline;
}
#noticiasfun .box.n4{
	width: 100%;
	margin-right: 0px;
}
#noticiasfun .box h1, #col_izq .box.n2 h1{
	border-bottom:2px solid #626262;
    color:#626262;
    font-size:0.9rem;
    font-weight:400;
    margin:0px;
}
#noticiasfun .box h1{
	font-size: 0.75rem;
	max-height: 34px;
	overflow: hidden;
}
#noticiasfun .box h2, #col_izq .box.n2 h2{
	color:#5a5a5a;
    font-size:1.2rem;
    font-weight:300;
    line-height:1.45rem;
    margin:5px 0px;
}
#noticiasfun .box p{
	height:auto;
	overflow:hidden;
	line-height:1.2rem;
	color:#0070c1;
    margin:0px 0px 18px 0px;
	font-size:0.95rem;
}
#noticiasfun .box .mas{
	text-align: center;
}
#noticiasfun .box .mas span{
	/*border-bottom:1px solid grey;*/
	line-height:1.4rem;
	font-size:0.75rem;
	display: block;
}
#noticiasfun .box .mas a{
	font-size: 0.85rem;
	text-decoration:underline;
	display: none;
}
#noticiasfun .box .image{
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
	display: none;
}
#noticiasfun .box .image img{
	max-width:90%;
	max-height: 100%;
}
#noticias .box.n4, #noticias .box.n3, #publicaciones .box.n3 {
	padding:10px 13px;
	height:auto;
	text-align:left;
	font-size:1.8rem;
	line-height:1.9rem;
	color:#5a5a5a;
}
#publicaciones .box.n3 p.bold {
    min-height: 66px;
}
#publicaciones .box.n3 {
	font-size: 1em;
    line-height: 1.4em;
	border:none;
	border-right:none;
}
#publicaciones .box.n3.fin {
	border:none;
}
#principal .box.n4 a, #nolvides .box.n4 a{
	display:block;
	color:#5a5a5a;
	width:100%;
	height:auto;
	padding-top:48px;
	padding-bottom:6px;
}
#nolvides .box.n4 a{
	padding-top:44px;
	padding-bottom:4px;
	overflow:hidden;
}
#principal .box.n4 a#lk1{ background:url(../img/icon_fundaciones.png) no-repeat #ffffff; }
#principal .box.n4 a#lk1:hover{ background:url(../img/icon_fundaciones_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk2{ background:url(../img/icon_acuerdos.png) no-repeat #ffffff; }
#principal .box.n4 a#lk2:hover{ background:url(../img/icon_acuerdos_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk3{ background:url(../img/icon_gobierno.png) no-repeat #ffffff; }
#principal .box.n4 a#lk3:hover{ background:url(../img/icon_gobierno_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk4{ background:url(../img/icon_cuentas.png) no-repeat #ffffff; }
#principal .box.n4 a#lk4:hover{ background:url(../img/icon_cuentas_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk5{ background:url(../img/icon_estatuto.png) no-repeat #ffffff; }
#principal .box.n4 a#lk5:hover{ background:url(../img/icon_estatuto_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk6{ background:url(../img/icon_guias.png) no-repeat #ffffff; }
#principal .box.n4 a#lk6:hover{ background:url(../img/icon_guias_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk7{ background:url(../img/icon_faq.png) no-repeat #ffffff; }
#principal .box.n4 a#lk7:hover{ background:url(../img/icon_faq_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk8{ background:url(../img/icon_actualizacion.png) no-repeat #ffffff; }
#principal .box.n4 a#lk8:hover{ background:url(../img/icon_actualizacion_over.png) no-repeat #0070c1; }
#principal .box.n4 a#lk1, #principal .box.n4 a#lk2, #principal .box.n4 a#lk3, #principal .box.n4 a#lk4, #principal .box.n4 a#lk5, #principal .box.n4 a#lk6, #principal .box.n4 a#lk7, #principal .box.n4 a#lk8, #principal .box.n4 a#lk1:hover, #principal .box.n4 a#lk2:hover, #principal .box.n4 a#lk3:hover, #principal .box.n4 a#lk4:hover, #principal .box.n4 a#lk5:hover, #principal .box.n4 a#lk6:hover, #principal .box.n4 a#lk7:hover, #principal .box.n4 a#lk8:hover{	background-position:center 20px;}
#nolvides .box.n4 a.lk1{ background:url(../img/icon_maletin.png) no-repeat center 4px #ffffff; }
#nolvides .box.n4 a.lk1:hover{ background:url(../img/icon_maletin_over.png) no-repeat center 4px #0070c1; }
#nolvides .box.n4 a.lk2{ background:url(../img/icon_documents.png) no-repeat center 4px #ffffff; }
#nolvides .box.n4 a.lk2:hover{ background:url(../img/icon_documents_over.png) no-repeat center 4px #0070c1; }
#nolvides .box.n4 a.lk3{ background:url(../img/icon_graphic.png) no-repeat center 4px #ffffff; }
#nolvides .box.n4 a.lk3:hover{ background:url(../img/icon_graphic_over.png) no-repeat center 4px #0070c1; }

#principal .box.n4 a:hover, #nolvides .box.n4 a:hover, #nolvides .box.n4 a:hover h1{
	color:#ffffff;
	background-color:#0070c1;
}
#principal .box.n4 h1{
	margin:10px 0px 0px 0px;
	font-size:1.6rem;
	line-height:2rem;
	font-weight:300;
	width:100%;
	height:auto;
	padding-bottom:14px;
	overflow:hidden;
}
#nolvides .box.n4 h1{
	margin:2px 0px 0px 0px;
	color:#5a5a5a;
	font-size:1.3rem;
	font-weight:300;
}
#principal .box.n4 a .sep, #noticias .box.n4 .sep, #noticias .box.n3 .sep{
	display:block;
	margin:0px auto;
	width:160px;
	height:1px;
	border-bottom:1px solid #5a5a5a;
}
#noticias .box.n4 .sep{
	border-bottom: none;
}
#principal .box.n4.morado a .sep, #noticias .box.n4.morado .sep, #noticias .box.n3.morado .sep{
	border-bottom:1px solid #fff;
}
#principal .box.n4 a:hover .sep{
	border-bottom:1px solid #ffffff;
}
#principal .box.n4 p{
	margin:10px 0px 0px 0px;
	padding:0px 10px;
	font-weight:300;
}
#nolvides .box.n4 p{
	margin:6px 0px 0px 0px;
	line-height:1.2rem;
	font-size:0.95rem;
}
.hline{
	font-size:1.6rem;
	line-height:2rem;
	font-weight:300;
	margin:0px 0px 34px 0px;
	text-align:center;
	background:url(../img/sep.png) repeat-x left 20px;
}
.hline span{
	color:#5a5a5a;
	padding:0px 38px;
	background-color:#ffffff;
}
#noticias .box.n4 .cat, #noticias .box.n3 .cat{
	color:#5a5a5a;
	display:block;
	width:100%;
	border-bottom:1px solid #5a5a5a;
	font-size:0.95rem;
	line-height:0.9rem;
	padding-bottom:2px;
	font-weight:400;
	letter-spacing:0.02rem;
	margin-bottom:6px;
}
#noticias .img, #noticias .img img {
	width:100%;
	min-height:120px;
}
#noticias .box.n4 h1, #noticias .box.n3 h1 {
	margin:6px 0px 10px 0px;
	font-size:1.2rem;
	line-height:1.4rem;
	height:auto;
	overflow:hidden;
	font-weight:300;
	padding-bottom: 40px;
}
#noticias .box.n4 .txt_a, #noticias .box.n3 .txt_a{
	text-align:center;
	display:block;
	font-size:0.9rem;
	line-height:1rem;
	font-weight:300;
	color:#5a5a5a;
}
#noticias .box.n4 a.txt_a{
	text-decoration:underline;
	display: none;
}
#noticias .box.n4 a.txt_a:hover{
	color:#0070c1;
}
.line_buttons{
	width:300px;
	text-align:center;
	margin:0px auto;
}
#footer{
	background-color:#0070c1;
    color:#ffffff;
    font-size:0.7rem;
    font-weight:400;
    height:auto;
	padding:10px 0px 30px 0px;
}
#footer h1{
	font-size:1.1rem;
    font-weight:400;
}
#footer a{
	color:#ffffff;
}
#footer .ul_init li{
	width:28px;
	margin:0px 1px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#footer .ul_init li img{
	width:100%;
}
#footer .a_footer li{
	border-right:1px solid #ffffff;
    height:24px;
    margin-left:5px;
    width:80px;
}
#footer .a_footer li:last-child{
	border:none;
	margin:0px;
}
ul.ul_init.brujula{
	margin:35px 0px 30px 0px;
}
ul.ul_init.brujula li{
	display:inline;
	font-weight:100;
	color:#0070c1;
	font-size:.85rem;
}
ul.ul_init.brujula a {
	color:#0070c1;
}

#col_izq{
	position:relative;
	color:#5a5a5a;
	font-weight:300;
	width:100%;
	font-size:0.9rem;
	line-height:1.3rem;
}
#col_izq .acordeon_desp .box.n3H div.left{
	width:100%;
}
h1.name_pag, .name_pag{
	font-weight:300;
	font-size:1.7rem;
	line-height:1.9rem;
	overflow:hidden;
	margin-top:0px;
}
h1.name_pag span.txt, .name_pag span.txt{
	vertical-align:middle;
}
h1.name_pag.no_mb, .name_pag.no_mb{
	margin-bottom:0px;
}
h1.name_pag .ico_mods{
    display: inline-block;
    width: 46px;
    height: 46px;
}
h1.name_pag .ico_mods img{
	width: 100%;
}
.sub {
	border-bottom:1px solid #5a5a5a;
	}
h2.title_s1{
	font-size:1.45rem;
	line-height:1.7rem;
	font-weight:700;
}
.title_s2 {
	font-size:1.15rem;
}
h2.sub, .title_s3{
	padding-bottom:8px;
	border-bottom:1px solid #5a5a5a;
	font-size:1.1em;
}
.title_s3.with_top {
	border-top:1px solid #5a5a5a;
}
h2.sub.pointer span.iconos_2 img {
    width: 100%;
}
h2.sub.pointer span.iconos_2 {
    width: 26px;
}
.title_s3{
	font-size:1.2rem;
	line-height:1.7em;
}
.title_course {
	font-size:1.5em;
	line-height: 1.3em;
}
.title_sep{
	text-align: center;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #004C9F;
	margin: 2rem 0px;
	border-bottom: 7px double #FFD600;
	text-transform: uppercase;
}
.title_sep span{
	display: inline-block;
	background-color: #fff;
}
.ico_mods{
	margin:0px 10px 10px 0px;
	float:left;
}
#col_der{
	display:none;
    padding:10px 10px 0px 10px;
    float:right;
    color:#5a5a5a;
    border:1px dashed #5a5a5a;
	font-size:0.9rem;
	line-height:1.3rem;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
    box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
.div_blue, .div_purple, .div_blue2{
	background-color:#0070c1;
    color:#ffffff;
    font-size:1rem;
    font-weight:300;
    margin-bottom:10px;
    padding:20px;
    width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
    box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
.div_blue.mini{
	padding:10px;
}
.div_blue2{
	margin-bottom:0px;
	padding:15px;
	width: auto;
}
.div_blue a, .div_blue2 a{
	color:#ffffff !important;
}
.div_blue.mini h1.name_pag, .div_blue.mini .name_pag{
	margin-bottom:0px;
}
.div_blue.mini .ico_mods{
	margin:0px 10px 0px 0px;
}
.div_purple, .div_purple_2, .div_purple_3 {
	background:#852064;
}
.div_purple_2, .div_purple_3, .div_cuotas {
	float:left;
	width: 100%;
    margin-left: 0px;
	margin-top: 15px;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-size: 1em;
}

.pasos-asociarse .div_purple_3 {
	padding: 20px 0;
	text-transform: uppercase;
	font-size:17px;
}

.div_cuotas {
	background:#FFF;
	border:1px dashed #0070c1;
	color:#0070c1;
}
.formato_news{
	font-weight:300;
	font-size:1.1rem;
    line-height:1.3rem;
}
.formato_news p{
	margin:9px 0px;
}
ul.ul_init.formato_news li{
	padding:10px 0px;
}
.cat_news{
	border-bottom:2px solid #5a5a5a;
    font-size:1.1rem;
    font-weight:400;
    margin:10px 0px;
}

/*  --  Actividad internacional  --  */
ul.li_3elem li {
	width:277px;
	float:left;
	height: auto;
	margin: 0px 5px 10px 5px;
}
.box_n2_a, .box_n2_b, .box_n2_c, .box_n2_d {
	width:100%;
	border-right:1px dashed #5a5a5a;
	padding-right:10px;
	float:left;
    clear: right;
}

.box_n2_a a{
	text-decoration: underline;
}

.box_n2_b a{
	text-decoration: none;
}

.box_n2_b, .box_n2_c {
	width:95%;
	padding:0px 0px 0px 15px;
	border:none;
}
.box_n2_c {
	width:100%;
	padding:0px;
	border-bottom:1px dashed #5a5a5a;
}
.box_n2_d, .box_n2_dl {
	width:50%;
	border:none;
}
.box_n2_dl {
	width: 46%;
	padding-left:2%;
    float: right;
	border-left:1px dashed #5a5a5a;
}
/*  --  FAQS  --  */
ul.indice, ul.compartir {
	padding:0px;
	list-style-type:none;
}
ul.indice li{
	border: 1px solid #0076bf;
	margin: 3px;
}
ul.indice li a{
	color:#0076bf;
	margin-left:5px;
}
ul.indice li.active, ul.indice li.active a, ul.indice li:hover, ul.indice li a:hover{
	background:#0076bf;
	color:#FFFFFF;
}
.preguntas h4{
	color:#0070c1;
	margin-top:20px;
	margin-bottom:0;
}
/*  --  Noticias, listado, buscador...--  */

.cont_categ {
	width: 100%;
	height: auto;
	margin-top:12px;
    border: 1px solid #333;
    background-color: #EEE;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px;
    float: right;
}
.anotaciones {
	width:100%;
	float:left;
	color:#8a0062;
	font-weight:bold;
}

#register-content-complete {
	text-align:left;
	padding:10px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#register-content-complete p{
	color:#8a0062;
	font-size:1rem;
}

#form-inscripcion-paso-3 .anotaciones, #frm-alta-usuarios .anotaciones {
	padding:0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f6ff94;
}

div.type_cat, span.tag {
	padding: 0px 8px;
    border-radius: 20px;
    border: 1px solid #5a5a5a;
    background: #fff;
    color: #0070c1;
    margin: 5px;
    font-size: .8rem;
    font-weight: 400;
    overflow: visible;
	position:relative;
}
span.tag {
	border: 1px dashed #0070c1;
    padding: 0px 7px;
    margin: 11px 2px 0px 5px;
    float: right;
    background: none;
    color: #5a5a5a;
    overflow: hidden;
    line-height: 26px;
    max-height: 26px;
    text-align: center;
}
span.tag.tp_1 { 
	float: none;
    padding: 3px 7px;
    display: inline;
}
.delete_cat {
	position: absolute;
    width: 16px;
    height: 16px;
    top: -7px;
    right: -10px;
    border-radius: 16px;
    border: 1px solid #5a5a5a;
    background: #fff;
    text-align: center;
    line-height: 16px;
	cursor:pointer;
}
.w_240 {
	width:240px;
}
ul.results {
	list-style-type:none;
	padding-left:0px;
	font-weight:600;
	margin:0px;
	font-size:.9rem;
}
ul.results li {
	width:100%;
	margin:20px 0px !important;
	border-bottom:1px solid #5a5a5a;
	padding-bottom:10px !important;
	}
	ul.results li:last-child { border:none;}
	
ul.results li span.col1, ul.results li span.col2 {
	width:auto;
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
ul.results li span.col2 {
	text-align:left;
	float:right;
	color:#71004a;
	text-transform:uppercase;
}
.head_noti h3 {
	color:#979797;
}
.head_noti ul{
	padding:0px;
	width:75%;
}
.head_noti ul li{
	border-bottom: 1px dashed #5a5a5a;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
ul.compartir {
	width:90px;
	float:right;
	margin-top:-5px;
}
ul.compartir li{
	float:left;
	margin-left:1%;
	border:none;
}
ul.compartir img{
	width: 28px;
}
.column_left, .column_right {
	float:left;
	width:47.5%;
	margin-left:0px;
}
.column_left article, .column_right article{
	border-bottom: 1px dashed #5a5a5a;
}
.column_right {
	margin-left:2.5%;
}
.articulo_med {
	width:100%;
}

/* -- ALTA USUARIO Y OTROS FORMULARIOS  -- */

ul.ul_init li.mr20, ul.ul_init .ul_cuota li{
	margin-right:5px;
}
.intro_data {
	padding:8px 0px;
}
ul.ul_cuota {
	padding: 0px;
    list-style-type: none;
    width: 100%;
    float: right;
    margin: 0px;
}
ul.ul_cuota li{
	/*width:50%;*/
	float:left;
}
/* -- Formación Listado  -- */
.listado-cursos .title-curso{
	font-weight:bold;
	font-size:17px;

}
.listado-cursos .title-curso a{
	color:#5a5a5a;
}
.listado-cursos .title-curso a:hover{
	color: #0070c1;
}

/* -- Detalle cursos  -- */
.diapo_cursos {
    width: 100%;
    margin: 0 auto;
}
.slide_curso {
	width: 90%;
    float: left;
    margin: 15px 5px 15px 14px;
}
#slider_left, #slider_right {
	background:url(../img/flecha_slider_left.png);
	position: absolute;
    float: left;
    left: 0px;
    width: 15px;
    height: 26px;
	top:43%;
}
#slider_right {
	background:url(../img/flecha_slider_right.png);
	float: right;
    right: 0px;
    left: inherit;
}
.alertas_inl, .img_com, .img_subv {
	padding: 10px 10px 0px 10px;
    color: #5a5a5a;
    border: 1px dashed #5a5a5a;
	margin-top:20px;
}
.img_subv {
	margin:20px auto;
	padding:10px;
	max-width:263px;
	*width:263px;
	height:auto;
}
.centrado_1 {
	max-width: 270px;
    margin: 0 auto;
    *whidth: 273px; /*Solo para IE 6*/
	+whidth: 273px; /*Solo para IE 7*/
}
.alertas_inl_2 {
	width:100%;
}
.alertas_inl .div_blue {
	width:100%;
	float:left;
	margin-right:20px;
}
.alertas_inl div.fila .input {
	width:72%;
}

/* -- Evaluacion Seminario -- */

ul.ul_inline li{
	float: left;
    margin: 15px 15px 15px 0px !important;
    max-width: 140px;
}
input#search_input, #top_header input#user, #top_header input#pass, input#user, input#pass, input#email_reg{
	width:190px;
}
.identify {
	width:160px;
}
.cont_slider_notas {
    width: 100%;
    margin: 0 auto;
}
ul.slider_notes {
    width: 100%;
    height: 35px;
    overflow: visible;
    margin: 40px auto 55px auto;
	padding: 0px;
}
div ul.slider_notes li {
	background: url(../img/bkg_slider_tramo.jpg) repeat-x;
    width: 22px;
    height: 9px;
    margin: 2px 2px 0px 0px;
    overflow: visible;
    float: left;
    list-style-type: none;
}
a.boliche_slider{
	position:absolute;
	top:-5px;
	width:4px;
	height:4px;
	cursor:move;
	background:#fff;
	border:8px solid #0170c2;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-left: 10px;
}
span.nota {
	margin-top: 9px;
    height: 9px;
    width: 9px;
    display: block;
    margin-left: 13px;
}
span.inicio_slider, span.fin_slider, span.txt_inicio_slider, span.txt_fin_slider {
	position: absolute;
    top: 2px;
    width: 30px;
    height: 9px;
    background: url(../img/slider_inicio.jpg);
    left: -11px;
}
span.fin_slider, span.txt_fin_slider {
	background: url(../img/slider_fin.jpg);
    right: 7px;
    left: auto;
}
span.txt_inicio_slider, span.txt_fin_slider {
	width:115px;
	background:none;
	top:37px;
	text-align:left;
}
span.txt_fin_slider {
	text-align:right;
	right:0px;
}
textarea.intro_valor {
    padding: 1px 0px 3px 6px;
	border: 1px solid;
}
.textarea_valor, textarea.intro_valor {
	width: 25px;
    height: 25px;
    margin-right: 15px;
	margin-bottom:10px;
}
.valor_eval {
    width: 180px;
    float: left;
}
/* -- Formacion  -- */

.ul_img_form {
	padding:0px;
	list-style:none;
}
.ul_img_form li {
	width:45%;
	margin-left:5px;
	float:left;
	padding:5px;
	border:1px dashed #5a5a5a;
}

/*  Acordeones, para todas las paginas  */

ul.ul_desp, p.ul_desp, div.ul_desp {
	border: 1px dashed #0076bf;
    padding: 0px 10px 0px 10px;
	list-style-type: none;
}
p.ul_desp, div.ul_desp {
	padding:10px;
	margin:12px 0px 10px 20px;
}
ul.ul_desp li, ul.ul_desp li.azul {
	padding: 5px 10px;
	margin-bottom:10px;
}
ul.ul_desp li.azul {
	background: #0076bf;
    color: #fff;
    padding: 10px 10px 30px 10px;
    font-size: .9em;
}
ul.ul_desp.large_title li.azul {
	padding:10px;
}
ul.ul_desp li div.left, ul.ul_desp li div.right {
	float:left;
	width:auto;
}
ul.ul_desp li div.right { float:right; }
ul.ul_desp p.grey_txt { margin: 5px 0px; }
.ul_desp.blue  a{ color: #0070c1; }
.ul_desp.blue  a:hover{ text-decoration: underline; }
.ul_desp.blue .azul a{ color:#fff; }
.ul_desp.blue .azul a:hover{ text-decoration: underline; }

/*  --  Transparencia y buen Gobierno  --  */
a.box_icon, a.box_icon_1, a.box_icon_2, a.box_icon_3, a.box_icon_4 {
	display:block;
	font-size:.85em;
	width:100%;
	height:105px;
	background:url(../img/ico_transparencia.png) 128px 5px no-repeat;
}
a.box_icon_1 { background:url(../img/ico_transparencia_1.png) 128px 5px no-repeat;}
a.box_icon_2 { background:url(../img/ico_transparencia_2.png) 128px 5px no-repeat;}
a.box_icon_3 { background:url(../img/ico_transparencia_3.png) 128px 5px no-repeat;}
a.box_icon:hover { background:url(../img/ico_transparencia_hover.png) 128px 5px no-repeat #0076bf; }
a.box_icon_1:hover { background:url(../img/ico_transparencia_1_hover.png) 128px 5px no-repeat #0076bf;}
a.box_icon_2:hover { background:url(../img/ico_transparencia_2_hover.png) 128px 5px no-repeat #0076bf;}
a.box_icon_3:hover { background:url(../img/ico_transparencia_3_hover.png) 128px 5px no-repeat #0076bf;}
a.box_icon span, a.box_icon_1 span, a.box_icon_2 span, a.box_icon_3 span, .enlaces-buen-gobierno span{
	text-align:center;
	padding-top: 49px;
    display: block;
    width: 90%;
    color: #0076bf;
    line-height: 20px;
}
a.box_icon span:hover, a.box_icon span:hover, a.box_icon span a:hover, a.box_icon_1 span:hover, a.box_icon_2 span:hover, a.box_icon_3 span:hover { color:#FFFFFF; }

.enlaces-buen-gobierno.enlaces-socios span {
	font-size:1.5em;
	padding-top:59px;
}

.box.n3.ml_spc {
	margin-left:0px;
}

/*  --  Información y documentación  --  */

.cont_select_doc_1, .cont_select_doc_2 {
	float:left;
	width:100%;
}
.cont_select_doc_2 { float:right; }

/*  --  Información y documentación  --  */
.bannerINAEF {
	border:1px dashed #0076bf;
	padding: 0px 10px 0px 10px;
	color:#0076bf;
}
.bannerINAEF div.left {
	width:100%;
	margin-top:10px;
}
.bannerINAEF div.right {
	width: 100%;
    float: left;
    margin-left: 18px;
}
.bannerINAEF div.flecha {
	float: right;
    width: 18px;
    height: 78px;
    background: url(../img/flecha_white_right.png) 10px 36px no-repeat #0076bf;
    padding: 5px;
    margin-top: 5px;
	display:none;
}
	
/*  --  INAEF  --  */
.w_25imgR, .w_25imgL {
	width:20%;
	float:right;
}
.w_70imgR, .w_70imgL {
	width:65%;
	margin-right:5%;
	float:left;
	text-align:justify;
}
.w_70imgL {
	float:right;
}
.img_center {
	width: 75%;
    margin: 0 auto;
    height: 114px;
    line-height: 120px;
}

.mecenas .img_center{
	width:85%;
	height:150px;
}

#col_izq .mecenas.box.n2.h_auto {
	height:210px;
	text-align: center;
}

img.adjust_img_width {
	width:100%;
	margin: 0 auto;
}

img.adjust_img_height {
	height:100%;
}

/*  --  Como Asociarse  --  */

div.wrap_blueBloq {
	margin:5px 0px 0px 0px;
}
div.wrap_blueBloq div.left, div.wrap_blueBloq div.right.c1{
	width: 34%;
}
div.wrap_blueBloq div.right.c1{
	width: 100%;
}
div.wrap_blueBloq div.right.c1, div.wrap_blueBloq div.right.c1.esp{
	margin-top: 0px;
}
div.wrap_blueBloq div.right.c1.esp{
	margin-top: 0px;
}
div.wrap_blueBloq div.left span.c1 {
	position: absolute;
    width: 108px;
	text-transform:uppercase;
    top: 11px;
    left: 50%;
    margin-left: -57px;
    color: #FFF;
    text-align: center;
    font-size: .85em;
    line-height: 1.5em;
}
div.lado1, div.lado2 {
	width:100%;
	float:left;
}
div.lado2 {
	float:right;
}
.w_esp {
	width:245px;
	font-size:1.1em;
	float:left;
}

/*  --  Como Asociarse  --  */
.proy_est_1, .proy_est_2 {
	float:none;
	width:100%;
	text-align:justify;
}
.proy_est_2 {
	float:none;
	width:20%;
	margin:15px auto;
	padding:10px;
	border:1px dashed #5a5a5a;
}

/*  -- Comunicacion  -- */

.img_com, .img_com_p {
	padding: 10px 10px 10px 10px;
    margin:0px 30px 0px 0px;
	width:90%;
}
.img_com_p {
	width:auto;
	margin:0px;
}
ul.img_com {
	width:100%;
	border:none;
	text-align:center;
}
.img_com a.subv {
	display: block;
    width: 194px;
    height: 134px;
    color: #0070c1;
    font-size: 1.8em;
    line-height: 1.1em;
    text-align: center;
	margin: 0px auto;
}
.img_com a span{
	margin-top:15px;
	display:block;
}
.bt { border-top:1px dashed #5a5a5a; }
.img_com.circle {
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	border:none;
	padding:0px;
	max-width:195px;
	max-height: 195px;
    float: none;
    margin: 0 auto 15px auto;
}
ul.agenda li .right, ul.agenda li .left{ width:100%; }
ul.agenda .border-left{
	border-left: 1px dashed #000;
	padding-left:10px;
}

/*  --  Publicaciones  --  */

.years ul{
	padding:0px;
	list-style-type:none;
}
.years ul li{
	float: left;
    margin-left: 10px;
    border: 1px dashed #5a5a5a;
    text-align: center;
    height: auto;
    padding: 10px 45px;
    margin-bottom: 15px;
    font-weight: bold;
	background:#FFFFFF;
	cursor:pointer;
}
.years ul li:first-child {
	margin-left:10px;
}
.years ul li.active, .years ul li:hover, .years ul li:hover a {
	border: none;
	background:#0070c1;
	color:#FFFFFF;
}
.years ul li:hover, .years ul li.active {
	border: 1px solid #FFFFFF;
}
.years ul li a{ color:#333; }
.years ul li.active a, .years ul li a:hover {
	color:#FFFFFF;
	background:#0070c1;
}
.cuadernos p.b{ text-align:center; }
.cuadernos span{ display:block; text-align:center; }
.cuadernos div.mt15{ margin-left:65px; }

/* FORMAS QUIÉNES SOMOS */

div#formas{
	width:300px;
	padding:5px;
	background-color:#b2d4ec;
}
ul#ul_formas{
	width:100%;
	height:100px;
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul#ul_formas li{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	z-index:2;
	background-color:#0070c1;
}
ul#ul_formas li:hover, ul#ul_formas li.active{
	background-color:#7f166b;
}
ul#ul_formas li img{
	width:100%;
	float:left;
}
ul#ul_formas li a{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
ul#ul_formas li a span{
	display:block;
	line-height:0.6rem;
	font-size:0.65rem;
}
ul#ul_formas li#forma1{
	width:77px;
	top:0px;
	left:0px;
}
ul#ul_formas li#forma2{
	width:62px;
	top:0px;
	left:79px;
}
ul#ul_formas li#forma3{
	width:63px;
	top:0px;
	left:143px;
}
ul#ul_formas li#forma4{
	width:81px;
	top:0px;
	left:208px;
}
ul#ul_formas li#forma5, ul#ul_formas li#forma6{
	width:127px;
	top:36px;
	left:79px;
	z-index:3;
	background:none;
}
ul#ul_formas li#forma6{ top:64px; z-index:4; }
ul#ul_formas li#forma1 a span{ padding-top:38px; }
ul#ul_formas li#forma2 a span{ padding-top:6px; }
ul#ul_formas li#forma3 a span{ padding-top:6px; }
ul#ul_formas li#forma4 a span{ padding-top:20px; }
ul#ul_formas li#forma5 a span, ul#ul_formas li#forma6 a span{ padding-top:9px; }

.memorias-actividades img {max-width:200px;}
.identidad-visual img.w_all{width:200px;}
.archivo-fotografico img.w_all{width:200px;}
.recursos-documentales img{max-width:187px;}

#go-to-new {font-size:1rem;display:block;}
.tabs-menu li a {
	display:block;
}
.tab-content {
	display: none;
}
#tab-2015 {
	display: block;
}
.box_QS { 
	background:#FFF;
	margin-top:25px;
}
#cont_forma5 ul, #cont_forma6 ul{
	line-height:1.8em;
}
ul.con_Asesor {
	width:100%;
	padding:0px;
	list-style-type:none;
	text-align:center;
	margin-top:20px;
}
ul.con_Asesor li{
	float:left;
	margin-right:5%;
	width:30%;
	margin-bottom: 20px;
}
ul.con_Asesor li.fin{
	margin-right:0px;
	float:right;
}
ul.con_Asesor li img.w_all {
	border-radius:100px;
}
.link_ul {
	width:auto;
	max-width:65%;
	margin:0 auto;
}
.mce-wordcount.mce-widget{
	font-size:16px;
	font-weight:bold;
	margin-right:25px;
}

.mce-wordcount.mce-widget.red{
	color:#E8250F;
}
.tinymce_content img {
	margin:10px;
	max-width: 100%;
	height: auto;
}
.banner_lateral{
	color:#fff;
	padding-bottom:15px;
	position:relative;
}
.banner_lateral a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.banner_lateral .text_top {
	padding: 25px 10px 4px 10px;
}
.banner_lateral .banner_title{
	font-size:22px;
	font-weight:bold;
}
.banner_lateral .banner_subtitle{
	font-size:14px;
	line-height:15px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 16px;
}

.banner_lateral_2 {
	margin:10px 0;
}

.banner_lateral_2 .name_pag {
	margin-bottom:20px;
}
.banner_lateral_2.moradobanner{
	background-color: #8A0062 !important;
}

.banner_lateral_2.p0{
	padding:0 !important;
}
/*.banner_lateral .img_box{*/
	/*text-align: center;*/
	/*padding:8px 20px;*/
	/*background:#fff;*/
	/*width:100%;*/
	/*box-sizing: border-box;*/
/*}*/
.banner_lateral img{
	max-width: 100%;
}
.banner_lateral.moradobanner{
	background-color: #8A0062 !important;
}
.banner_lateral.azulbanner{
	background-color: #0070c1 !important;
}
/*  --  FUNDACIONES ASOCIADAS  --  */
.w_dos, .w_dos.fin, .w_uno {
	width:99%;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
	border:1px dashed #5a5a5a;
}
.w_dos div.w_all, .w_uno div.w_all {
	width:auto;
	margin: 10px 10px 10px 10px;
	background:#ededed;
}
.w_dos.fin {
	margin-right:0%;
}
.w_dos h2, .w_uno h2 {
	margin:10px 15px;
	font-size:1em;
	font-weight:600;
}
.w_dos ul, .w_uno ul {
	padding-left: 0;
    margin-left: 15px;
    list-style-type: none;
    line-height: 2rem;
}
.w_dos .div_blue, .w_dos .div_purple {
	width: 46%;
    margin-left: 10px;
    padding: 12px 10px 10px 10px;
    height: 100px;
}
.w_dos .div_blue{
	width:100%;
	height:auto;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
.w_dos .div_blue p {
	line-height:25px;
	margin:0;
}
#cont-fundaciones .w_all h2{
	padding:0;
	margin: 0 0 10px 0;
}
#cont-fundaciones .w_all{
	padding:15px;
}
#cont-fundaciones .w_all.pt0{
    padding-top: 0px;
}
#cont-fundaciones ul {
	margin:0;
}
#cont-fundaciones ul li{
	line-height:24px;
	margin-bottom:8px;
}
#cont-fundaciones h2{
	font-size:1.1em;
}
#cont-fundaciones p.foundation-address{
	padding-left:31px;
	line-height:1.40em;
}
.w_dos .div_purple {
	margin-right: 10px;
	margin-left: 0;
}
.w_dos p {
	margin:0px 0px 5px 0px;
	line-height:1.15em;
}
.n_b {
	border:none !important;
}
img.img_fund {
	max-width: 180px;
    margin: 20px auto;
}
.w_uno h3 {
	width:98%;
	margin:10px auto;
}
ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
ul.pagination li {display: inline;}
ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}
ul.pagination li span{
	float: left;
	display:block;
	padding: 8px 2px;
}
ul.pagination li a.active {
	background-color: #0070c1;
	color: #FFFFFF;
}
ul.pagination li a:hover:not(.active) {background-color: #ddd;}
.representacion-proyecto p{
	margin:0;
	margin-bottom:10px;
}
.representacion-proyecto a {
	text-decoration:underline;
}
.grupos-trabajo a {
	display:block;
	width:100%;
	border-bottom: 1px dotted #000;
	padding-bottom:10px;
	text-decoration:none;
}
.grupos-trabajo a:hover {
	text-decoration:underline;
}
.grupos-trabajo h3 {
	margin-top:0;
	margin-bottom:10px;
}
.txtR {
	max-width:inherit;
	width:100%;
}
table.facturas td{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #5a5a5a;
}
#noticias_2 .box.n3 {
	padding:10px;
	border:1px dashed #5a5a5a;
}
.estilo-listas-bloques  ul {
	margin:0;
	padding-left:16px;
}
.estilo-listas-bloques  ul li {
	list-style-image: url("../img/flecha_azul_small.png");
	margin-bottom:20px;
}
.estilo-listas-bloques ul ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.estilo-listas-bloques ul ul li {
	list-style: none;
	list-style-image: none;
	padding:10px;
	margin:12px 0px 10px 0;
	border:1px dashed #0076bf;
}
.estilo-listas-bloques ul ul ul{
	margin: 0 auto;
	text-align: center;
}
.estilo-listas-bloques ul ul ul li {
	background:#852064;
	border:none;
	color:#fff;
	width: 30%;
	margin-left: 7px;
	margin-top: 15px;
	font-size: .85em;
	text-align:center;
	display:inline-block;
	padding:5px;
}
.estilo-listas-bloques ul ul ul li span.title-block{
	display:block;
	width:100%;
}
.estilo-listas-bloques ul ul ul li span.subtitle-block{
	display:block;
	width:100%;
	font-weight:bold;
}
.estilo-listas-bloques ul ul ul li span.cuota-block{
	display:block;
	width:100%;
	font-size:11px;
}
.estilo-listas-bloques2 ul{
	text-align:center;
	padding:0;margin:0;
}
.estilo-listas-bloques2 li{
	background:#FFF;
	border:1px dashed #0070c1;
	color:#0070c1;
	list-style-type:none;
	display: inline-block;
	width:28%;
	text-align: center;
	margin:0 4px;
	padding:5px;
	font-size:.9em;
}
.estilo-listas-bloques2 li span.title-block{
	display:block;
	width:100%;
}
.estilo-listas-bloques2 li span.subtitle-block{
	display:block;
	width:100%;
	font-weight:bold;
}
.estilo-listas-bloques2 li span.cuota-block{
	display:block;
	width:100%;
	font-size:11px;
}
.w_49_i { width:100% !important;}
.w_49_i.fin { margin-right:0 !important; }
.novedades-box {
	border: 1px solid #0070c1;
	padding:25px;
	width:100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
}
.novedades-box .first {
	border-bottom:1px dashed #5a5a5a;
	width:100%;
	padding-bottom:10px;
}
.novedades-box .last {
	padding-top:20px;
	width:100%;
	height:100%;
}
.novedades-box h2 {
	margin:0;
	color:#0070c1;
	line-height:28px;
}
/* -- Estilos caja horizontal  -- */
.boxHz {
	width: auto;
	height: auto;
    border: 1px dashed #5a5a5a;
}
.boxHz .contImg{
	width:286px !important;
	height:286px;
	margin-right: 20px;
	overflow:hidden;
}
.boxHz .contImg img{
	width:auto;
	float:left;
	/*max-height:196px;*/
	height: inherit;
	padding:10px;
}
.boxHz .contImg img.p0 {
	padding:0;
}
.tituloBoxH {
	width: 100%;
    float: none;
    position: relative;
    height: 150px;
    margin-left: 10px;
}
.tituloBoxH h2 {
	font-weight:300;
	font-size:1.35em;
}
.footerBoxH{
	width: 75%;
    position: absolute;
    bottom: 8px;
}
.boxRight {
	border-left: 1px dashed #5a5a5a;
    padding: 15px 0px 15px 20px;
    float: right;
	width: 29% !important;
    height: 100% !important;
}

.banner-transparencia{
	border: 1px dashed #6c6c6c;
	padding:10px;
	color:#fff;
	text-align:center;
}

.banner-transparencia a{
	color:#fff;
	text-decoration: underline;
}

.banner-transparencia-int{
	background: #0070c1;
	padding:10px 10px 0 10px;
}

.banner-transparencia .title_s3 {
	border:none;
	margin:0;
	padding:0;
}
.banner-transparencia .title_s3 img {
	display:inline-block;
	vertical-align: middle;
	margin-right:5px;
}
/* ADHESION */

#col_izq  #adhesion1 .box.n2{
	height:auto;
	border:1px dashed #6c6c6c;
	padding:26px 10px;
}
#col_izq  #adhesion1 .box .center{
	margin:0px 15%;
	width:70%;
}
.icon.mini img{
	width:29px;
	display:inline;
	vertical-align:middle;
	padding-right:8px;
}
#adhesion1 .input{
	background-color:#ffffff;
    border:1px solid #78b3de;
}
#adhesion1 .input input{
	font-size:0.85rem;
}
#adhesion1 .input input::-webkit-input-placeholder {
   color:#666666;
   font-style:italic;
}
#adhesion1 .input input:-moz-placeholder { /* Firefox 18- */
   color:#666666;
   font-style:italic;
}
#adhesion1 .input input::-moz-placeholder {  /* Firefox 19+ */
   color:#666666;
   font-style:italic;
}
#adhesion1 .input input:-ms-input-placeholder {  
   color:#666666;
   font-style:italic;
}
#adhesion1 .boton.purple span{
	line-height:26px;
	font-size:0.9rem;
}
.ch_float_L, .ch_float_R { float:none; }
.ch_float_R { float:left; }
.bottom {
	position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
}
ul#r_foundations{
	display:none;
	position:absolute;
	z-index:10;
	font-size:0.85rem;
	width:100%;
	max-height:160px;
	margin-top:-5px;
	overflow:auto;
	border:1px solid #313131;
	background-color:#eeeeee;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url(./css/PIE.htc);
}
ul#r_foundations.active{
	display:block;
}
ul#r_foundations li{
	cursor:pointer;
	display:block;
	padding:3px 10px;
	border-bottom:1px solid #313131;
}
ul#r_foundations li:hover{ background-color:#ffffff; }

ul#r_foundations li:last-child{ border:none; }

.adhesion .legal { font-size:.8rem; line-height:.9rem; }

/* ADHESION FIN */

/*  ESTILOS NUEVOS  */

.ul_init.ul_buscador {
	padding: 0px;
    list-style: none;
	margin-top: 0px;
}
.ul_init.ul_buscador li{
	margin-bottom:15px;
	height:auto;
	padding-bottom:9px;
}
.l_sec_1, .l_sec_2, .l_sec_3, .l_sec_4 {
	float:left;
	width:90%;
	font-size:.9em;
	margin-left:35px;
}
.l_sec_2, .l_sec_3, .l_sec_4 {
    width: 90%;
    margin: 3px 6px;
    font-size: 1em;
    padding-left: 15px;
    line-height: 25px;
    padding-bottom: 0;
    margin-left: 22px;
}
.l_sec_3{ max-width:160px; }
.l_sec_2{ max-width:84px; }
.l_sec_4{ max-width:148px; }
.leyenda {
	position:relative;
    color:#0070c1;
    width:auto;
	display:none;
	float:right;
}
.leyenda span {
	width:170px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center;
}
.leyenda span.first {
	width:132px;
}
.destacado, .destacado_2, .destacado_3 {
	width: 53px;
    height: 53px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 30;
    background: url(../img/destacado.png);
}

.destacado_2 { background: url(../img/destacado_2.png); }
.destacado_3 { background: url(../img/destacado_3.png); }

.w_fix {
	width:105px;
	line-height:12px;
}
.centrados {
	width: 105px;
    display: inline-block;
    text-align: center;
	margin:0 auto;
}
.mx250 {
	width:250px;
}
.n_socios{
	width: 100%;
	background-color:#0070c1;
	color:#ffffff;
    font-size:1.4rem;
    font-weight:400;
    line-height:1.6rem;
    margin:0px;
    padding:12px 0px;
    text-align:center;
}
.n_socios br{
	display:none;
}
.n_socios + .exp_socios{
    float: right;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 28px;
}
.n_socios + .exp_socios span{
    font-size: 0.85rem;
    padding: 0px;
    width: 100%;
    text-align: center;
}
#box_info_courses{
	position:absolute;
	display:none;
	z-index:10;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px;
	color:#ffffff;
	background-color:#01588e;
	font-weight:400;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	behavior:url(./css/PIE.htc);
}
#box_info_courses .title{
	text-transform:uppercase;
	color:#ffcc01;
	font-size:1.2rem;
	font-weight:600;
}
#box_info_courses .yellow{
	color:#ffcc01;
}
#box_info_courses.active{
	display:block;
}
#box_info_courses .center.txt_center{
	height:40px;
	/*visibility:hidden;*/
}
.course_register{
	width:100%;
	padding:20px;
	float:right;
	margin:12px 0px;
	color:#ffffff;
	background-color:#811960;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	behavior:url(./css/PIE.htc);
}
#cookies{
	display:none;
	position:fixed;
	bottom:0px;
	width:100%;
	padding:10px 0px;
	font-size:0.75rem;
	line-height: 1rem;
	background-color:#0068b4;
	text-align:center;
	color:#ffffff;
	overflow:visible;
	z-index:20;
	-moz-box-shadow:0px -3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px -3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0px -3px 3px rgba(0,0,0,0.1);
	box-shadow:0px -3px 3px rgba(0,0,0,0.1);
	behavior:url(./css/PIE.htc);
}
#cookies.active{
	display:block;
}
#cookies .pointer, #cookies a{
	font-weight: 700;
	text-decoration: underline;
	color: #ffd323;
}
body.cook{
	padding-bottom: 110px;
}
img.img_card{
	width: 120px;
	margin-bottom: 10px;
}
.bl_write_news{
	width: 300px;
	margin:0px auto 60px auto;
}
.bl_write_news img{
	width: 116px;
	margin:0px auto;
	float: none;
}
.bl_write_news .right{
	width: 300px;
	font-family: 'Lato', 'Gill Sans', sans-serif;
	font-size: 1rem;
	color: #5a5a5a;
	font-weight: 300;
	text-align: center;
}
.bl_write_news h3{
	margin-top: 0px;
}
.bl_write_news .right a{
	color: #5a5a5a;
}
.bl_write_news h3 a h3{
	color: #0070c1;
}
.preline{
	white-space:pre-line;
}
#resultado_pass{
	display: none;
}
/*  ESTILOS NUEVOS  */
.cal_aef{
	margin-bottom: 14px;
	min-height: 282px;
}
body > .cal_aef{
	min-width: 256px;
	background: #fff;
}
.cal_aef .ui-datepicker-prev{
	float: left;
}
.cal_aef .ui-datepicker-next{
	float: right;
}
.cal_aef .ui-datepicker-title{
	display: block;
	text-align: center;
	margin:0px auto;
}
.cal_aef .ui-datepicker-header{
	padding: 0.4rem 0.5rem;
	background-color: #0070c1;
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 0.9rem;
}
.cal_aef .ui-datepicker-header a{
	color: #ffffff;
	text-align: center;
	width: 22px;
	height: 22px;
}
.cal_aef table{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e7e8ed;
}
.cal_aef table th{
	background-color: rgba(0, 112, 193, 0.2);
	color: #0a4c7c;
	border:1px solid #ffffff;
}
.cal_aef table tr th:first-child{
	border-left-color: #e7e8ed;
}
.cal_aef table tr th:last-child{
	border-right-color: #e7e8ed;
}
.cal_aef table th, .cal_aef table td a{
	padding: 0.3rem 0rem;
	text-align: center;
}
.cal_aef table td{
	border:1px solid #e7e8ed;
}
.cal_aef table td.ui-datepicker-other-month{
	background-color: #e7e8ed;
	border-color: #ffffff;
	border-bottom-color:#e7e8ed;
}
.cal_aef table td.ui-datepicker-other-month:first-child{
	border-left-color:#e7e8ed;
}
.cal_aef table td.ui-datepicker-other-month:last-child{
	border-right-color:#e7e8ed;
}
.cal_aef table td a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.85rem;
}
.cal_aef table td a:hover, .cal_aef table td a.ui-state-active{
	background-color: #0070c1;
	color: #ffffff;
}
.cal_aef table td a.ui-state-highlight{
	background-color: #019101;
	color: #ffffff;
}
.Highlighted a{
	background-color : #852164 !important;
	color: White !important;
}
img.icon{
    width: 42px;
    height: 42px;
}
.content_int.actividades #col_der{
	display: block;
}
.content_int.actividades .input{
	border-color:#cccccc;
}
.listado_actividades{
	font-size: 0.9rem;
	line-height: 1.35rem;
}
.listado_actividades li{
	border-bottom: 1px dashed #c7c8cd;
	margin-bottom: 30px !important;
	padding-bottom: 30px !important;
}
.listado_actividades li:last-child{
	border-bottom: none;
	margin-bottom: 0px !important;
}
.listado_actividades .img{
	width: 38%;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	margin:4px 2rem 2.2rem 0px;
}
.listado_actividades .img:before{
	padding-top: 66.66%;
	content: "";
	display: block;
}
.listado_actividades .img img{
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	max-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.listado_actividades h2{
	margin: 0px 0px 0px 0px;
	font-size: 1.15rem;
	line-height: 1.8rem;
}
.listado_actividades .type{
	padding: 2px 5px;
	background-color: #852164;
	font-weight: bold;
	font-size: 0.75rem;
	color: #ffffff;
	margin-right: 10px;
}
.listado_actividades .date{
	font-weight: bold;
	font-size: 0.75rem;
}
.boton[type="button"]{
    background: #0070c1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.listado_actividades .boton span{
	line-height: inherit;
	padding: 3px 10px 4px 10px;
	font-weight: 400;
}
.actividades select{
    height: 30px;
}
.bg_blue{
	background-color: #0070c1;
}
.bg_blue_b{
	background-color: #009cde;
}
.txt{
	font-family: 'Lato', 'Gill Sans', sans-serif;
	font-size: 1rem;
	color: #5a5a5a;
	font-weight: 300;
}
.div_blue .txt{
	color: #fff;
}
.txt.bg_blue{
	color: #fff;
}
.img_sugestions{
	position: relative;
	width:54%;
	max-width: 200px;
}
.h_purple, .h_blue{
	font-size: 1rem;
	line-height: 1.4rem;
	color: #936;
	font-weight: bold;
}
.h_blue{
	color: #0070c1;
}
.ul_init.links_row > *{
	width: 100%;
	background-color: #e7e8ed;
	text-align: center;
	border:2px solid #fff;
}
.ul_init.links_row > *:hover{
	background-color: #0070c1;
}
.ul_init.links_row > *, .ul_init.links_row > * a{
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.ul_init.links_row > * a{
	height: 100%;
	padding: 0.5rem;
	color: #444;
	font-size: 0.75rem;
	line-height: 1.1rem;
	font-weight: 600;
	display: block;
	text-decoration: none;
	border: 1px solid #c7c8cc;
	text-transform: uppercase;
}
.ul_init.links_row > *:hover a{
	color: #fff;
}
.col_order{
	display: flex;
	flex-direction: column;
}
.col_order #col_a{
	order:1;
}
.col_order #col_b{
	order:2;
}
.col_order #mod_sugest{
	order:3;
}
.card.row{
	flex-wrap: wrap;
}
.card.row.n3 > *{
	width: 96%;
	flex: 0 0 auto;
	margin: 5px 2% 2rem 2%;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
}
.ratio16_10{
	position: relative;
	overflow: hidden;
	text-align: left;
}
.ratio16_10::before{
	content: "";
	display: block;
	padding-top: 62.5%;
}
.ratio16_10 > img{
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	border: none;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
}

@media screen and (max-width: 679.99px){
	#mod_sugest{
		text-align: center;
	}
	.img_sugestions{
		margin:0px auto;
	}
}
@media screen and (min-width: 680px) {
	body.cook{
		padding-bottom: 70px;
	}
	/* CSS  -- 22/09/2016  --  */
	.em_int.blue_b{
	width: 67%;
    margin-left: 14%;
    top: 8%;
	}
	/* CSS  -- 22/09/2016  --  */
	
	.img_publi {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	
	.w_dos, .w_dos.fin {
	width:99%;
	}
	.w_dos .div_blue, .w_dos .div_purple {
	padding: 12px 20px 10px 20px;
	}
	#cookies .close{
		top:50%;
	}
	.em_int{
		width:600px;
		height:auto;
		max-height:80%;
		top:10%;
		left:50%;
		margin-left:-300px;
		font-size:1em;
	}
	#header_int .adapt{
		width:640px;
	}
	#header_int .right{
		width:auto;
		float:right;
		margin:-28px 0px 0px 0px;
	}
	#header_int img.logo{
		width:320px;
	}
	#header_int .left{
		float:left;
		margin:20px 0px 0px 0px;
	}
	a#c_login{
		margin-right:276px;
	}
	#logged{
		width:auto;
		margin-right:244px;
	}
	#logged span{
		max-width:none;
	}
	#logged span#nombre_user{
		display:block;
	}
	#logged span#desconectar{
		display:none;
	}
	#em_login_c{
	    width: 500px;
	}
	#em_login_c .fila{
		width:41%;
	}
	#nav ul{
		height:auto;
		min-height:36px;
	}
	#nav ul li{
		display:inline-block;
		*display:inline;
		*zoom:1;
		margin:0px 6px;
		overflow:visible;
	}
	#nav ul li#sec1{
	    background-color: #0070c1;
	}
	#nav ul li#sec1 a{
		color: #ffffff;
		border-bottom: 2px solid #0070c1;
	}
	#nav ul li#sec1 a:hover, #nav ul li#sec1 a.active{
		border-bottom: 2px solid #ffffff;
	}
	#nav.logged_menu ul li{
		margin:0px 4px;
	}
	#nav ul li a, #nav ul li.end_li{
		font-size:0.75rem;
	}
	#nav ul li.end_li{
		display:inline-block !important;
		*display:inline !important;
		*zoom:1;
	}
	#nav ul li#m_mobile{
		display:none;
	}
	#nav ul ul{
		margin:20px auto;
		width:230px;
		border-bottom:none;
	}
	#nav ul ul li a{
		text-align:left;
	}
	ul#links_aef.ul_init{
		position:absolute;
		z-index:2;
		top:0px;
		right:0px;
		margin:0px;
	}
	#slider, .slide{
		height:340px;
	}
	.sl_images{
	    width: 1080px;
	    height: 340px;
	    margin-left: -540px;
	}
	.slide{
		width:680px;
		margin-left:-340px;
	}
	#slider img.img_bg{
		width:1080px;
		margin-left:-540px;
	}
	.slide .sl_content{
		font-size:1.5rem;
		line-height:1.7rem;
	}
	.slide .sl_content{
		bottom: auto;
		top:14px;
	}
	.box.n4{
		width:48%;
		margin-right:4%;
	}
	.box.n4.even{
		margin-right:0px;
	}
	#principal .box.n4, #nolvides .box.n4{
		height:220px;
	}
	#nolvides .box.n4{
		height:auto;
	}
	#principal .box.n4 h1{
		font-size:1.7rem;
		height:66px;
	}
	#principal .box.n4 a, #nolvides .box.n4 a{
		height:150px;
		/*height:auto;*/
		padding-bottom:0px;
	}
	#nolvides .box.n4 a{
		height:auto;
	}
	#noticias .box.n4{
		height:490px;
	}
	#noticias .box.n4 h1, #noticias .box.n3 h1{
		font-size:1.3rem;
		line-height:1.6rem;
		/*height:243px;*/
		padding-bottom: 40px;
	}
	#nolvides .box.n4 a{
		padding-top:44px;
		height:68px;
		padding-bottom:0px;
	}
	#noticiasfun .box.n4{
		width: 48%;
		margin-right: 4%;
	}
	#noticiasfun .box.n4:nth-child(2n){
		margin-right: 0%;
	}
	#noticiasfun .box{
		height: 222px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#noticiasfun .box .news_top{
		height:181px;
	}
	#noticiasfun .box .mas span{
		font-size:0.9rem;
	}
	#noticiasfun .box h2{
		font-size:1.3rem;
		line-height:1.5rem;
	}
	#noticiasfun .box p{
		font-size:1rem;
		margin:0px;
	}
	.hline{
		font-size:1.8rem;
	}
	.line_buttons{
		width:100%;
		margin:0px;
	}
	#col_izq{ 
		width:390px;
		float:left;
	}
	#col_der{
		width:220px;
		display:block;
	}
	#footer{
		font-size:0.85rem;
	}
	#footer .a_footer li{
		width:100px;
	}
	#footer h1{
		font-size:1.2rem;
	}
	h2.sub.pointer span.iconos_2 {
	width: 30px;
	margin-top:10px;
	}
	.tres_filas {
	width:99%;
	}
	ul.li_3elem li {
	width:187px;
	margin: 0px 5px 10px 5px;
	}
	.anotaciones, .box.n3.fin.large, .box_n2_a, .box_n2_b, .box_n2_c, ul.ul_cuota, .alertas_inl .div_blue, .alertas_inl_2, .fila.sel.con_cat, .cont_categ {
	width:100%;
	}
	.cont_categ {
	margin-top:15px;
	}
	.box.n3 {
	width:47%;
	margin-right:3%;
	}
	.box_n2_b {
	width:95%;
	padding: 20px 0px 0px 0px;
	}
	ul.ul_init li.mr20{
	margin-right:20px;
	}
	ul.ul_cuota li{
	/*width:50%;*/
	}
	h2.sub, .title_s3{
	font-size:1.5em;
	line-height: 1.5em;
	}
	.slide_curso {
	width: 42%;
    margin: 15px 5px 10px 18px;
	}
	.cont_slider_notas {
    width: 333px;
	}
	div ul.slider_notes li {
    width: 31px;
	}
	span.inicio_slider, span.fin_slider, span.txt_inicio_slider, span.txt_fin_slider {
	left: -33px;
	display:none;
	}
	span.txt_fin_slider, span.fin_slider {
	left:inherit;
	right:7px;
	}
	a.box_icon, a.box_icon_1, a.box_icon_2, a.box_icon_3, a.box_icon_4 {
	height:125px;
	background:url(../img/ico_transparencia.png) 71px 5px no-repeat;
	}
	a.box_icon_1 { background:url(../img/ico_transparencia_1.png) 71px 5px no-repeat;}
	a.box_icon_2 { background:url(../img/ico_transparencia_2.png) 71px 5px no-repeat;}
	a.box_icon_3 { background:url(../img/ico_transparencia_3.png) 71px 5px no-repeat;}
	a.box_icon:hover { background:url(../img/ico_transparencia_hover.png) 71px 5px no-repeat #0076bf; }
	a.box_icon_1:hover { background:url(../img/ico_transparencia_1_hover.png) 71px 5px no-repeat #0076bf;}
	a.box_icon_2:hover { background:url(../img/ico_transparencia_2_hover.png) 71px 5px no-repeat #0076bf;}
	a.box_icon_3:hover { background:url(../img/ico_transparencia_3_hover.png) 71px 5px no-repeat #0076bf;}
	.box.n3.ml_spc {
	margin-left:3%;
	}
	.cont_select_doc_1, .cont_select_doc_2 {
	float:left;
	width:48%;
	}
	.cont_select_doc_2 {
	float:right;
	}
	#publicaciones .box.n3 {
	border-right:none;
	padding:0px;
	}
	.bannerINAEF div.left {
	width:20%;
	}
	.bannerINAEF div.right {
		width: 60%;
	}
	.bannerINAEF div.flecha {
		display:block;
		height:144px;
		background-position:10px 73px;
	}
	.w_50_b {
	width:100%;
	}
	.div_purple_2 {
	width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    font-size: 1em;
	}
	/* -- Como Asociarse  -- */
	div.wrap_blueBloq {
	margin:5px 0px 0px 0px;
	}
	div.wrap_blueBloq div.left, div.wrap_blueBloq div.right.c1{
	width: 34%;
	}
	div.wrap_blueBloq div.right.c1{
	width: 100%;
	}
	div.wrap_blueBloq div.right.c1, div.wrap_blueBloq div.right.c1.esp{
	margin-top: 0px;
	}
	div.wrap_blueBloq div.right.c1.esp{
	margin-top: 0px;
	}
	div.wrap_blueBloq div.left span.c1 {
	width: 108px;
	top: 20px;
	left: 50%;
	margin-left: -57px;
	font-size: .85em;
	line-height: 1.5em;
	}
	div.lado1, div.lado2 { width:100%; }
	div.lado2 { float:right; }
	.w_esp {
	width:335px;
	font-size: 1.1em;
	}
	.div_cuotas { background:#FFF; }
	.proy_est_1, .proy_est_2 {
	width:75%;
	float:left;
	}
	.proy_est_2 {
	float:right;
	width:14%;
	margin:0px 0px 0px 1%;
	}
	.img_com, .img_com_p {
	width:90%;
	}
	.img_com_p { width:auto; }
	ul.img_com {
	width:100%;
	text-align:center;
	}
	.img_com.circle {
	float: none;
    margin: 0 auto 15px auto;
	}
	ul.agenda li .left, ul.agenda li .right{
	width:100%;
	}
	.years ul li{
	border: 1px dashed #5a5a5a;
    padding: 10px 72px;
	}
	.years ul li:first-child {
	margin-left:10px;
	}
	.cuadernos p.b{ text-align:left; }
	.cuadernos span{ display:block; text-align:left; }
	.cuadernos div.mt15{ margin-left:0px; }
	/*  --  FIN  --  */ 
	
	div#formas{
		width:370px;
		padding:10px;
	}
	ul#ul_formas{
		width:100%;
		height:126px;
	}
	ul#ul_formas li a span{
		line-height:0.8rem;
		font-size:0.75rem;
	}
	ul#ul_formas li#forma1{
		width:100px;
	}
	ul#ul_formas li#forma2{
		width:80px;
		left:103px;
	}
	ul#ul_formas li#forma3{
		width:80px;
		left:186px;
	}
	ul#ul_formas li#forma4{
		width:103px;
		left:269px;
	}
	ul#ul_formas li#forma5, ul#ul_formas li#forma6{
		width:163px;
		top:46px;
		left:103px;
	}
	ul#ul_formas li#forma6{ top:82px; }
	ul#ul_formas li#forma1 a span{ padding-top:51px; }
	ul#ul_formas li#forma2 a span{ padding-top:8px; }
	ul#ul_formas li#forma3 a span{ padding-top:8px; }
	ul#ul_formas li#forma4 a span{ padding-top:25px; }
	ul#ul_formas li#forma5 a span, ul#ul_formas li#forma6 a span{ padding-top:10.5px; }
	.txtR {
	max-width:inherit;
	width:100%;
	}
	.boxHz { height: auto; }
	.boxHz .contImg{
	width:100% !important;
	height:206px;
	margin-right: 0px;
	}
	.boxHz .contImg img{
	width: 95%;
    max-height: inherit;
    padding-left: 10px;
	}
	.tituloBoxH {
	width: 100%;
    float: none;
    margin-left: 20px;
    min-height: 130px;
	}
	.boxRight {
	border-left: 0;
    padding: 10px;
    width: 100% !important;
    height: 100% !important;
	}
	.ch_float_L, .ch_float_R { float:left; }
	.ch_float_R { float:right; }
	
	/*  ESTILOS NUEVOS  */
	.l_sec_1 {
	float:left;
	width:90%;
	margin-left:30px;
	}
	.ul_init.ul_buscador li {
    height:40px;
    }
	.l_sec_2, .l_sec_3, .l_sec_4 {
	width: 90%;
    margin: 5px 18px 0px 18px;
	border-left:none;
	max-width:inherit;
    }
	.w_fix {
	width: 95px;
    line-height: 12px;
	}
	.centrados {
	width: 105px;
	}
	.n_socios{
		width: 120px;
		float:right;
		font-size:1.6rem;
		margin:0px 0px 10px 30px;
	}
	.n_socios br{
		display:block;
	}
	.n_socios + .exp_socios{
		width: auto;
		margin-left: 30px;
		margin-top: 0px;
	}
	.n_socios + .exp_socios span{
		margin-bottom: 38px;
		width: 120px;
	}
	#box_info_courses{
		width:390px;
		padding:30px 36px;
	}
	#cookies{
		font-size:0.8rem;
		line-height: 1.1rem;
	}
	.bl_write_news{
		width: 520px;
	}
	.bl_write_news img{
		width: 116px;
		float: left;
		margin:0px;
	}
	.bl_write_news .right{
		width: 370px;
		text-align: left;
	}
	#mod_sugest > *{
		padding:12px 20px;
	}
	#mod_sugest h2{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.img_sugestions{
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		width:74%;
		max-width: 200px;
	}
	.v_transform{
		position: relative;
		transform: translateY(-50%);
		top: 50%;
	}
	.row{
		display: flex;
	}
	.row > *{
		flex: 1;
	}
	#mod_sugest .row > *{
		flex: 0 0 auto;
	}
	#mod_sugest .row > :nth-child(1){
		width: 30%;
	}
	#mod_sugest .row > :nth-child(2){
		width: 70%;
	}
	/*  ESTILOS NUEVOS  */
	.h_purple, .h_blue{
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
	.ul_init.links_row{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.ul_init.links_row > *{
		width: 50%;
	}
	.card.row.n3 > *{
		width: 30.33%;
		margin: 5px 1.5% 2rem 1.5%;
	}
}
@media screen and (max-width: 999.99px){
	.listado_actividades .img{
		width: 100%;
		margin:0px 0px 1rem 0px;
	}
}
@media screen and (min-width: 1000px) {
	body.cook{
		padding-bottom:60px;
	}
	/*  ---  BUSCAR CSS  --- */
	.box.n3, .box.n3H, #slider, .slide { width:100%; }
	.img_publi {
	width: 20%;
	margin:inherit;
	margin-right:20px;
	float:left;
	}
	/*  ---  FIN BUSCAR CSS  --- */
	.w_dos, .w_dos.fin { width:47%; }
	#header_int .adapt{ width:850px; }
	#header_int img.logo{ width:394px; }
	#logged span#nombre_user{ font-size:0.9rem; }

	#nav ul li{
		margin:0px 14px;
	}
	#nav ul li a, #nav ul li.end_li{
		padding:0px 6px;
		font-size:0.85rem;
		letter-spacing:0px;
	}
	#nav ul ul li a{
		font-size:0.8rem;
	}
	#search{ margin-top:38px; }
	.box.n2{
		width:48%;
		margin-right:4%;
	}
	.box.n3{
		width:31%;
		margin-right:3%;
	}
	.box.n4{
		width:24%;
		margin-right:1.3%;
	}
	.box.n4.even{ margin-right:1.3%; }
	.box.n3.fin.large { width:32%; }
	#slider img.img_bg{
		width:1440px;
		margin-left:-720px;
	}
	#slider, .slide{ height:380px; }

	.sl_images{
	    width: 1440px;
	    height: 380px;
	    margin-left: -720px;
	}
	.slide{
		width:940px;
		margin-left:-470px;
	}
	.slide .sl_content{
		padding:15px;
		font-size:1.4rem;
		line-height:1.6rem;
		width:340px;
	}
	.slide .sl_content.tl{
		top:30px;
		bottom:auto;
		left:0px;
		right: auto;
	}
	.slide .sl_content.bl{
		bottom:30px;
		top: auto;
		left:0px;
		right: auto;
	}
	.slide .sl_content.tr{
		top:30px;
		bottom: auto;
		right:0px;
		left: auto;
		height:auto;
	}
	.slide .sl_content.br{
		bottom:30px;
		top: auto;
		right:0px;
		left: auto;
	}
	#noticias .box.n4{
	/*height:454px;*/
	height:auto;
	}
	#noticias .box.n4 h1, #noticias .box.n3 h1{
	font-size:1.3rem;
	/*height:206px;*/
	}
	#noticiasfun .box{
		height: 282px;
	}
	#noticiasfun .box .news_top{
		height:239px;
	}
	#noticiasfun .box.n4, #noticiasfun .box.n4:nth-child(2n){
		width: 24%;
		margin-right: 1.3%;
	}
	#noticiasfun .box.n4:nth-child(4n){
		margin-right: 0%;
	}
	h2.sub.pointer span.iconos_2 {
	width: 36px;
	margin-top:7px;
	}
	#col_izq, #col_der{ 
	width:660px;
	font-size:1rem;
	line-height:1.4rem;
	}
	#col_der{
	width:250px;
	}
	h1.name_pag, .name_pag{
	font-size:1.9rem;
	line-height:2.1rem;
	}
	h2.title_s1{
	font-size:1.55rem;
	line-height:1.8rem;
	}
	.tres_filas {
		width:167px;
	}
	ul.li_3elem li {
	width:210px;
	margin: 0px 5px 10px 5px;
	}
	.fila.sel.con_cat{
	width:45%;
	}
	.cont_categ {
	width: 53%;
	margin-top:32px;
	}
	.box.n3 {
    width: 32%;
    margin-right: 2%;
	}
	.box_n2_a, .box_n2_b {
	width:69%;
	}
	.box_n2_b {
	width:26%;
	padding: 20px 0px 0px 15px;
	}
	ul.ul_init li.mr20{
	margin-right:50px;
	}
	ul.ul_cuota, .box_n2_c {
	width: 75%;
    }
	.slide_curso {
	width: 44%;
    margin: 15px 5px 15px 27px;
	}
	.alertas_inl .div_blue {
	width:37%;
	}
	.alertas_inl_2 {
	width:58%;
	}
	.cont_slider_notas {
    width: 468px;
	}
	div ul.slider_notes li {
    width: 41px;
	}
	span.inicio_slider, span.fin_slider, span.txt_inicio_slider, span.txt_fin_slider {
	left: -33px;
	display:inherit;
	}
	span.txt_fin_slider, span.fin_slider {
	left:inherit;
	right:7px;
	}
	a.box_icon, a.box_icon_1, a.box_icon_2, a.box_icon_3, a.box_icon_4 {
	height:110px;
	background:url(../img/ico_transparencia.png) 88px 5px no-repeat;
	}
	a.box_icon_1 { background:url(../img/ico_transparencia_1.png) 88px 5px no-repeat;}
	a.box_icon_2 { background:url(../img/ico_transparencia_2.png) 88px 5px no-repeat;}
	a.box_icon_3 { background:url(../img/ico_transparencia_3.png) 88px 5px no-repeat;}
	a.box_icon:hover { background:url(../img/ico_transparencia_hover.png) 88px 5px no-repeat #0076bf; }
	a.box_icon_1:hover { background:url(../img/ico_transparencia_1_hover.png) 88px 5px no-repeat #0076bf;}
	a.box_icon_2:hover { background:url(../img/ico_transparencia_2_hover.png) 88px 5px no-repeat #0076bf;}
	a.box_icon_3:hover { background:url(../img/ico_transparencia_3_hover.png) 88px 5px no-repeat #0076bf;}
	.box.n3.ml_spc {
	margin-left:0px;
	}
	.cont_select_doc_1, .cont_select_doc_2 {
	float:left;
	width:48%;
	}
	.cont_select_doc_2 {
	float:right;
	}
	#publicaciones .box.n3 {
	border-right:1px dashed #6c6c6c;
	padding: 13px 10px;
	}
	.bannerINAEF div.left {
	width:20%;
	}
	.bannerINAEF div.right {
	width: 60%;
	}
	.bannerINAEF div.flecha {
	height:120px;
	background-position: 10px 57px;
	}
	.w_50_b {
	width:50%;
	}
	.div_purple_2 {
	width: 32%;
    margin-left: 7px;
	margin-top:15px;
	font-size:.85em;
	}
	/* -- Como Asociarse  -- */
	div.wrap_blueBloq {
	margin:20px 0px 0px 0px;
	}
	div.wrap_blueBloq div.left, div.wrap_blueBloq div.right.c1{
	width: 26.2%;
	}
	div.wrap_blueBloq div.right.c1{
	width: 72%;
	}
	div.wrap_blueBloq div.right.c1, div.wrap_blueBloq div.right.c1.esp{
	margin-top: 15px;
	}
	div.wrap_blueBloq div.right.c1.esp{
	margin-top: 0px;
	}
	div.wrap_blueBloq div.left span.c1 {
	width: 188px;
	top: 28px;
	left: 50%;
	margin-left: -100px;
	font-size: 1em;
	line-height: 1.5em;
	}
	div.lado1, div.lado2 {
		width:49%;
	}
	div.lado2 {
		float:right;
	}
	.w_esp {
		width:185px;
	}
	.div_cuotas {
	width:30%;
	margin-left:2%;
	font-size:.9em;
	}
	.proy_est_1, .proy_est_2 {
	width:85%;
	}
	.proy_est_2 {
	width:8%;
	margin:0px 0px 0px 1%;
	}
	/*  --  FIN  --  */
	.img_com, .img_com_p {
	width:195px;
	}
	ul.img_com {
	width:63%;
	text-align:left;
	}
	.img_com_p {
	width: 62%;
    margin: 0px;
    padding: 0px;
	}
	.img_com.circle {
	float: left;
    margin: 0px 30px 0px 0px;
	}
	ul.agenda li .left, ul.agenda li .right{
	width:60%;
	}
	ul.agenda li .right{
	width:auto;
	max-width:29%;
	}
	.years ul li{
	border: 1px dashed #5a5a5a;
    padding: 10px 58px;
	}
	.years ul li:first-child {
	margin-left:0px;
	}
	div#formas{
	width:640px;
	}
	ul#ul_formas{
	height:210px;
	}
	ul#ul_formas li#forma1{
	width:167px;
	}
	ul#ul_formas li#forma2{
	width:134px;
	left:175px;
	}
	ul#ul_formas li#forma3{
	width:136px;
	left:317px;
	}
	ul#ul_formas li#forma4{
	width:173px;
	left:460px;
	}
	ul#ul_formas li#forma5, ul#ul_formas li#forma6{
	width:278px;
	top:76px;
	left:175px;
	}
	ul#ul_formas li#forma6{
	top:136px;
	}
	ul#ul_formas li a span{
	line-height:1.1rem;
	font-size:0.9rem;
	}
	ul#ul_formas li#forma1 a span{ padding-top:91px; }
	ul#ul_formas li#forma2 a span{ padding-top:22px; }
	ul#ul_formas li#forma3 a span{ padding-top:22px; }
	ul#ul_formas li#forma4 a span{ padding-top:55px; }
	ul#ul_formas li#forma5 a span, ul#ul_formas li#forma6 a span{ padding-top:23px; }
	.txtR {
	max-width:60%;
	width:auto;
	}
	.w_49_i { width:48% !important;}
	.w_49_i.fin { margin-right:0 !important; }

	.novedades-box {
	display:flex;
	align-items: center;
	}

	.novedades-box .first {
	border-bottom:0;
	border-right:1px dashed #5a5a5a;
	width:50%;
	box-sizing: border-box;
	padding-bottom:0;
	padding-right:20px;
	float:left;
	}
	.novedades-box .last {
	width:50%;
	box-sizing: border-box;
	padding-top:0;
	padding-left:20px;
	}
	.boxHz {
	height: 216px;
    }
	.boxHz .contImg {
    width: 206px !important;
    height: 206px;
    margin-right: 0px;
	}
	.boxHz .contImg img {
    width: auto;
    max-height: 206px;
    padding-left: 10px;
	}
	.tituloBoxH {
	width:33%;
	float:left;
	height:100%;
	}
	.boxRight {
	border-left: 1px dashed #5a5a5a;
	width: 29% !important;
	padding:15px 20px 0px 15px;
	}
	/* ADHESION */
	#col_izq  #adhesion1 .box.n2{
		min-height:270px;
		padding:26px 10px 10px 10px;
	}
	/*  ESTILOS NUEVOS  */
	.l_sec_1, .l_sec_2, .l_sec_3, .l_sec_4{
		float:left;
		font-size:0.9rem;
		height:inherit;
	}
	.l_sec_2, .l_sec_3, .l_sec_4{
		margin:0px 6px;
		border-left:1px dashed #5a5a5a;
		padding-left:8px;
		font-size:0.95em;
    	line-height:20px;
	}
	.l_sec_1{
		width:31%;
		margin-left:35px;
	}
	.l_sec_2{ width:14%; }
	.l_sec_3{ width:20%; }
	.l_sec_4{ width:20%; }
	
	.ul_init.ul_buscador {
	margin-top: 50px;
	}
	.ul_init.ul_buscador li {
    height: 40px;
    }
	.leyenda {
		display:block;
	}
	.leyenda span {
    width:150px;
	}
	.leyenda span.first {
    width:132px;
	}
	.w_fix {
	width:200px;
	}
	.centrados {
	width: 90px;
	}
	#col_izq .acordeon_desp .box.n3H div.left{
		width:76%;
	}
	#box_info_courses{
		width:660px;
	}
	#cookies{
		font-size:0.85rem;
		line-height: 1.2rem;
	}
	.img_sugestions{
		width:50%;
	}
	/*  ESTILOS NUEVOS  */
	.h_purple, .h_blue{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.ul_init.links_row > *{
		width: 25%;
	}
	.txt_limit{
		width: 80%;
		margin:0px auto;
	}
	#form_suscription{
		width: 80%;
		margin:0px auto;
	}
}
@media screen and (min-width: 1140px) {
	body.cook{
		padding-bottom: 40px;
	}
	#logged span#nombre_user{
		font-size:1rem;
	}
	#nav ul li a, #nav ul li.end_li{
		padding:0px 8px;
		font-size:0.9rem;
		letter-spacing:0px;
	}
	.slide{
		width:1040px;
		margin-left:-520px;
	}
	#principal .box.n4{
		height:244px;
	}
	#principal .box.n4 a{
		padding-top:72px;
	}
	#principal .box.n4 h1{
		font-size:1.9rem;
	}
	#principal .box.n4 a#lk1, #principal .box.n4 a#lk2, #principal .box.n4 a#lk3, #principal .box.n4 a#lk4, #principal .box.n4 a#lk5, #principal .box.n4 a#lk6, #principal .box.n4 a#lk7, #principal .box.n4 a#lk8, #principal .box.n4 a#lk1:hover, #principal .box.n4 a#lk2:hover, #principal .box.n4 a#lk3:hover, #principal .box.n4 a#lk4:hover, #principal .box.n4 a#lk5:hover, #principal .box.n4 a#lk6:hover, #principal .box.n4 a#lk7:hover, #principal .box.n4 a#lk8:hover{
		background-position:center 40px;
	}
	#noticias .box.n4{
		/*height:488px;*/
		height:auto;
	}
	#noticias .box.n4 h1, #noticias .box.n3 h1{
		font-size:1.3rem;
		line-height:1.7rem;
		/*height:166px;*/
		/*height:243px;*/
	}
	#noticiasfun .box h2{
		font-size:1.4rem;
		line-height: 1.6rem;
	}
	.box.n3.fin.large {
	width:32%;
	}
	#col_izq{ 
		width:720px;
	}
	#col_der{
		width:280px;
	}
	h1.name_pag, .name_pag{
		font-size:2.1rem;
		line-height:2.3rem;
	}
	h2.title_s1{
		font-size:1.65rem;
	}
	.tres_filas {
	width:188px;
	}
	ul.li_3elem li {
	width:220px;
	margin: 0px 15px 10px 10px;
	}
	.anotaciones {
	width:40%;
	}
	.anotaciones.w_all {
		width:100%;
	}
	.fila.sel.con_cat{
	width:45%;
	}
	.cont_categ {
	width: 53%;
	margin-top:32px;
	}
	.box.n3 {
    width: 32%;
    margin-right: 2%;
	}
	.box_n2_a, .box_n2_b {
	width:69%;
	}
	.box_n2_b {
	width:26%;
	}
	ul.ul_init li.mr20{
	margin-right:60px;
	}
	ul.ul_cuota {
	width: 75%;
    }
	ul.ul_cuota li{
	/*width:48%;*/
	}
	.box_n2_c {
	width:70%;
	}
	.slide_curso {
	width: 44%;
    margin: 15px 5px 15px 27px;
	}
	.alertas_inl .div_blue {
	width:37%;
	}
	.alertas_inl_2 {
	width:60%;
	}
	.cont_slider_notas {
    width: 468px;
	}
	div ul.slider_notes li {
    width: 41px;
	}
	span.inicio_slider, span.fin_slider, span.txt_inicio_slider, span.txt_fin_slider {
	left: -33px;
	display:inherit;
	}
	span.txt_fin_slider, span.fin_slider {
	left:inherit;
	right:7px;
	}
	.cont_select_doc_1, .cont_select_doc_2 {
	float:left;
	width:48%;
	}
	.cont_select_doc_2 {
	float:right;
	}
	.bannerINAEF div.flecha {
	height: 99px;
    background-position: 10px 45px;
	}
	.w_esp {
	width:200px;
	}
	ul.img_com {
	width:68%;
	}
	.years ul li{
	border: 1px dashed #5a5a5a;
    padding: 10px 65px;
	}
	.years ul li:first-child {
	margin-left:0px;
	}
	.img_com_p {
	width: 470px;
    /* width: 65%; */
    }
	.tituloBoxH {
	width:37%;
	float:left;
	height:100%;
	}
	/*  ESTILOS NUEVOS  */
	.leyenda span {
   		width:170px;
	}
	.leyenda span.first {
    	width:96px;
	}
	.l_sec_1{
		width:32%;
	}
	.w_fix {
		width:200px;
		line-height: inherit;
		text-align: center;
	}
	.centrados {
		width: 90px;
		display: inline-block;
	}
	#col_izq .acordeon_desp .box.n3H div.left{
		width:77%;
	}
	#box_info_courses{
		width:720px;
	}
	/*  ESTILOS NUEVOS  */
	.h_purple, .h_blue{
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.txt_limit{
		width: 70%;
	}
	#form_suscription{
		width: 70%;
	}
}
