/*
    AJUSTES PADDINGS COLUMNAS BOOTSTRAP
*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.clearfix{
	clear:both;
}

.notmargin {
    margin: 0px;
}

/*tipografia*/
@font-face{
	font-family:"GillSans";
	src:url("/_layouts/15/aecid/fonts/GillSans.eot?#iefix");
	src:url("/_layouts/15/aecid/fonts/GillSans.eot?#iefix") format("eot"),
	    url("/_layouts/15/aecid/fonts/GillSans.woff") format("woff"),
	    url("/_layouts/15/aecid/fonts/GillSans.ttf") format("truetype"),
	    url("/_layouts/15/aecid/fonts/GillSans.svg#GillSans") format("svg"); 
}
@font-face{
	font-family:"GillSansLight";
	src:url("/_layouts/15/aecid/fonts/GillSans-Light.eot?#iefix");
	src:url("/_layouts/15/aecid/fonts/GillSans-Light.eot?#iefix") format("eot"),
    url("/_layouts/15/aecid/fonts/GillSans-Light.woff") format("woff"),
    url("/_layouts/15/aecid/fonts/GillSans-Light.ttf") format("truetype"),
    url("/_layouts/15/aecid/fonts/GillSans-Light.svg#GillSans-Light") format("svg");
}
@font-face{
	font-family:"GillSansBold";
	src:url("/_layouts/15/aecid/fonts/GillSans-Bold.eot?#iefix");
	src:url("/_layouts/15/aecid/fonts/GillSans-Bold.eot?#iefix") format("eot"),
    url("/_layouts/15/aecid/fonts/GillSans-Bold.woff") format("woff"),
    url("/_layouts/15/aecid/fonts/GillSans-Bold.ttf") format("truetype"),
    url("/_layouts/15/aecid/fonts/GillSans-Bold.svg#GillSans-Bold") format("svg");
}

/*STYLES*

/*GENERALES*/
.align_center{
	text-align: center;
}

.full-width {
    width: 100%;
}
/*RECAPTCHA*/
@media screen and (max-height: 575px) {
    .g-recaptcha {     
        transform: scale(0.49);
        -webkit-transform: scale(0.49);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (min-height: 575px) and (max-height: 2000px) {
    .g-recaptcha {     
        transform: scale(0.69);
        -webkit-transform: scale(0.69);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/*BOTONES*/
.intercoonecta .btn,.intercoonecta .btn:hover,.intercoonecta btn:focus {
    border: none;
    text-transform: uppercase;
    border-radius:0px;
    margin:0px;
    margin-top:20px;
    font-family:Arial;
    font-size:1em;

    /*DÍA: 01/10/2015*/
    white-space: normal;
    /*FIN DÍA: 01/10/2015*/
}

.intercoonecta .btn-default,.intercoonecta .btn-default:hover,.intercoonecta .btn-default:focus {
    color:#fff;
    background-color:#707070;
}

#wrapper .btn-red, #wrapper .btn-red:hover {
    color:#fff;
    background-color:#de0032;
}

#wrapper .p_0{
	padding: 0;
}
.p_right_0{
	padding-right: 0;
}
#wrapper .p_left_0{
	padding-left: 0;
}

#wrapper .p_left_right_15{
	padding-left: 15px;
	padding-right: 15px;
}

.p_left_15{
	padding-left: 15px;
}
.p_top_20{
	padding-top: 20px;
}
.p_top_18{
  padding-top: 18px;
}
.p_top_3{
  padding-top: 3px;
}
.p_bottom_30{
  padding-bottom: 30px;
}

.marg_auto{
	display:block;
	margin:0 auto;
}
.m_0{
	margin: 0;
}
.m_b_9{
	margin-bottom:9px;
}
.m_t_10{
	margin-top:10px;
    list-style-type: none;
}
.m_t_15{
	margin-top:15px;
}
.m_l_15{
	margin-left:15px;
}

.m-b-20 {
    margin-bottom:20px;
}

.f_left{
	float: left;
}
.f_right{
	float: right;
}

.height_80 {
    height: 80px;
}

.separator {
    border-bottom:solid 1px #ddd;
    padding-bottom: 20px;
    margin-left: -25px;
    margin-right: -15px;
}

.gillsans {
    font-family:GillSans !important;
}

.inline-block {
    list-style-type:none;
}

.inline-block li {
    display:inline-block;
    margin-right:20px;
}

.list-container ul{
    list-style-type:none;
    padding-left:0px;
}

.list-container ul li{
    display:inline-block;
}

/*ETIQUETAS*/
.tag {
    font-weight: bold;
    border: solid 1px #DCDCDC;
    padding: 12px 12px 7px 12px;
    display: inline-block;
    border-radius:5px;
}

#wrapper{
	font-family:GillSans;
	margin: 0 auto;
	margin-bottom: 30px;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4{
    font-family:GillSans;
}

#wrapper h5 {
    font-family:GillSansLight;
    font-weight:bold;
}

#wrapper h5 a {
    color: #000; /* ANA Día: 09/10*/
}

#wrapper h3, h4 {
    color:#de0032 !important;
}

#wrapper .container {
	padding: 0;
}
#wrapper .contenedor{
	/*max-width: 940px;*/
	max-width: 960px;
  	margin: 0 auto;
}
	#wrapper.wrapper_home .contenedor{
		max-width: 940px;
	} 
#wrapper a, #wrapper a:hover{	
	color: #de0032;
    text-decoration:none;
}
	#wrapper a.subtitulo{
		font-size: .8em;
	}
#wrapper .home h2, #wrapper .home h1 { /* Accesibilidad h2 - h1 , pongo .home */
	font-size: 36px;
}
/*MENU*/
.logo_ministerio{
	float: left;
	margin-bottom: 9px;
}
.logo_ceedet{
	float: left;
	/*padding-top: 12px*/
	padding: 12px 35px;
}
.logo_aecid{
	float: left;
	padding: 9px 5px;
}
.cabecera_dcha{
	float: right;
	margin-top: 15px;
}
.cabecera_dcha .buscador{
	/*background: transparent url(/_layouts/15/images/aecid/icono_lupa.png) no-repeat center;	
	padding-top: 45px; */
	width: 80px;
}

.cabecera_dcha a{
    color:#333 !important;
}

.cabecera_dcha .user{
	/*background: transparent url(/_layouts/15/images/aecid/icono_user.png) no-repeat center;	
	padding-top: 45px; */
	width: 80px;
}

.cabecera_dcha ul li{
	float: left;
	border-left: 1px solid #747474;
 	padding: 0 24px;
 	list-style: none;
 	width: 50%;
}
.cabecera_dcha ul li:first-child{
	border-left: none;
}
.cabecera_dcha ul li:last-child{
	padding-right: 0;
}
#wrapper .navbar-toggle{
	border: none;
	margin-top: -21px;
	margin-right: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#wrapper .navbar-toggle:hover,#wrapper .navbar-toggle:focus{
	background-color: transparent;
}
#wrapper .navbar-toggle .icon-bar {
	background-color: #000;
	height: 4px;
}
#wrapper .navbar{
	min-height: 0px;
	margin-bottom: 0;
}
#wrapper .navbar-default{
	background-color: #000;
	border: 0px;
	border-radius: 0;
}
		

#wrapper .navbar-default .navbar-nav a{
	color: #999;
	font-size: 16px;
    font-family:GillSans;
}
#wrapper .navbar-default .navbar-nav>.active>a{
	background-color: #000;
    background: url('/_layouts/15/images/aecid/active-menu.png') no-repeat 50% 100%;
}
#wrapper .navbar-default .navbar-nav a:hover, #wrapper .navbar-default .navbar-nav>.active>a{
	/*background-color: #e7e7e7;*/
	color: #fff;
}
	

#wrapper .page-image {
    border-bottom:solid 3px #FD002F;
    background-color: #333;
}

#wrapper .page-image img{
    margin: 0 auto;
}
	

/*IMAGEN*/
.seccion #carousel-home-main .carousel-indicators {
    display: none;
}

.seccion{
	position: relative;
}
.seccion .carousel-control{
	width: 50px;
	margin: 0 auto;
	/*top: 36%;*/
	/*top: 106px;
  	right: 23%;*/
    top: 75px;
    right: 16%;
	background-image: none;
}
.seccion .carousel-control:focus, .carousel-control:hover {
	color: transparent!important;
}
	
.seccion .carousel-caption{
	/*top: 17%;*/
	/*top: 20px;*/
    top: 40px; /* ANA Día: 08/10 */
	left: 40%;
	padding-top: 0;
	/*max-width: 400px;*/
}
.seccion .carousel-caption p{
	text-shadow: 0 1px 2px rgba(0,0,0,0);
	float: right;
}
	 
.seccion_titulo {
	/*float: right;
	max-width: 400px;*/
	width: 420px;
	float: right;
}
.seccion_titulo p{
	font-size: 2.14em;
	line-height: 1em;
	font-family: GillSansLight;
	padding-right: 90px;
}
.seccion_titulo span{
	font-size: 6.12em;
	float: left;
	width: 100%;
	text-align: right;
	letter-spacing: -5px;
	line-height: 1em;
	text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.seccion_titulo span.inter{
	font-family: GillSansLight;
}
.seccion_texto {
	position: absolute;
	top: 20%;
	right: 15%;
	max-width: 400px;
}
.seccion_texto p{
	font-size: 2em;
	line-height: 1em;
}
.seccion_texto span{
	font-size: 3.6em;
	color: #de0032;
	float: left;
}
	.seccion_texto span.inter{
		font-family: GillSansLight;
	}
.contenedor_img{
	float: left;
  	line-height: 70px;
}
		
.imagen_completa {
    background: url(/_layouts/15/images/aecid/imagen_background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.list-group.img-left .list-group-item {
    padding:0px;
    border:none;
    margin-top:20px;
}

.list-group.img-left .list-group-item  .list-group-item-heading{
    margin-top:0px;
}

.list-group.img-left .list-group-item .list-group-item-list{
    list-style-type:none;
    display: inline-block;
    padding-left:0px;
}

.list-group.img-left .list-group-image{
    float:left;
    margin-right:25px;
}

/*HERRAMIENTAS DE PÁGINA*/
.btn-tools {
    display:none;
    padding: 15px 0px;
    margin-top: 10px;
    font-size: 1.5em;
    float:left;
}

.herramientas li{
	list-style: none;
	padding-left: 15px;
	float: left;
}

.herramientas li img {
    vertical-align: middle;
    display: inline;
}

/*COMUNIDADES*/
.comunidades.comunidadesHomeTablet, .comunidades.comunidadesHomeMovil {
    display: none !important;
}

.comunidades{
	/*background-color: #fff;*/
	float: left;
  	width: 100%;
}
.comunidades .comunidades_flotadas{
	position: absolute;
	/*top:280px;*/
    top: 370px; /* ANA Día: 08/10/ */
}
.fondo_titulo{
	background-color: #c7c7c8;
	width: auto;
	opacity: .8;
	float: left;
	margin-bottom: 18px;
	padding-right: 10px;
}
.comunidades h2, .comunidades h1 { /* Accesibilidad h2 - h1*/
	color:#d21e32;
	padding-left: 15px;
	margin: 15px 0;
}
.comunidades .caja_comunidades{
	background-color: #d21e32;
	height: 180px;
		
	text-align: center;
	padding-top: 15px;
}
.comunidades .comunidades_flotadas .fila1, .comunidades .comunidades_flotadas .fila2{
	margin-bottom: 10px;
	float: left;
}
.comunidades .comunidades_flotadas .fila2{
	display: none;
}
#wrapper .comunidades .caja_comunidades a{
	color: #fff;
	font-size: 1.1em;
	line-height: 1em;

}
#wrapper .comunidades .caja_comunidades p{
	padding-top: 10px;
}
.comunidades .mas_comunidades{
	padding: 130px 10% 70px;
	font-family: GillSansLight;	
	font-size: 2.5em;
	color: #646464;
	/*min-height: 250px;*/
}
#wrapper .comunidades .mas_comunidades .img_mas_comunidades{
	display: none;
}

/*HOME*/
.home .col-xs-1,
.home .col-sm-1,
.home .col-md-1,
.home .col-lg-1,
.home .col-xs-2,
.home .col-sm-2,
.home .col-md-2,
.home .col-lg-2,
.home .col-xs-3,
.home .col-sm-3,
.home .col-md-3,
.home .col-lg-3,
.home .col-xs-4,
.home .col-sm-4,
.home .col-md-4,
.home .col-lg-4,
.home .col-xs-5,
.home .col-sm-5,
.home .col-md-5,
.home .col-lg-5,
.home .col-xs-6,
.home .col-sm-6,
.home .col-md-6,
.home .col-lg-6,
.home .col-xs-7,
.home .col-sm-7,
.home .col-md-7,
.home .col-lg-7,
.home .col-xs-8,
.home .col-sm-8,
.home .col-md-8,
.home .col-lg-8,
.home .col-xs-9,
.home .col-sm-9,
.home .col-md-9,
.home .col-lg-9,
.home .col-xs-10,
.home .col-sm-10,
.home .col-md-10,
.home .col-lg-10,
.home .col-xs-11,
.home .col-sm-11,
.home .col-md-11,
.home .col-lg-11,
.home .col-xs-12,
.home .col-sm-12,
.home .col-md-12,
.home .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.home .comunidades h2 {
    font-family:GillSansLight;
}

.home .contenedor_Centro h2 a, .home .contenedor_Centro h2 a:hover, .home .contenedor_Centro h2 a:visited{
    color: #de0032;
    text-decoration:none;
}

.home .centros_formacion {
    background-color: #fff;
    float: left;
    width: 100%;
    padding-top: 50px;
}

.home .centros_formacion h2{
    color: #323232;
    padding-bottom: 50px;
}

.home .centros_formacion .col-xs-6{
    padding-left:0px;
    padding-right:0px;
}

.home .centros_formacion .titulo_centro{
    position: absolute;
    bottom: 0;
    right: 10px;
    background-color: #ebebeb;
    padding: 0 30px;
    height: 60%;
    width: 50%;
}

.home .centros_formacion .titulo_centro h2{
    color: #de0032;
    line-height: 36px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.home .centros_formacion .titulo_centro h2.color2 {
    color: #646464;
}

.home .aula {
    padding-right: 10px;
    margin-bottom: 109px;
}

/*DESTACAMOS*/
.destacamos{
	background-color: #ebebeb;
	font-size: 1.3em;
	color: #4c4c4c;
	float: left;
	width: 100%;
	line-height: 1em;
	padding-top: 50px;
}
		
#wrapper .destacamos h2, #wrapper .h2home{
	color: #323232 !important;
	font-family:GillSans;
	font-size: 1.6em !important;
}
.destacamos h3{
	font-size: 1.64em;
	color: #de0032;
}

.destacamos .exterior_agenda{
	float: left;
}
.destacamos .mas_destacados{
	float: right;
}
	.contenedor_fecha_noticia{
	position: relative;
}

.contenedor_fecha_noticia .fecha_noticia {
    position: absolute;
    bottom: 0;
    left: 0px;
    background-color: #de0032;
    padding: 15px 40px;
    color: #fff;
    font-size: 1.3em;
    font-family:GillSansLight;
}
.contenedor_fecha_noticia .fecha_noticia {
	font-size: 1.6em;
	padding: 10px 15px;
	text-transform:uppercase;
}

.contenedor_fecha_noticia .fecha_noticia span{
	text-align: center;
}
.contenedor_noticia{
	padding: 0 10px;
}

.contenedor_noticia p{
	font-family: arial;
}
.contenedor_noticia{
	font-family: arial;
	color: #000;
	line-height: 1.2em;
}

/*.contenedor_noticia h3{  Accesibilidad*/
#wrapper .contenedor_noticia h3, #wrapper .contenedor_noticia h2 {
	font-size: 1.3em;
    color: #de0032;
    padding: 0px;
}

.destacamos .img_ver_mas{
	float: right;
	padding: 30px 10px;
}
		
/*AGENDA*/
	.agenda{
		background-color: #fff;
		/*min-height: 465px;*/
		font-family: arial;
		font-size: 1em;
		color: #000;
		padding: 0 30px 0px;
		float: left;
		width: 100%;
	}

    .agendacol2 .agenda{
		padding: 0 25px 0px 0px;
	}

		.agenda .fecha{
			font-family:GillSansLight; 
			float: left;
			float: left;
			width: 100%;
			color:#969696;
			margin-top: 30px;
			padding-bottom: 30px;
  			border-bottom: 1px dotted #c8c8c8;
		}
			.agenda .fecha .mes{
				font-size: 2.5em;
				text-align: right;
    			width: 100%;
			}
			.agenda .fecha .dia{
				font-size: 7.14em;
				padding-left: 30px;
			}
		.agenda p{
			line-height: .8em;
		}
        .agendaresults {
            min-height: 455px;
            background-color: #fff;
        }

        .agendacol2 .agendaresults{
		    min-height: auto;
	    }

		.agenda .entrada{
			padding-top: 30px;
			font-size: .8em;
		}

        .agendacol2 .agenda .entrada {
            padding-top: 0px;
            padding-bottom: 20px;
            padding-left: 10px;
        }

        .agenda .entrada span{
			line-height: 1.1em;
		}

        .agenda .entrada p{
			line-height: 1.1em;
		}

		#wrapper .agenda a.titulo_agenda {
			text-decoration: none;	
			/*background-color: #de0032;*/
			color: #de0032;
			/*text-transform: uppercase;*/
            font-weight:bold;
			line-height: 1.3em;
            font-size:14px;
		}

.col-sm-3 .col2mas {
    float: right;
    padding-right: 20px;
}

    .col-sm-3 .col2mas img {
        width: 60%;
    }

/*CALENDARIO*/
/*AGENDA*/
	.agenda.cal{
		padding-left: 20px;
		padding-right: 20px;
        min-height: 455px;
	}
	.calendario{
		float: left;
  		margin-top: 20px;
	}


/*PÁGINA GENÉRICA*/
.generica .migas{
	background-color: #f5f5f5;
    position: absolute;
    width: 100%;
    opacity: 0.8;
}

/*  PÁGINA GENÉRICA  PARA EL TIPO DE CONTENIDO PÁGINA GENÉRICA*/
.generica.contenido .migas {
    position:relative;
}

.generica .breadcrumb{
	/*padding: 15px 0 20px 0;*/
	background-color: inherit;
	margin-bottom: 0;
	font-family: arial;
	font-size: 13px;
	color: #000 !important;
}

.generica .breadcrumb a {
	color: #000 !important;
	padding-left: 0;
	text-decoration: underline;
}

.generica .breadcrumb>.active {
	color: #000;
}

.generica .breadcrumb>li+li:before {
	padding: 0;
	color: #000;
}

.generica{
	background-color: #ebebeb;
	float: left;
  	width: 100%;
}

.generica .col-sm-9 {
    width: 75%;
}

.generica .generica-descr {
    font-size: 1.8em;
    font-family: GillSans;
}

.generica .col-sm-3 {
    width: 25%;
}

.generica .col-sm-12 {
    width: 100%;
}

.generica .col-sm-10 {
    width:80%;
}

.generica .col-sm-2 {
    width:20%;
}

/*.generica .col-sm-3 {
    padding-left: 15px;
    padding-top: 15px;
}*/


.generica .panel {
    border:none;
    margin-top: 20px;
    clear:both;
}

.generica h4 , .generica h2.panel-title { /* Accesibilidad h4 - h2.panel-title */
    font-size:2em;
    margin-top:20px;
    padding-bottom: 0px; /* nuevo por accesibilidad */
}

.generica h4 a, .generica h4 a:hover, .generica h4 a:visited, .generica h2.panel-title a, .generica h2.panel-title a:hover, .generica h2.panel-title a:visited{ /* Accesibilidad h4 - h2 */
    text-decoration:none;
    color:#de0032 !important;
}

.generica .panel-heading{
    background-color: #fff;
    padding:0px;
    min-height:68px;
    display: -ms-flexbox /*-webkit-box;  <- Día: 05/10 ANA   */
}

.generica .panel-heading{
    
    display: -webkit-box;  /*<- Día: 05/10 ANA   */
}

.generica .panel-heading .col-xs-9, .generica .panel-heading .col-xs-10, .generica .panel-body .col-sm-9{
    border-right:solid 1px #ddd;
    padding-right: 15px;
}

.generica .panel-heading h3, .generica .panel-heading h1 { /* Accesibilidad h3 - h1*/
	line-height: 1em;
    font-size: 2.5em;
    margin-top:20px;
    margin-left:25px;
    margin-bottom:12px;
    color: #de0032;
}

.generica .panel-heading ul{
    padding: 8px 0px 0px 0px;
    margin-top:20px;
    margin-left:10px;
}
.generica .panel-heading ul li{
	list-style: none;
	padding-left: 15px;
	float: left;
}

.generica .panel-body {
    padding: 0px;
}

.generica .panel-body .col-sm-9, .generica .panel-body .col-sm-9.col-xs-12, .generica .panel-body .col-xs-12 {
    padding-left:25px;
}

.generica.two-columns .panel-body .col-xs-12 {
    padding-left:0px;
}

.generica .panel-body .texto1 {
    font-family: Arial;
    line-height: 1.3em;
    margin-top:20px;
    margin-bottom:20px;
}

.generica .panel-body .main-content {
    line-height: 1.3em;
    margin-bottom:37px;
}

.generica .panel-body .main-content p{
    font-family: Arial;
}

.generica .panel-body .links-list, .generica .panel-body .docs-list {
    margin-right: 15px;  /* Día: 05: ANA pongo margen-left: 0px*/
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: Arial;
}

.generica .panel-body .summarylinks-title {
    font-size: 0.9em;
    margin-top: 10px;
}

.generica .panel-body .links-list a.list-group-item, .generica .panel-body .links-list a.list-group-item:hover {
    border:none;
    background:url('/_layouts/15/images/aecid/link-01.png') 0 0 no-repeat;
    color:#FF5872 !important;
    font-size:0.8em;
    padding-left:50px;
    padding-top:18px;
}

.generica .panel-body .docs-list a.list-group-item, .generica .panel-body .docs-list a.list-group-item:hover {
    border:none;
    background:url('/_layouts/15/images/aecid/ico-pdf.png') 0 0 no-repeat;
    color:#FF5872 !important;
    font-size:0.8em;
    padding-left:50px;
    padding-top:18px;
}

.generica .mas{
	position: absolute;
    bottom: 0;
    padding-left: 5px;
}
.generica .aula{
	padding: 0 10px;
}
.generica .aula.vertical{
	padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px
}

.generica .aula.vertical .titulo_Aulas{
	position: initial;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 20px;
}
.generica .aula.vertical .caja_aulas_v{
	height: 65px;
}

.generica h2{
	color: #323232;
	padding-bottom: 50px;
}

.generica .thumbnail {
    background-color: #ddd;
    padding: 0px;
}

.generica .thumbnail .caption {
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}

.generica .thumbnail .caption .texto1{
   /*color: red;*/
   /*font-weight: bold;*/
   margin-top: 6px;
}

.generica .thumbnail .caption .texto1 p{
   margin: 0 0 6px;
}

/*PÁGINA GENÉRICA CON ZONA DE ELEMENTOS WEB*/
.generica_wz .migas {
    position:relative;
}

.generica_wz .panel-body {
    padding:15px;
}

.generica_wz h5 {
    margin-top:20px;
}

.generica_wz .noticias .col-sm-3 {
    padding-left:0px;
    padding-right:0px;
    margin-bottom: 40px;
}

.generica_wz .noticias .noticias_linea .col-sm-3 {
    margin-bottom: 0px;
}

.generica_wz .aula .col-xs-6 {
    padding-left:15px;
    padding-right:15px;
}

.generica_wz .noticias_linea .col-sm-9{
    border:0px;
    padding-top: 15px;
}

/*GENÉRICA CON ZONA DEL ELEMENTOS WEB EN DOS COLUMNAS*/

.two-columns .panel-heading, .two-columns .panel-body{
    background-color:#ebebeb;
}

.two-columns .panel-heading .col-xs-9 {
    border:none;
}

.two-columns .panel-body .col-dcha{
    /*background-color:#fff; Día: 19/10 ANA: Comento el backgroundcolor*/ 
}

.aula{
	margin-top: 45px;
  	float: left;
  	width: 100%;
}
.aula .h3{
	float: left;	
				
}
.aula .titulo_Aulas{
	right:15px;
}
.aula .caja_aulas_v{
	background-color: #d21e32;	
	height: 181px;
	float: left;
	width: 100%;
}
.aula img{
	padding: 15px 0 0 10px;
	}
.aula .titulo_Aulas{
	color:#fff;
	font-size: 2.4em;
	position: absolute;
    bottom: -170px;
}
.aula .titulo_Aulas p{
	margin-bottom: 0;
}
.aula .caja_mas_centros{
	background-color: #d21e32;
	height: 181px;
	float: left;
	width: 100%;
}
.aula .caja_mas_centros .titulo_Aulas{
	/*padding-right: 20px;*/
}
.aula .caja_aulas_v.color2, .aula .caja_mas_centros.color2{
	background-color: #666;
}

.noticias_centros .col-md-3{
	padding: 0 10px;
}

/*INTERCOONECTA*/

.intercoonecta .panel-heading .col-sm-3{
    padding-left:0px;
    padding-top:0px;
}

.intercoonecta .panel-body{
    padding:0px;
    padding-bottom: 20px;
}

.intercoonecta .panel-body .col-xs-12{
    padding-left:15px;
    padding-right:15px;
}

.intercoonecta .texto1 {
    font-size:1.2em;
    margin-bottom:20px;
}

.intercoonecta .panel-body .col-sm-3 {
    padding-left:15px;
    padding-right:15px;
}

.intercoonecta .col-sm-3 .noticias {
    margin-bottom:20px;
}

.intercoonecta .col-sm-3 .title-sec {
    font-family: GillSansLight;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

#wrapper .intercoonecta .col-sm-3 .title-sec a, .intercoonecta .col-sm-3 .title-sec a:hover {
    color: #000;
}

.intercoonecta .col-sm-3 .thumbnail{
    border: none;
    padding: 0px;
}

.intercoonecta .col-sm-3 .caption{
    background-color:#ECECEC;
    text-align:center;
    /*position:absolute;
    bottom:20px;
    left:0px;*/
    height:45px;
    width:100%;
    padding:0px;
}

/*.intercoonecta .col-sm-3 .redes .caption{
    position:relative;
    bottom:0px;
}*/


.intercoonecta .col-sm-3 .caption a{
    font-weight:bold;
}

.intercoonecta .col-sm-3 .caja_aulas_v, .intercoonecta .col-sm-3 .caja_mas_centros {
    background-color:#666;
    color:#fff;
    margin-bottom:19px;
    height:45px;
}

#wrapper .intercoonecta .col-sm-3 .caja_aulas_v a, #wrapper .intercoonecta .col-sm-3 .caja_mas_centros a {
    color: #fff;
}

.intercoonecta .col-sm-3 .caja_aulas_v .col-xs-4{
    padding:2px 15px;
}

.intercoonecta .col-sm-3 .caja_mas_centros .col-xs-4{
    padding:5px 15px 0px 15px;
}

.intercoonecta .col-sm-3 .caja_aulas_v .col-xs-8 .titulo_Aulas{
    padding-top:10px;
}

.intercoonecta .col-sm-3 .caja_aulas_v .col-xs-8 p, .intercoonecta .col-sm-3 .caja_mas_centros .col-xs-8 p{
    margin:0px;
}

.intercoonecta .button.full-width {
    text-align: center;
    height: 100px;
    background-color: #F41831;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.5em;
    padding-top: 25px;
}

.intercoonecta .button.full-width a{
    color:#fff !important;
}

.intercoonecta .noticias_linea {
    margin-top:25px;
}

/*BLOG*/
.blog h2 {
    font-size: 2em;
    padding-bottom: 0px;
}

.blog .col-sm-9 .texto1 {
    font-size: 1em;
}

.blog .col-sm-3 .texto1 {
    color: #686868;
}

.blog .col-sm-3 .texto1{
    margin-top:10px;
    font-size:1em;
    font-weight:bold;
    color: #686868;
}

.blog .panel-body .list-group > div {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 30px;
}

.blog .filters, .post .filters {
    padding-top: 12px;
}

.blog .filters h5, .post .filters h5, .blog .filters .filtersTit, .post .filters .filtersTit {
    color:#686868;
    font-weight:bold;
}

.blog .filters ul, .post .filters ul{
    list-style-type:none;
    padding-left:0px;
}

.blog .filters ul li, .post .filters ul li {
    background: url("/_layouts/15/images/aecid/redbullet.jpg") 0 7px no-repeat;
    padding-left: 15px;
}

.blog .filters ul li a, .blog .filters ul li a:hover, .post .filters ul li a, .post .filters ul li a:hover{
    color:#686868 !important;
    text-decoration:none;
    font-family:Arial;
    font-size:0.9em;
}

.blog .list-group-item-list, .blog .list-group-item-text {
    font-family:Arial;
}

/*DETALLE BLOG*/
.post .panel-body {
    font-family:Arial;
}

.post .blog-data {
    padding-top:20px;
}

.post .blog-data p {
    margin:0px;
}
.post .blog-data .list-group {
    font-weight:bold;
} 

.post .likes-comments{
    text-align:right;
}

.post .likes-comments .btn-link, .post .likes-comments .btn-link:hover {
    text-transform:lowercase !important;
    color: #de0032;
    text-decoration:none;
}

.post .likes-comments .btn-link .glyphicon {
    color:#adadad;
    font-size:1.3em;
}

.post .likes-comments .btn-link .badge {
    color: #de0032;
    background-color:transparent;
    padding:0px;
}

.post .texto1 {
    font-size:1em;
    font-weight:bold;
}

.post .page-image {
    border-bottom:none !important;
    background-color: #fff !important;
    margin-bottom: 20px;
}

.post .tags-list .list-tags{
    font-weight: bold;
    border: solid 1px #DCDCDC;
    padding: 12px 12px 7px 12px;
    display: inline-block;
    border-radius:5px;
}

.post .form-horizontal {
    margin-top:20px;
}

.post .form-horizontal .col-sm-10 {
    padding-left:15px;
    padding-right:15px;
}

.post .form-horizontal .btn {
    margin-top:0px !important;
}

.post .comments .list-group-item{
    border:none;
    border-bottom: solid 1px #ddd;
    margin-bottom: 0px;
}

.post .comments .list-group-item h3.list-group-item-heading{
    font-family:GillSansLight !important;
    font-weight:bold;
    font-size:1.3em;
    margin-top:10px;
    margin-bottom:10px;
}

.post .comments .list-group-item-text {
    font-size:0.9em;
}

/*HOME COMUNIDADES TEMÁTICAS*/
.generica_wz .comunidades .col-xs-4, .generica_wz .comunidades .col-sm-2 {
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 15px;
}

.generica_wz .comunidades span{
    font-size:0.9em;
}

/*DETALLE COMUNIDAD TEMÁTICA DE CONOCIMIENTO*/
.ctc .col-sm-7 {
    padding-left:15px;
    padding-right:30px;
}

.ctc .col-sm-5{
    padding-left:15px;
    padding-right:15px;
}

.ctc .panel-body {
    font-family: Arial;
    padding-top: 40px;
}

.ctc .col-sm-7 {
    border-right: solid 1px #ddd;
}

.ctc h2, .ctc h5 {
    color:#333 !important;
    margin-top:0px;
    padding-bottom: 0px;
}

.ctc .panel-body .col-xs-12 {
    padding-top:15px;
    padding-left: 15px;
}

.ctc .separator {
    margin-left:10px;
    margin-right:10px;
}

.ctc .main-content, .ctc .lista-titulos {
    margin-top:-10px;
}

.ctc .lista-titulos .list-group-item, .ctc .lista-titulos-doc .list-group-item {
    border:none;
    padding:0px;
}

.ctc .lista-titulos .list-group-item .col-xs-10,  .ctc .lista-titulos-doc .list-group-item{
    padding-top:7px;
}

.ctc .lista-titulos .list-group-item .col-xs-10 a, .ctc .lista-titulos .list-group-item .col-xs-10 p, .ctc .lista-titulos-doc .list-group-item .col-xs-10 a, .ctc .lista-titulos-doc .list-group-item .col-xs-10 p {
    font-size:0.9em;
    font-weight: 700;
}

.ctc .lista-titulos > p {
    font-size: 30px;
    font-family: GillSans;
}

.ctc .lista-titulos .areaname {
    font-size: 14px;
    font-family: GillSansLight;
    color: #333;
    font-weight: bold;
}

.ctc .lista-titulos .areaname a {
    color: #333 !important;
}

.ctc .lista-titulos-doc-bl {
    border-left: 1px solid #ebebeb;
    padding-left: 15px;
}

.ctc .lista-titulos-doc-bt {
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
}

.ctc .lista-titulos-doc .list-group-item {
    width: 50%;
    float: left;
}

.ctc .lista-titulos-doc .list-group-item .col-xs-2 {
    width: 20%;
}

.ctc .lista-titulos-doc .list-group-item .col-xs-10 {
    width: 80%;
    padding-top: 8px;
    word-wrap: break-word;
}

.ctc .lista-titulos-doc h4, .ctc .lista-titulos-doc > p {
    font-size: 16px;
    font-family: GillSans;
    color: #666666 !important;
}

.ctc .lista-titulos-doc .notpadding {
    padding: 0px;
}

.ctc .lista-titulos-doc .list-group > div {
    margin-bottom: 10px;
}

.ctc .carousel .col-xs-8 {
    padding-left: 15px;
}

.ctc .carousel .carousel-indicators {
    bottom:0;
    top:85%;
    left:90%;
}

.destacamos .carousel .carousel-indicators {
    top: 492px;
    left: 85%;
}

.ctc .carousel .carousel-indicators li, .destacamos .carousel .carousel-indicators li {
    width:30px;
    height:15px;
    border:none;
    margin-right: 10px;
    background:url('/_layouts/15/images/aecid/img_masa_gris.png') 0 0 no-repeat;
}

.ctc .carousel .carousel-indicators li.active, .destacamos .carousel .carousel-indicators li.active{
    border:none;
    background:url('/_layouts/15/images/aecid/img_seleccionado.png') 0 0 no-repeat;
}

.ctc .carousel .carousel-inner {
    min-height:200px;
}

.ctc .carousel .carousel-inner h5{
    font-size:1.5em !important;
}

.ctc .carousel .carousel-inner .texto1 a img{
    display:inline;
}

.ctc .mosaico .col-xs-4, .ctc .mosaico .col-sm-4 {
    padding-left:15px;
    padding-right:15px;
}

.ctc .thumbnail {
    background-color: transparent;
    border-radius: 0px;
    border-width: 2px;
    padding:15px;
    min-height:214px;
}

.ctc .thumbnail.curso {
    background: url(/_layouts/15/images/aecid/bg-calendar.png) 140px 2px no-repeat;
}

.ctc .thumbnail.taller {
    background: url(/_layouts/15/images/aecid/bg-black-board.png) 140px 2px no-repeat;
}

.ctc .thumbnail .caption{
    text-align:left;
}

.ctc .thumbnail .caption .title{
    font-weight:bold;
}

.ctc .thumbnail .caption .footer{
    padding-left:0px !important;
}

.ctc .thumbnail .thumbnail-footer {
    position: relative;
    top: 15px;
    padding-bottom: 14px;
}

/*ACTIVIDAD*/
.actividad h4 {
    color:#000 !important;
    font-size:1.5em;
}

.actividad .title1 {
    color:#000 !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 500;
}

.actividad .title2 {
    color: #000 !important;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
}

.actividad h5 {
    font-family:Arial !important;
    margin-bottom:0px;
}

.actividad .panel-body .texto1 {
    font-size:1em;
    margin-top:0px;
}

.actividad .ficha {
    font-family:Arial;
    font-size:0.9em;
    min-height:93px;
    margin-bottom:20px;
}

.actividad .ficha > div{
    background-color:#EDDDE0;
    min-height:93px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.actividad .ficha .contenedor {
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #fff;
    min-height:68px;
}

.actividad .ficha .contenedor.last {
    border-right:none;
}

.actividad .ficha > div p {
    margin:0px;
}

/* Día: 05/10 ANA */
.actividad .flecha { 
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ececec;
    margin-left: 90px;
    margin-top: 10px;
}

.actividad .datos-actividad {
    background-color: #ECECEC;
    padding: 10px;
}

.actividad .datos-actividad ul {
    list-style-type: square;
    margin-bottom: 15px;
    padding-left: 20px;
}

.btn-red-border {
    border-bottom: 4px solid #780001 !important;
}

.actividad .otros-datos {
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 12px;
    padding-top: 15px;
    float: right;
}

/* Día: 05/10 ANA (fin)*/

/*PROGRAMACION*/
	.noticias_linea{
    	float: left;
        width: 100%;
	}
		.noticias_linea h3{
			color: #de0032;
    		margin-top: 0;
    		margin-bottom: 16px; /* Ana Día: 28/10 Cambio margin-bottom 40 a 16*/
		}
		.noticias_linea span{
			font-size: 1.05em;
		    font-family: arial;
		    color: #666;
		}
    
/* sub_footer*/

#wrapper .sub_footer{
	/*background-color: #000;*/
    background-color: #E1E2E4;
	/*color:#fff;*/
    color: #808080;
	float: left;
	width: 100%;
    /*margin-top: 75px;*/
	margin-bottom: 10px;
	padding: 0px 15px;
}

#wrapper .sub_footer .contenedor {
    max-width: 1110px;
}

#wrapper .sub_footer .imagen_pie img {
    padding-top: 20px;
}

#wrapper .sub_footer .footer_logos {
    width: 65%;
    margin: 0 auto;
    padding-top: 40px;
}

#wrapper .sub_footer .footer_logos li {
    list-style-type: none;
    float: left;
}

#wrapper.wrapper_home .sub_footer{
	margin-top: 75px;
}

#wrapper .sub_footer a{
	/*color: #fff;*/
    color: #808080;
}

#wrapper .sub_footer .dircol9 {
    width: 90%;
}

#wrapper .sub_footer .col-sm-3 {
    padding-top: 0px;
}

#wrapper .sub_footer .dirinterconecta {
    display: none;
}

#wrapper .sub_footer .col-sm-3, #wrapper .sub_footer .col-sm-9, #wrapper .sub_footer .footer_central .col-xs-4 {
	padding-left:15px;
    padding-right:15px;
}

#wrapper .sub_footer .footer_central {
    /*border-left: 1px solid white;*/
    /*border-right: 1px solid white;*/
    /*padding: 20px 15px;*/
    padding: 0px;
}

#wrapper .sub_footer .footer_central .columna1, #wrapper .sub_footer .footer_central .columna2 {
    /*width:30%;*/
}

#wrapper .sub_footer .footer_central .columna3 {
    /*width:40%;*/
}

#wrapper .sub_footer .footer_central ul, #wrapper .sub_footer .footer-derecha {
    list-style-type:none;
    padding-top: 0px;
}

#wrapper .sub_footer .footer_central ul li.parent, #wrapper .sub_footer .footer-derecha li.parent{
    /*font-family: GillSansBold;*/
    font-family: Arial;
    /*font-size: 1em;*/
    font-size: 12px;
    padding-top: 20px;
}

#wrapper .sub_footer .footer_central ul li.parent ul, #wrapper .sub_footer .footer-derecha li.parent ul {
    /*font-family: GillSans;*/
    font-family: Arial;
    /*font-size:0.85em;*/
    font-size: 12px;
    padding-left:0px;
    /*margin-top: 15px;*/
    background-color:transparent;
}

#wrapper .sub_footer .footer_central ul li {
    padding-top: 20px;
}

#wrapper .sub_footer .footer-derecha li.parent ul li {
    background-color:transparent;
    border:0px;
    padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    padding-top: 20px;
}
#wrapper .sub_footer .footer-derecha li.parent ul li:first-child {
    padding-top: 0px;
}



	#wrapper .sub_footer .logo_dir{
		padding-top: 20px;
	}
		.logo_dir p{
			line-height: 1em;
			margin-bottom: 0;
		}
		#wrapper .sub_footer .logo_dir span{
			font-size: 1.57em;
			float: left;
		}
		#wrapper .sub_footer .logo_dir .interconecta{
			margin-bottom: 20px;
			float: left;
			width: 100%;
		}
		#wrapper .sub_footer .logo_dir .aecid{
			float: left;
			width: 100%;
		}
			#wrapper .sub_footer .logo_dir .aecid p{
				margin-bottom: 0;
			}
		.titulo_interconecta{
			float: left;
  			width: 100%;
		}
			
		.contenedor_img2{
			float: left;
  			line-height: 29px;
		}
			#wrapper .sub_footer .logo_dir span.inter{
				font-family: GillSansLight;
			}
		#wrapper .sub_footer .logo_dir p.titulo{
			font-family: GillSansBold;
		 	margin-bottom: 0px;
		}
	#wrapper .sub_footer .dir p{
		text-align: center;
	}
/*Footer*/
#wrapper .footer{
	float: left;
	width: 100%;
	padding-left: 15px;
    padding-bottom: 10px;
	/*margin-top: 55px;*/
}
#wrapper .footer ul{
	list-style: none;
	/*float: left;*/
	width: auto;
	/*margin-bottom: 0;*/
	padding-left: 0;
    display: table;
    margin: 0 auto;
}
	#wrapper .footer ul li{
		float: left;
		line-height: 35px;
	}		
		#wrapper .footer ul li a{
			/*color: #b4b4b4;*/
            color: #808080;
			font-size: 1em;
			border-right: 1px solid #b4b4b4;
  			padding: 0 8px;
		}
			#wrapper .footer ul li:last-child a{
				border-right: 0px solid #b4b4b4;	
		}
		#wrapper .footer ul li:first-child a{
			border-left: 0;
			padding-left: 0;
		}
		#wrapper .footer .imagen_pie{
			float: right;
		}
		#wrapper .pie_movil{
			display: none;
		}
		#wrapper .pie_img2{
		  padding-left: 10px;
		}
		.pie_centrado{
			margin: 0 auto;
		}

/* RESPONSIVE ANA Día: 07/10*/
@media (max-width: 320px) {
    #wrapper .navbar-toggle .icon-bar {
        height: 3px;
    }

    #wrapper .navbar-toggle {
        margin-top: -18px;
    }
}
/* MOVIL VERTICAL Y HORIZONTAL */
@media (max-width: 568px) {
    .comunidades {
        min-height: 130px;
    }

    #wrapper .navbar-toggle {
        padding-left: 45px;
    }

    #wrapper .comunidades.comunidadesHomeMovil, .comunidades.comunidadesHomeTablet {
        display: none !important;
    }

    #wrapper .comunidades.comunidadesHome{
        display: block !important;
    }

    .generica .col-xs-9{
    width: 75%;
    }

    .generica .col-xs-3{
    width: 25%;
    }

    .generica .col-xs-12{
    width: 100%;
    }

    .generica .col-xs-10{
    width:80%;
    }

    .generica .col-xs-2{
    width:20%;
    }

    .generica .panel-heading .col-xs-10 {
        border-right: 0px;
    }

    .btn-tools {
        display:block;
    }

    .page-tools-container {
        position:absolute;
        right:-73px;
        /*we hide it to the left while being absolute*/
        cursor:pointer;
        /*this code makes a smooth transition */
        transition:all 0.8s ease-in-out;
        -moz-transition:all 0.8s ease-in-out;
        -o-transition:all 0.8s ease-in-out;
        -webkit-transition:all 0.8s ease-in-out;
        width: 100px;
        height: 300px;
        z-index: 999;
    }

    #pageTools {
        display: table;
        margin-top: 0px;
        background-color:#fff;
        opacity:0.8;
    }

    #wrapper .two-columns #pageTools {
        background-color: #EBEBEB;
    }

    #pageTools li {
        clear:both;
        margin-bottom:10px;
    }

    .carousel-inner > .item > a > img {
        min-height: 223px;
    }

    /*.comunidades {
        height: 140px;
    }*/

        .generica_wz .comunidades .col-xs-4 {
            padding-bottom: 15px;
        }

        #wrapper .generica_wz .comunidades .col-sm-2 {
            width: 30%;
        }

        .comunidades > .contenedor {
            position: relative;
            top: -90px;
        }

        .comunidades .comunidades_flotadas {
            position: relative;
            /*top:280px;*/
            top: 0px; /* ANA Día: 08/10/ */
        }

    .seccion .carousel-caption {
        top: 30px !important;
    }

    #wrapper .comunidades .mas_comunidades {
        /*position: relative;
        top: 15px;*/
        padding: 0px;
        font-size: 1.1em;
    }

    .comunidades .mas_comunidades .img-responsive{
        width: 10%;
    }

    #wrapper .comunidades .mas_comunidades .img_mas_comunidades {
        display: none;
    }

    .agendaresults {
        min-height: 0px;
    }

    .agendaresults .entrada {
        padding-top: 20px;
    }

    #wrapper .destacamos .contenedor_noticia h2 {
        padding-left: 0px;
    }

    .home .destacamos {
        clear: both;
    }

    .destacamos .carousel .carousel-indicators {
        top: 105%;
    }

    .home .centros_formacion {
        background-color: #ebebeb;
        padding-top: 0px;
    }

    #wrapper .home .centros_formacion h2 {
        font-size: 1.6em;
        padding-left: 10px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .home .centros_formacion .titulo_centro {
        padding: 0px;
        right: 0px;
    }

    #wrapper .home .centros_formacion .titulo_centro h2 {
        margin-top: 4px;
        line-height: 0.875em;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 10px;
        font-size: 1em;
    }

    .aula {
        margin-top: 15px;
    }

    .home .aula {
        margin-bottom: 30px;
    }

    #wrapper .sub_footer .col-sm-3 {
        width: 100%;
    }

    #wrapper .sub_footer {
        padding-top: 0px;
    }

        #wrapper .sub_footer .footer_central, #wrapper .sub_footer .footer-derecha {
            display: none;
        }

        #wrapper .sub_footer .contenedor .imagen_pie {
            display: none;
        }

        #wrapper .sub_footer .contenedor .footer_logos {
            display: none;
        }

    #wrapper .footer {
        margin-top: 0px;
        font-size: 0.85em;
    }

        #wrapper .footer ul li {
            line-height: 1.6em;
        }    

    /* Interconecta */
    .generica .col-xs-12{
        width: 100%;
    }

    .generica .panel-heading h3, .generica .panel-heading h1 { /* Accesibilidad h3 - h1*/
        font-size: 2em;
    }

    .generica h4, .generica h2.panel-title { /* Accesibilidad h4 - h2*/
        font-size: 1.5em;
    }

    .intercoonecta .texto1, .generica .panel-body .texto1 {
        font-size: 0.9em;
    }

    .intercoonecta .panel-body > .col-sm-9.col-xs-12 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 15px;
    }

    .intercoonecta .panel-body .caja_aulas_v img, .intercoonecta .panel-body .caja_mas_centros img {
        max-width: 40px;
    }

    .intercoonecta .button.full-width {
        font-size: 2em;
    }

    .noticias_linea span {
        font-size: 0.9em;
    }

    .noticias_linea h3 {
        font-size: 1.175em;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .generica_wz .noticias_linea .col-sm-9 {
        top: -20px;
    }

    /* Comunidades */
    .ctc .col-sm-7 {
        border-right: 0px;
        padding-right: 15px;
    }

    .ctc .lista-titulos-doc .list-group-item {
        width: 100%;
    }

    .ctc .mosaico {
        font-size: 12px;
    }

    .ctc .lista-titulos-doc-bl {
        border: 0px;
    }

    .generica .panel-body .main-content {
        font-size: 0.9em;
    }

    /* Programa de actividades */
    .ms-ref-ctrl {
        display: none;
    }

    .actividades {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.actividades .divactividad {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        float: left;
    }*/

    #wrapper .actividades .divactividad .col-sm-9 {
        padding-left: 10px;
        top: -20px;
        border-right: 0px;
    }

    #wrapper .actividades .divactividad .col-sm-9.col-xs-12 .col-xs-6 {
        width: 50%;
        padding-left: 5px;
    }

    #wrapper .actividades .divactividad .imgestado {
        width: 165px;
        /*top: -235px;*/
    }

    #wrapper .actividades .divactividad .texto1 {
        font-size: 0.9em;
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    #wrapper .actividades .btnInscripcion {
        float: none;
        /*margin-top: 10px;*/
        margin-bottom: 20px;
    }

    .actividadesbusc .col-xs-3 {
        width: 35%;
    }

    .actividadesbusc #collapseOne .col-xs-3, .gestionconocbusc #collapseOne .col-xs-3 {
        width: 50%;
        height: 95px;
    }

    .actividadesbusc .col-xs-2.textheader {
        width: 100%;
    }

    .generica .searchbutton, .actividadesbusc .searchbutton, .actividadesbusc .searchbutton:hover {
        width: auto !important;
    }

    .generica .textheader, .actividadesbusc .textheader {
        font-size: 0.9em !important;
    }

    .actividadesbusc input[type=checkbox], .actividadesbusc input[type=radio] {
        margin-left: 10px !important;
    }

    .actividad .ficha > div {
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #wrapper .actividad .ficha .contenedor {
        min-height: auto;
        border-right: 0px;
    }

    .actividad .panel-body .clearfix.texto1 {
        padding-top: 20px;
    }

    /* gestion conocimiento */
    #wrapper .gestionconoc .divgestionconoc .bggreylight .col-sm-3.col-xs-6 {
        width: 50%;
        border-right: 0px;
    }

    #wrapper .gestionconoc .divgestionconoc {
        padding-left: 10px;
    }

    #wrapper .gestionconoc .divgestionconoc .divimg {
        padding-left: 0px;
    }

    #wrapper .gestionconoc .divgestionconoc .gccontent {
        padding-left: 0px;
    }

    /* Blog */
    .blog h2 {
        font-size: 1.5em;
    }

    #wrapper .blog .panel-body .col-sm-8.col-xs-8 {
        padding-left: 10px;
    }

    #wrapper .post .likes-comments .btn {
        margin-top: 0px;
        font-size: 0.8em;
        padding-right: 10px;
    }

    #wrapper .post .post-text {
        font-size: 0.9em;
    }

    #wrapper .post .likes-comments {
        margin-top: 15px;
    }

    #wrapper .post .blog-data {
        padding-bottom: 15px;
    }

    #wrapper .post .form-horizontal .col-sm-10 {
        width: 100%;
    }
    .divactividad  h2{
		padding-top:10px;
	}
    /*Inicio area privada*/
    .header_black_div {
        min-height:10px;
        max-height:10px
    }
    .private-area-div {
        top:-23px;
    }
    .private-area-img {
        width:10px;
        height:10px;
    }
    .private-area-p {
        display:none;
    }
     /*Fin area privada*/
}

/* FIN DE RESPONSIVE ANA */


/*MOVIL*/
	@media (max-width: 480px){
		.aula .titulo_Aulas {
			font-size: 2em;
		}
		.centros_formacion .panel-title {
		    font-size: 1.8em;
			}
		#wrapper .centros_formacion.detalle .cabecera_panel {
		    min-height: 70px;
		}
	}
	@media (max-width: 767px){
		.cabecera .col-xs-6{
			padding: 0 7px;
			margin-top: 10px;
			margin-bottom: 1px;
		}
		.cabecera img{
			max-height: 30px;
		}

		.logo_ceedet{
			padding: 3px 0;
		}
		.logo_aecid{
			padding: 4px;
		}
		.cabecera_dcha{
			display: none;
		}
		.migas{
			padding: 0 7px;
		}
		    #wrapper .breadcrumb{
		    	font-size: .8em;
		    } 
		#wrapper .sub_footer{
			padding-left: 10px;
			padding-right: 10px;
		}
			#wrapper .sub_footer .listados{
				display: none;
			}
		#wrapper .footer{
			text-align: center;
		}
			#wrapper .footer .imagen_pie{
				float: left;
				margin-top: 30px;
			}
			#wrapper .footer .caja_lista{
				margin:	0 auto;
				overflow: hidden;
            	text-align: left;
            	height: auto;
            	width: 100%;
			}
			#wrapper .footer .caja_lista ul{
				float: left;
	            list-style-type: none; /* Elimino los estilos de lista */
	            padding: 0; 
	            position: relative; 
           		 left: 50%;
			}
				#wrapper .footer .caja_lista ul li{
					line-height: 1.5em;
					float: left; /* Floto los li para que se dispongan horizontalmente */
					position: relative; 
            		right: 50%;
				}
					
		.seccion_titulo span{
			font-size: 2.8em;
		}
		.seccion_titulo p{
			font-size: 1.1em;
			padding-right: 50px;
		}
		
		.seccion .carousel-caption{
			top: 5px;
		}
		.seccion .carousel-control {
			top: 37px;
			right: 0%;
		}
			.seccion .carousel-control img{
				height: 15px;
			}
		.comunidades .contenedor{
			width: 300px;
		}
		.comunidades .comunidades_flotadas {
		    /*top: 110px;*/ /* ANA Día: 08/10 comento top*/
		}
			#wrapper .comunidades .comunidades_flotadas h1 {
			    font-size: 1em;
			    margin-top: 7px;
			    margin-bottom: 7px;
			}
		#wrapper .comunidades_flotadas .c4, #wrapper .comunidades_flotadas .c5, #wrapper .comunidades_flotadas .c6{
			display: none;
		}
		#wrapper .comunidades_flotadas .col-xs-4{
			padding-left: 7px;
			padding-right: 7px;
		}
		.comunidades .comunidades_flotadas .col-xs-12{
			padding-left: 7px;
			padding-right: 7px;
		}
		.comunidades .comunidades_flotadas .fondo_titulo{
			margin-right: 0;
			width: 100%;
		}
		#wrapper .comunidades .caja_comunidades{
			height: 120px;
			padding-top: 10px;
		}

			#wrapper .comunidades .caja_comunidades p {
			    padding: 10px 5px;
			    font-size: .85em;
			    line-height: 1em;
			}
			#wrapper .comunidades .caja_comunidades a {
			    font-size: .85em;
			}
			#wrapper .comunidades .caja_comunidades img {
			    width: 65px;
			}
		.comunidades .mas_comunidades {
		    padding: 0px 33% 30px;
		}
		/*#wrapper .comunidades .mas_comunidades .texto_mas_comunidades{
			display: none;
		}*/	
		/*#wrapper .comunidades .mas_comunidades .img_mas_comunidades{
			display: block;
		}*/
		#wrapper .comunidades .mas_comunidades .img_mas_comunidades .img_ver_mas{
			float: left;
		}
		#wrapper .destacamos {
			padding-top: 10px;
            margin-top: 10px;
		}
			#wrapper .destacamos h2 {
				font-size: 1.45em;
				padding-left: 10px;
			}
			#wrapper .destacamos h3 {
	    		font-size: 1.33em;
	    	}
	    	#wrapper .destacamos p {
	    		font-size: .8em;
	    	}
	    	#wrapper .destacamos .mas_destacados{
				position: absolute;
    			left: 25%;
			}
			#wrapper .destacamos .exterior_agenda{
				padding-top: 50px;
			}
			
			#wrapper .destacamos .agenda {
				padding: 0;
				min-height: inherit;
			}
				#wrapper .destacamos .col2{
					display: none;
				}
				#wrapper .destacamos .col3{
					background-color: #fff;
				}
			.destacamos .img_ver_mas {
		    	padding-top: 10px;
		    	padding-bottom: 10px;
	    	}
		.centros_formacion.detalle .cabecera_panel {
		    min-height: 80px;
		}
		.aula .col-xs-4{
			padding-left: 10px;
			padding-right: 5px;
		}
		.aula .caja_mas_centros, .aula .caja_aulas_v {
			height: 62px;
		}
		.aula .titulo_Aulas {
			bottom: -55px;
			font-size: .8em;
			right: 5px;
		}
		.aula img {
			padding: 7px 0;
			max-height: 62px;
		}
		.centros_formacion .aula .col1, .centros_formacion .aula .col2{
			padding: 0 2px;
		}
		.centros_formacion.detalle .aula {
		    padding: 0;
		}
		#wrapper .centros_formacion.home {
			background-color: #ebebeb;
			padding-top: 0;
		}
		#wrapper .centros_formacion.home h2{
			font-size: 24px;
    		padding-left: 10px;
    		padding-bottom: 20px;
		}
			.centros_formacion.home .titulo_centro {
			    padding-left: 10px;
			    padding-right: 10px;
			}
				#wrapper .centros_formacion.home .titulo_centro h2 {
				    font-size: .85em;
				    line-height: 11px;
				    padding: 0;
				    margin-top: 10px;
				    margin-bottom: 10px;
				}
		.centros_formacion .panel-heading {
		    padding: 15px 5px;
		}
		.centros_formacion .panel-body {
		    padding: 15px 5px;
		}

	}

    /*mayor e igual que TABLET*/
    @media (min-width: 768px){
    .carousel-inner > .item > a > img {
        /*min-height: 428px; Día: 27/10 Comento y pongo altura y width 100%*/
        width: 100%;
        height: 428px;
    }
	#wrapper .container {
			max-width: 1440px;
  			width: 100%;
  			padding: 0;
		}
	.cabecera .col-sm-4{
		padding: 0;
	}
	#wrapper .navbar-collapse {
		padding: 0;
	}
	.destacamos .col-sm-6{
			padding: 0 20px;
		}
		.destacamos .col2{
			padding-left: 0;
 			padding-right: 10px;
		}
		.destacamos .col3{
			padding-left: 10px;
 			padding-right: 0;
		}
		#wrapper .destacamos .contenedor_noticia{
			padding-left: 0;
			float: left;
		}
		.centros_formacion .aula .col1{
			padding: 0 5px 0 10px;
		}
		.centros_formacion .aula .col2{
			padding: 0 10px 0 5px;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {
        /* Blog */
        .blog .panel-body .col-sm-8.col-xs-8 {
            padding-left: 10px;
        }

        .blog .panel-body .col-sm-8.col-xs-8 .texto1 {
            font-size: 1em;
        }

        .blog .panel-body .col-sm-8.col-xs-8 h4 {
            font-size: 1.5em;
        }

        #wrapper .post .likes-comments .btn {
            font-size: 0.9em;
        }

        #wrapper .comunidades.comunidadesHomeTablet, .comunidades.comunidadesHomeMovil {
            display: none !important;
        }

        #wrapper .comunidades.comunidadesHome{
            display: block !important;
        }

		#wrapper .contenedor, #wrapper.wrapper_home .contenedor{
			max-width:728px;
		} 
		.cabecera{
			padding: 0 20px;
		}
		.cabecera img{
			max-height: 60px;
		}
		.cabecera_dcha {
	    	margin-top: 10px;
		}
			.cabecera_dcha span{
				font-size: .8em;
			}
		ul.nav li{
			max-width: 175px;
		}
			ul.nav li a{
				line-height: normal;
				padding-left: 0;
				padding-right: 10px;
				text-align: center;
			}
				ul.nav li:last-child>a{
					padding-right: 0;
				}
		#wrapper .sub_footer .logo_dir .interconecta{
			width: 28%;
		}
		#wrapper .sub_footer .logo_dir .aecid{
			width: 40%;
    		margin-left: 30%;
		}
			#wrapper .sub_footer .logo_dir .aecid p.f1{
				float: left;
			}
			#wrapper .sub_footer .footer_central{
				border-left: none;
		  		padding-left: 0px;
			}

        #wrapper .sub_footer .footer_logos {
            width: 85%;
        }

		.seccion_titulo span{
			font-size: 5.7em;
		}
		.seccion_titulo p{
			font-size: 2em;
		}
		#wrapper .carousel-control{
			font-size: 14px;
			top: 99px;
    		right: 13%;
		}
		.seccion .carousel-caption {
			/*top:15px;*/
            top: 55px; /* ANA Día: 07/10 */
		}
		.seccion_titulo span {
   			font-size: 5.7em;
   		}
   		.comunidades .mas_comunidades {
	   		/*padding: 155px 1% 70px;*/
             padding: 120px 1% 36px; /* ANA Día: 07/10 */
		}
		.comunidades .comunidades_flotadas {
			/*top:255px;*/
            top: 335px; /* ANA Día: 07/10 */
		}
			.comunidades .comunidades_flotadas .col-xs-12{
				padding-left: 7px;
			}
			#wrapper .comunidades_flotadas .col-sm-2{
				padding-left: 7px;
				padding-right: 7px;
			}
			#wrapper .comunidades_flotadas .w_20{
				width: 20%;
			}
			#wrapper .comunidades_flotadas .c6{
				display: none;
			}
			#wrapper .comunidades .comunidades_flotadas h1{
				font-size: 2.35em;
			}
			#wrapper .comunidades .comunidades_flotadas .fondo_titulo {
				margin-bottom: 15px;
			}	
			    
		#wrapper .comunidades .caja_comunidades{
			height: 170px;
			padding-top: 20px;
		}
			#wrapper .comunidades .caja_comunidades p {
			    padding: 10px 5px;
			    font-size: .85em;
			}
			#wrapper .comunidades .caja_comunidades a {
			    font-size: 1.15em;
			}
			#wrapper .comunidades .caja_comunidades img {
			    width: 90px;
			}

		.contenedor_fecha_noticia .fecha_noticia{
			padding:9px 23px;
		}
		.destacamos {
		    font-size: 1.15em;
		}
			.destacamos h3 {
	    		font-size: 1.35em;
	    	}
	    	.destacamos .img_ver_mas {
		    	padding-top: 20px;
		    	padding-bottom: 20px;
	    	}
	    .agenda {
	    	/*min-height: 430px;*/
	    	/*padding-bottom: 20px;*/
	    }
		    .agenda .fecha {
		    	margin-top: 20px;
		    	padding-bottom: 20px;
		    }
		.calendario {
			margin-top: 15px;
		}
		.aula .caja_mas_centros, .aula .caja_aulas_v {
			height: 140px;
		}
		.aula .titulo_Aulas {
			bottom: -135px;
			font-size: 1.8em;
		}
		.aula img {
			padding: 20px 0 0 5px;
		}

		#wrapper .centros_formacion.home {
			padding-top: 30px;
		}
		#wrapper .centros_formacion.home h2{
			font-size: 2.4em;
			padding-bottom: 10px;
		}
		#wrapper .centros_formacion.home .titulo_centro{
			padding-left: 20px;
			padding-right: 20px;
		}
		#wrapper .centros_formacion.home .titulo_centro h2{
			font-size: 2em;
			line-height: 24px;
		}
		.centros_formacion .aula .col1, .centros_formacion .aula .col2{
			padding: 0 5px;
		}

         /* responsive ANA Día: 07/10*/
        #wrapper .home .centros_formacion h2 {
            font-size: 2em;
            margin-top: 0px;
            padding-bottom: 10px;
        }

        .home .centros_formacion .titulo_centro {
            padding: 10px;
            right: 0px;
        }

         #wrapper .home .centros_formacion .titulo_centro h2 {
            font-size: 1.8em;
            margin-bottom: 10px;
            padding-bottom: 0px;
        }

        .home .aula {
            margin-bottom: 50px;
        }

        .aula {
            margin-top: 30px;
        }

        .carousel-inner>.item>a>img {
            min-height: 428px;
        }

        #wrapper .sub_footer .contenedor .col-sm-3.dir, #wrapper .sub_footer .dircol9 {
            width: 100%;
        }

        #wrapper .sub_footer .dirinterconecta {
            width: 55%;
            float: left;
            padding-right: 190px;
        }

         #wrapper .sub_footer .diraecid {
            width: 100%;
            float: left;
        }

        .cabecera_dcha ul li {
            padding: 0px;
        }

        /* fin responsive ANA Día: 07/10*/

        .actividadesbusc > .col-xs-3 {
            width: 30%;
        }

        .actividadesbusc .textheader {
            width: 35%;
        }

        #wrapper .actividades .divactividad .imgestado {
            width: 100%;
            /*top: -150px;*/
        }

        #wrapper .actividades .divactividad .col-sm-9.col-xs-12 {
            padding-left: 20px;
        }

        #wrapper .actividades .divactividad .col-sm-9.col-xs-12 .col-sm-3.col-xs-6 {
            width: 50%;
        }

        .actividad .panel-body .clearfix.texto1 {
            padding-top: 20px;
        }

        .actividad .ficha > div {
            width: 50%;
        }

        .generica .panel-heading ul li {
            padding-left: 8px;
        }

        #wrapper .gestionconoc .divgestionconoc .col-sm-9.col-xs-12 {
            padding-left: 30px;
        }

        .ctc .mosaico {
            font-size: 12px;
        }

        #wrapper .ctc .lista-titulos-doc .list-group-item .col-xs-10 {
            padding-left: 10px;
        }
         /*Inicio area privada*/
        .header_black_div {
            min-height:20px;
            max-height:20px
        }
        .private-area-div {
            top:-40px;
        }
        .private-area-img {
            width:20px;
            height:20px;
        }
        .private-area-p {
            font-size:11px;
        }
         /*Fin area privada*/
		
	}
	/*mayor que TABLET*/
	@media (max-width: 991px){
		.contenedor_fecha_noticia .fecha_noticia{
			font-size: .85em;
		}
		.detalle .contenedor_fecha_noticia .fecha_noticia {
			font-size: 1.15em;
		}
		.detalle .contenedor_noticia h3 {
		    font-size: 1.15em;
		}
	}
	/*mayor que monitor pequeño*/
	@media (min-width: 992px){
		
		#wrapper .nav>li>a{
			padding: 0 12px;
			line-height: 60px;
		}
			#wrapper .nav>li:first-child>a{
				padding-left: 0;
			}
			#wrapper .nav>li:last-child>a{
				padding-right: 0;
			}

        #wrapper .home .centros_formacion .col-xs-6 {
            width: 470px;
        }

        #wrapper .home .centros_formacion .titulo_centro {
            right: 0px;
        }
         /*Inicio area privada*/
        .header_black_div {
            min-height:35px;
            max-height:35px
        }
        .private-area-div {
            top:-60px;
        }
         /*Fin area privada*/
	}		
	/*Hasta Monitor pequeño*/
	@media (max-width: 1199px){
		/*.comunidades .mas_comunidades {
	   		padding: 200px 10% 70px;
		}
		.comunidades .comunidades_flotadas {
			top:360px;
		}
			#wrapper .comunidades .comunidades_flotadas h2{
				font-size: 25px;
			}*/
	}
	/*MONITOR*/

	@media (min-width: 1200px){
		#wrapper .container {
			max-width: 1440px;
  			width: 100%;
  			padding: 0;
		}	

        .home .centros_formacion .col-xs-6 {
            width: 470px;
        }

        .home .centros_formacion .titulo_centro {
            right: 0px;
        }	
	}


/*ESTILOS SHAREPOINT*/
.ms-rtestate-field h3, h3.ms-rteElement-H3, .ms-rtestate-field h2 { /* Incluyo h2 por accesibilidad*/
    line-height:1.1;
}

/* Refinador de actividades */
#wrapper .ms-ref-refiner .ms-ref-refinername, #wrapper .ms-ref-refiner .ms-ref-refinername:hover {
    color: #666;
    font-weight: 700;
}

#wrapper .ms-ref-unselSec .ms-displayBlock, #wrapper .ms-ref-unselSec .ms-displayBlock:hover, .ms-ref-name {
    color: #de0032;
}

.ms-ref-refiner #Container {
    border-bottom: 3px white solid;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

#wrapper .ms-ref-ellipsis {
    white-space: normal;
}

/* Fin de Refinador de actividades */

/* ACTIVIDADES */
.bgwhite {
    background-color: #fff;
}

.bggreylight {
    background-color: #F7F7F7;
}

.actividades .divactividad h4, .actividades .divactividad h2, .gestionconoc .divgestionconoc h4 {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 4px;
    padding-bottom: 0px;
}

.actividades .divactividad h4 a, .actividades .divactividad h2 a {
    /*color: black !important;*/
}

.actividades .divinscripcion {
    margin-bottom: 30px;
}

.actividades .btnInscripcion {
    float: right;
    width: 170px;
    height: 30px;
    text-align: center;
    background-color: #C72230;
    border-bottom: 4px solid #780001;
    padding-top: 3px;
    color: #fff;
}

.actividades .btnInscripcionDisabled {
    float: right;
    width: 170px;
    height: 30px;
    text-align: center;
    background-color: #CDCDCD;
    border-bottom: 4px solid #989C9B;
    margin-bottom: 10px;
    color: #fff;
}

.actividades .divactividad .texto1{
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 0px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ECECEC;
    width: 98%;
    margin-bottom: 6px;
}

.actividades .divactividad .divoverlap {
    padding: 0px;
}

.actividades .divactividad .col-sm-9.col-xs-12 {
    padding-left: 20px;
}

.actividades .divactividad .imgestado {
    text-transform: uppercase;
    color: white;
    font-size: 0.9em;
    padding: 6px;
    position:absolute;
    top: 0px;
}

.bg-abierto {
    background: url('/_layouts/15/images/aecid/candado_open.png')  #019A01 100% no-repeat;
}

.bg-xinvitacion {
    background: url('/_layouts/15/images/aecid/candado.png') #FF0030 100% no-repeat;
}

.bg-mixto {
    background: url('/_layouts/15/images/aecid/candado_open.png') #F0CD35 100% no-repeat;   
}

.actividades .paging input {
    background-color: #505050;
    color: #fff;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 1.1em;
    border-bottom: 5px solid #313131;
    height: 48px;
    text-transform: uppercase;
}

.generica .searchbutton, .generica .searchbutton:hover, .actividadesbusc .searchbutton, .actividadesbusc .searchbutton:hover, .sociosconbusc .searchbutton, .sociosconbusc .searchbutton:hover {
    background-color: #505050;
    color: #fff;
    width: 220px;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 1.1em;
    border-bottom: 5px solid #313131;
    text-transform: uppercase;
}

/* buscador de actividades */
.actividadesbusc {
    /*margin-left: 10px;*/
}

.actividadesbusc #collapseOne {
    min-height: 400px;
}

#wrapper .actividadesbusc .col-xs-12 {
    padding-left: 0px;
}

.generica .searchbox, .actividadesbusc .searchbox {
    background-color: #F7F7F7;
    /*border-radius: inherit;*/
    width: 100%;
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    /*height: 40px;*/
    font-family: Arial;
    line-height: 1.3em;
}

.generica .textheader, .actividadesbusc .textheader {
    font-weight: 400;
    font-size: 1.2em;
    color: #737373;
    margin-bottom: 35px;
}

.generica .col-xs-9.textheader {
    text-align: right;
}

.generica .textheader a, .actividadesbusc .textheader a{
    color: #737373 !important;
}

.actividadesbusc input[type=checkbox], .actividadesbusc input[type=radio] {
    margin-right: 6px;
    margin-top: -4px;
    margin-left: 30px;
}


.actividadesbusc .panel-collapse .form-control, .gestionconocbusc .panel-collapse .form-control {
    width: 95%;
    margin-bottom: 15px;
}

/* FIN DE ACTIVIDADES */

/* GESTION CONOCIMIENTO */
.generica .navbaroptions {
    background-color: #dbdbdb;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.generica .navbaroptions ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

#wrapper .generica .navbaroptions ul li a, .generica .navbaroptions ul li a:hover{
    color: #656565;
}

#wrapper .generica .navbaroptions .navbaropselec{
    color: #de0032 !important;
}

.gestionconoc .divgestionconoc {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#wrapper .gestionconoc .divgestionconoc .divimg {
    padding-left: 15px;
    padding-top: 15px;
}

#wrapper .gestionconoc .divgestionconoc .gccontent {
    padding-left: 15px;
    padding-right: 15px;
}

.gestionconoc .divgestionconoc .col-sm-9 {
    padding-left: 0px;
    border-right: 0px;
}

.gestionconoc .divgestionconoc .bggreylight .col-sm-3 {
    border-right: 1px solid #ccc;
    min-height: 60px;
    margin-top: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.ambCTC{
    border-right: 1px solid #ccc;
    min-height: 60px;
    margin-top: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.ambCTCNoBorder{

    border: 0px !important;
}

.gestionconoc .divgestionconoc .bggreylight .col-sm-3.noborder {
    border: 0px !important;
}

.gestionconoc .divgestionconoc .bggreylight .col-sm-3 .gcdoctype span {
    background: #de0032;
    color: white;
    padding: 2px;
}

.gestionconoc .divgestionconoc .bggreylight .col-sm-3 .gcformatname span {
    color: #de0032;
    text-transform: uppercase;
    font-weight: 700;
}

.gestionconoc .divgestionconoc img {
    width: 140px;
}

.gestionconoc .divgestionconoc .gcmateria ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 10px;
}

.gestionconoc .divgestionconoc .gcmateria ul li {
    float: left;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 8px;
    font-weight: 700;
    margin-right: 5px;
}

.gestionconoc .divgestionconoc .texto1 {
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 0px;
    padding-bottom: 14px;
    width: 98%;
    margin-bottom: 6px;
}

/* FIN GESTION CONOCIMIENTO */

/* SOCIOS CONOCIMIENTO */
.socioscon .texto1 {
    color: black;
    font-weight: 700;
}

.socioscon .tdimg {
    width: 25%;
}

.socioscon .paging {
    float: right;
}

.socioscon .paging .first, .socioscon .paging .next {
    background-color: #6F6F6F;
    color: #fff;
    font-size: 1em;
    height: 30px;
    width: 120px;
    padding-top: 4px;
    cursor: pointer;
}

.sociosconbusc .searchbutton {
    float: right;
    /*margin-top: 25px;*/
}

.sociosconbusc label {
    margin-left: 10px;
}

.sociosconbusc .form-control {
    height: 40px;
    font-family: Arial;
    line-height: 1.3em;
    background-color: #F7F7F7;
    border-radius: inherit;
    margin-left: 10px;
    width: 98%;
}

.sociosconbusc .filtroletras {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 0px !important;
    text-align: center;
}

.sociosconbusc .filtroletras a {
    color: black !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.sociosconbusc .filtroletras .selected {
    color: #DE0031 !important;
    border-bottom: 1px #DE0031 solid;
}

.ponentes {
    padding-bottom: 20px;
    padding-left: 15px;
}

.ponentes .ponentesinfo{
    left: -30px;
}

/* ESTILOS PARA PAGINAS EN EDICIÓN */
.generica .panel-body .ms-formfieldcontainer textarea {
    width: 100%;
}

.generica .panel-heading .ms-formfieldvaluecontainer {
    width: 95%;
}

.generica .panel-heading .ms-formfieldcontainer input {
    width: 100%;
}

/* Estilos para buscador general */
.ms-srch-item {
	width: 100%;
}

.ms-srch-item-path {
	color: #5f98c9;
}

.ms-srch-hover-innerContainer {
	top: -310px;
	left: -500px;
}

#wrapper .generica.generica_wz.two-columns .ms-srch-hover-innerContainer {
	top: -510px;
	left: -500px;
}

@media (min-width: 1200px) {
    /*Botón ver mas programas*/
    .caption .title {
        min-height: 40px;
        margin-bottom:20px;
    }
}
@media  (min-width: 768px) and (max-width: 991px) {
    /*Botón ver mas programas*/
    .caption .title {
        min-height: 40px;
        margin-bottom:20px;
    }
    .caption .texto1 {
        min-height: 60px;
    }
    
}
 /*Fase 2017*/
.activity-plus a {
    background: url(/_layouts/15/images/aecid/ver_mas.png) no-repeat;
    text-indent:-9999px;
    display:inline-block;
    height:14px;
    width:14px;
    margin-left:5px;
}
.document-plus {
    background: url(/_layouts/15/images/aecid/ver_mas.png) no-repeat;
    text-indent:-9999px;
    display:inline-block;
    height:14px;
    width:14px;
    margin-left:5px;
}
.document-less {
    background: url(/_layouts/15/images/aecid/ver_menos.png) no-repeat;
    text-indent:-9999px;
    display:inline-block;
    height:14px;
    width:14px;
    margin-left:5px;
}
/*.agenda .entrada p:hover{
    background-color:#de0032;
}*/   
#wrapper .agenda a.titulo_agenda:hover{
	text-decoration: none;	
	color:white;	
    background-color:#de0032;
}
.caption .title a:hover{
    text-decoration: none;	
	color:white !important;	
    background-color:#de0032;
}


.displaytitle a:hover{
    text-decoration: none;	
	color:white !important;	
    background-color:#de0032;
}
.caption .date {
    font-size:10px;
    color:#646464;
}
.caption .activity-matter {
    font-size:10px;
    color:#646464;
}
.btns-conocimiento{
    float:right;
    text-align:right;
}
.btns-conocimiento input {
    padding:0px 0px !important;   
    
}
.btns-activities input {
    padding:0px 0px !important;   
    
}
.divbtns-conocimiento {
    padding-top: 20px;
}
.help-conocimiento
{
    padding-left:15px;   
    text-decoration:underline;
    /*display:none;*/
}
.help-conocimiento a,.help-conocimiento a:visited, .help-conocimiento a:hover{
   cursor:help;
   font-size:18px;
}

.help-actividades
{
    padding-left:15px;   
    text-decoration:underline;
    margin-bottom:20px;
    /*display:none;*/
}
.help-actividades a,.help-actividades a:visited, .help-actividades a:hover{
   cursor:help;
   font-size:18px;
}

.literal-filtro
{
    color: #666;
    text-decoration: underline;
    font-family: GillSans;
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 10px;
}
.ulpager-searcher li a, .ulpager-searcher li a:hover {
    color: #666 !important;
}
li.currentPageSearcher a {
     color: #de0032 !important;
     font-weight:bold;
}
.geographicareas-label
{
    font-weight:bold;
}
.geographicarea-literal {
    margin-bottom:5px;
    margin-top:5px;
}
.geographicareas-control {
    padding:10px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color:#ddd;
}
.linkMore .document-less {
    display: none;
}
.linkMore {
    display:inline-block;
}
.linkMore, .linkMore:visited, .linkMore:hover{
    color:#5f98c9;
    font-weight: bold;
    text-decoration:none;
    cursor:pointer;
    outline:none;
}

.linkResource {
    color:#5f98c9;
    font-weight: bold;
    float:right;
    padding-top: 5px;
    text-decoration:none;
    cursor:pointer;
    outline:none;
}
.gestionconoc .divgestionconoc .gesdoc-inlet {
    font-family: Arial;
    line-height: 1.3em;
    width: 98%;
    font-weight:bold;
    /*text-transform:uppercase;*/
    padding-bottom:5px;
}
.relatedresourcesdiv{
    margin-top: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.relatedresource-anchor {
    font-weight:bold;
    text-decoration:underline !important;
}
.resultscountcvc  {
    font-weight: 400;
    font-size: 1.2em;
    color: #737373;
    float:right;
}

.linkSearchActivity{
    font-family:GillSans!important;
    font-size: 16px !important;
    font-weight:bold;
    margin-left: 0px !important;
    width:100%;
    color: #707070 !important;
    background-color:#ebebeb !important;
    border: 1px solid #707070 !important;

}

.linkSearchActivityActive{
    font-family:GillSans !important;
    font-size: 16px !important;
    font-weight:bold;
    margin-left: 0px !important;
    width:100%;
    background-color: #707070 !important;
    color:white !important;
    border: 1px solid #707070 !important;
    cursor: auto;

}
.texto-justify {
    text-align:justify;
}
.blog-anchorplus,.blog-anchorplus:visited,.blog-anchorplus:hover {
    padding-left: 5px;
    color: #009AC3 !important;
}
.divactividad .bgwhite {
    padding-bottom: 10px;
}
.activity-entity {
    padding-right:10px;
    padding-bottom:10px;
    height: 80px;
}

.icono-texto {
    border: 1px solid #BBB;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
	margin-right: 10px;
    float: left;
    width: 48%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);	
	min-height: 150px;
}
.searcherp p {
    margin:0 0 5px !important;
}
.aecid-row{
	margin:0px !important;
}

.nextActivityTitle{
    font-family:GillSans;
    font-size:13px;
}

.ms-qatbutton span, #suiteBarButtons span, .ms-qatbutton a, #suiteBarButtons a{
    box-sizing:content-box;
}
 /*Fin fase 2017*/

 /*Páginas modales*/
.ms-dlgTitleBtns {
    margin-right : 0px !important;
}

.ms-cui-topBar2 {
    height: 0px !important;
}

/*Fin páginas modales*/
 /*Inicio área privada*/
.private-area-p {
    color:white;
}
.private-area-div {
    text-align:center;
    float:right;
    position:relative;
    font-family:GillSans;
    z-index:100;
    margin-right:35px;
    font-size:16px;
    height:0px !important; 
}
.header_black_div {
    background-color:black;
}

/*Fin área privada*/