@charset "utf-8";
/* CSS Document */
/* NUEVO OCULTAR TEXTO DE COOKIES QUE APARECE DEBAJO DEL PIE*/
.CookieDeclaration{
	display: none;
}
/*FUENTES GENERADAS CON FICHEROS*/
@font-face {
    font-family: 'benguiatgot_bk_btbook';
    src: url('../fonts/bengothn-webfont.eot');
    src: url('../fonts/bengothn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bengothn-webfont.woff') format('woff'),
         url('../fonts/bengothn-webfont.ttf') format('truetype'),
         url('../fonts/bengothn-webfont.svg#benguiatgot_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*ESTILOS GENERALES*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

body, .container-fluid {
	font-family: 'Open Sans', sans-serif;
	padding:0 !important;
	margin:0;
	color:#000;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-weight:300;
	font-size:30px;
}
h2 {
	font-weight:400;
	font-size:24px;
}
h3 {
	font-size:1.2em;
    letter-spacing: 0.1em;
    line-height: 1.5;
	font-weight:700;
	color:#419ac4;
}
h4 {
	font-size:0.9em;
    letter-spacing: 0.25em;
    line-height: 1.65;
	color:#7B7B7B;
}
p {
    margin-bottom: 1%;
	line-height:1.8;
}
.texto16 {
	font-size:16px;
}
.margenesdchaizda {
	margin-left:10%;
	margin-right:10%;
}
.textoblanco {
	color:#fff !important;
}
.textoazul {
	color:#419ac4 !important;
}
.textonegro {
	color:#000 !important;
}
.textoazuloscuro {
	color:#001e6b !important;
}
.bordenegroleft {
	border-left-color:#000 !important;
}
.bordeazulleft {
	border-left-color:#419ac4 !important;
}
.fondoazul {
	background-color:#419ac4;
}
.fondogris {
	background-color:#f9f9f9;
}
.fondoblanco {
	background-color:#fff;
}
.row {
	/*background-color:#fff;*/
	margin-left:0;
	margin-right:0;
}
.separador {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:40px;
	width:20%;
	height:1px;
	background-color:#419ac4;
}
.separadorizda {
	margin-top:20px;
	margin-bottom:20px;
	width:20%;
	height:1px;
	background-color:#419ac4;
}
.letras {
list-style-type:lower-alpha;
}
.numeros {
list-style-type:decimal;
}

/*scrol to top*/

.scrollToTop {
  display: block;
  font-size: 1.8em;
  line-height:2.2em;
  font-weight: 300;
  width: 2em;
  height: 2em;
  position: fixed;
  right: 1%;
  bottom: 2%;
  text-align: center;
  text-decoration: none;
  z-index: 99999;
  color: #fff;
  border-radius:50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color:rgba(65,154,196, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  color:rgba(65,154,196, 1);
  background-color:rgba(255,255,255,1);
  text-decoration: none;
  outline: none;
}
.scrollBajar {
    position: absolute;
    z-index: 8;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 1%;
}
.scrollBajar span {
}
/*BOTONES DE ENLACE*/
.boton {
	text-align:center;
	color:#419ac4;
	border-color:#419ac4;
	border-style:solid;
	border-width:2px;
	border-radius:25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-left:auto;
	margin-right:auto;
	width:20%;
	line-height:40px;
	/*padding:10px;*/
	padding-left:15px;
	padding-right:15px;
	margin-top:4%;
	margin-bottom:4%;
	-webkit-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
	text-decoration:none;
	min-width:200px;
	background-color:transparent;
	}
.boton:hover {
	border-color:transparent;
	background-color:#419ac4;
	color:#fff;
}
.botonNoticias {
	text-align:center;
	color:#419ac4;
	border-color:#419ac4;
	border-style:solid;
	border-width:2px;
	border-radius:25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	width:40%;
	line-height:40px;
	/*padding:10px;*/
	padding-left:15px;
	padding-right:15px;
	margin-top:4%;
	margin-bottom:4%;
	-webkit-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
	text-decoration:none;

}
.botonNoticias:hover {
	border-color:transparent;
	background-color:#419ac4;
	color:#fff;
}
.botonblanco {
	color:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:2px;
	border-radius:25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-left:auto;
	margin-right:auto;
	width:20%;
	line-height:40px;
	/*padding:10px;*/
	padding-left:15px;
	padding-right:15px;
	margin-top:4%;
	margin-bottom:4%;
	-webkit-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
	text-decoration:none;
	text-align:center;
	min-width:200px;
}
.botonblanco:hover {
	border-color:transparent;
	background-color:#fff;
	color:#419ac4;
}

/*slider distractful*/
.distractful{overflow:hidden;}
.distractful:hover{cursor: pointer; cursor: hand;}
.distractful-item{background-position: bottom center;background-size: cover;position:absolute;overflow: hidden}
.distractful-item img{display:none;}

.distractful.isParallax{position:fixed;z-index:0;}
.distractfulParallaxPlaceholder{background:white;}

body.distractful-body{overflow-x:hidden }

.distractful-controls{position:absolute;width:100px;height:75px;display: none;}
.distractful-controls:hover{cursor:pointer;}
.distractful-controls.left:hover {
  box-shadow: 10px -10px 0 rgba(255, 255, 255, 0.2);
}
.distractful-controls.left {
	left:50px;	
	width: 70px;
	height: 70px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-width: 0px;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	box-shadow: 5px -5px 0 #FFF;
	margin-top: 35px;
	cursor: pointer;
	transition: box-shadow 0.5s ease;
}
.distractful-controls.right:hover {
  box-shadow: 10px -10px 0 rgba(255, 255, 255, 0.2);
}
.distractful-controls.right {
	right:50px;
	width: 70px;
	height: 70px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-width: 0px;
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	box-shadow: 5px -5px 0 #FFF;
	margin-top: 35px;
	cursor: pointer;
	transition: box-shadow 0.5s ease;
}

.distractful-pagers{position: absolute;top:51%; width:100%;text-align: center;}
.distractful-pager{
	position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.distractful-pager a:hover{background-color: rgba(255,255,255,.3);}
.distractful-pager a{
	background-color: transparent;
    box-shadow: 0 0 0 2px #fff;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    transition: box-shadow .3s ease,background-color .3s ease;

}
.distractful-pager.active{background-color: rgba(255,255,255,.3);}
.distractful-content div {
	position:absolute;
	top:25%;
}
.distractful-content div h1 {
	font-family: 'benguiatgot_bk_btbook';/**/
	color:inherit;
	font-size:1.8em;
	font-weight:800;
	letter-spacing:0.2em;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0.5em;
	padding-top:0.5em;
	/*border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;*/
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.bordeazul {
	/*border-bottom: 1px solid #419ac4 !important;
	border-top: 1px solid #419ac4 !important;*/
}
.bordenegro {
	border-bottom: 1px solid #333 !important;
	border-top: 1px solid #333 !important;
}
.bordeblanco {
	/*border-bottom: 1px solid #fff !important;*/
}


/*** CABECERA **/
#cabecera{
	width:100%;
	position:fixed;
	top:0%;
	z-index:10;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	background-color:rgba(255,255,255, 0);
	text-align:center;
	}
.cabeceraon {
	top: 0 !important;
	background-color: rgba(255,255,255, 1) !important;
	border-bottom: 3px solid #eee;
	}    

/* IMAGEN INTERIOR CABECERA */
.imagenInteriorCabecera {
	position:relative;
}
/* ESTILOS DEL MENÚ DESPLEGABLE */
#cabecera nav {
	height: 100%;
	line-height: 100%;
	position: absolute;
	right: 5%;
	top: 0;
	margin:0;
	padding:0;
	}
	#cabecera nav ul {
		list-style:none;
		margin:0;
		padding:0;
		margin-top:2em;
	}
	#cabecera nav > ul > li > a {
		letter-spacing:0.2em;
		text-decoration:none;
	}
	#cabecera nav > ul > li > a.menuToggle {
		outline: 0;
		color:#fff !important;
			}
	#cabecera.cabeceraon nav > ul > li > a.menuToggle {
		outline: 0;
		color:#000 !important;
			}

	#cabecera nav > ul > li > a.menuToggle:after {
		background-image: url("images/bars-white.svg");
		background-position: right center;
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 1.2em;
		width: 1.2em;
		margin-left:12px;
		margin-bottom:-2px;
	}
#cabecera.cabeceraon nav > ul > li > a.menuToggle:after {
    background-image: url("images/bars.svg");
}
	#menu {
		-moz-transform: translateX(32em);
		-webkit-transform: translateX(32em);
		-ms-transform: translateX(32em);
		transform: translateX(32em);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: #419ac4;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 32em;
		z-index: 10002;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

		#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}

		#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

		#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}
				
		#menu ul > li > a:hover {
			color:rgba(255,255,255,0.69);
		}
		#menu ul > li > a > span {
			width:1em;
			height:1em;
			font-family: 'Glyphicons Halflings';
		}
		.arrowDown {
			background-image:url(../images/arrow-down.png);
			background-repeat:no-repeat;
			background-position: top right;
		}
		.arrowUp {
			background-image:url(../images/arrow-up.png);
			background-repeat:no-repeat;
			background-position: top right;
		}

		#menu ul > li > ul {
		text-indent: 1.5em;
		margin-top:1em;
		}
		#menu ul > li > ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}
				
		#menu ul > li > ul > li > a:hover {
			color:rgba(255,255,255,0.69);
		}

		.fundacionoff {
			display:none;
		}
		.fundacionon {
			display:block;
		}
		
		#menu ul > li > ul > li > ul > li {
		text-indent: 3em;
		}

				
		#menu .close {
			background-image: url("images/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}


		body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

		body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}	
/*FOT CABECERA Y SLOGAN*/
.fotocabecera {
	position:relative;
}
.fotocabecera img {
	width:100%;
}
.fotocabecera .slogan {
	position:absolute;
	width:100%;
	top:58%;
	text-align:center;
	font-family: 'benguiatgot_bk_btbook';
	font-size:3em;
	font-weight:600;
	color:#fff;
}
/*LOGOTIPO PORTADA*/
#logotipo {
	/*width:100%;
	margin-top:-0.9%;*/
	margin-top:5%;
	margin-bottom:0.5%;
	margin-left:auto;
	margin-right:auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#logotipo a img {
width:25%;
margin-left:auto;
margin-right:auto;
margin-top:1%;
margin-bottom:1%;
}
.logotipoon {
	margin-top:0.8% !important;
	width:65% !important;
}
#logo {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*PRESENTACION*/
#presentacion {
	z-index:1;
	background-color:#fff;
	/*border-top:solid 10px #f1f1f1;*/
	padding-top:3%;
	padding-bottom:2%;
}
#presentacion #punto1 {
	text-align:right;
}
#presentacion img {
	max-width:65%;
	/*width:80%;*/
	padding-top:2%;
}
/* AREAS DE ACTUACIÓN PORTADA*/
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

/*EFECTOS GENERALES*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.grid figure img {
	position: relative;
	/*display: block;*/
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-apollo {
	background: #419ac4;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*AREAS*/
#areasPortada {
	position:relative;
	margin:0 !important;
	padding-top:5%;
}
#discapacidad, #terceraedad {
	padding-right: 0;
	padding-left: 0;
}

/*ICONOS CORPORATIVO PORTADA*/
#iconoscorporativo {
	/*background-image:url(../images/fondo-iconos-corporativo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
	background-color:#fff;*/
	position:relative;
	background-image:url(../images/fondo-fundacion.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:5%;
	padding-bottom:5%;
	color:#fff;
	position:relative;
}
.franjaBlanca {
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	bottom:0;
	width:100%;
	height:5%;
	z-index:6;
}
.icono {
	width:110px;
	height:110px;
	background-color:#419ac4;
	margin-left:auto;
	margin-right:auto;
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-webkit-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;

}
.icono-individual {
	text-align:center;
}
.icono-individual:hover .icono{	
	background-color: transparent;
	border: 4px solid #419ac4;
	background-position: top center;
}
#iconoscorporativo a {
	color:#fff;
	text-decoration:none;
}
#iconoscorporativo a h2 {
	color:#419ac4;
	font-size:21px;
	width: 60%;
	margin-left:auto;
	margin-right:auto;
}
.fnd-organos {
	background-image:url(../images/ico-organos-de-gobierno-y-gestion.png);
	background-position: bottom center;
}
.fnd-areas {
	background-image:url(../images/ico-areas-de-actuacion.png);
	background-position: bottom center;
}
.fnd-informacion {
	background-image:url(../images/ico-informacion-corporativa.png);
	background-position: bottom center;
}
.lineablanca {
	width:100%;
	background-color: rgba(255,255,255,0.4);
	position:absolute;
	left:0;
	bottom:0;
	height:3.5%;
}
.lineablancaInterior {
	width:100%;
	background-color: rgba(255,255,255,0.4);
	position:absolute;
	left:0;
	bottom:0;
	height:3.5%;
}


/*** PROYECTOS ***/

#proyectos {
	margin-top:5%;
}
.contenidoProyectos {
	padding-left:10%;
	padding-right:10%;
}
.contenidoProyectos h2 {
	font-size: 1.7em;
	font-weight:800;
	/*text-decoration:underline;*/
	border-left:solid #FFFFFF 2px;
	padding-left:3%;
	padding-bottom:2%;
	margin-top:5%;
}
.contenidoProyectos p {
	font-size: 1.2em;
	font-weight:300;
}
.contenidoProyectos img {
	margin-top:5%;
	margin-bottom:5%;
}
.margenInf {
	margin-bottom:2%;
}
.margenSup {
	margin-top:2%;
}
.sinMargenSup {
	margin-top:0 !important;
}

/*** SALA DE PRENSA***/
#saladeprensa {
	/*background-image:url(../images/fondo-noticias.jpg);
	background-repeat:no-repeat;
	background-position: middle center;*/
	margin-top:5%;
}
#noticias {
	/*padding-top:3%;*/
	background-color:#f9f9f9;
	margin-bottom:2%;
	margin-top:2%;
}
#noticias h3 {
	margin-top: 0;
}
.separador-noticias {
	height:2px;
	background-color:#eee;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


/*** PIE DE PAGINA***/
#menupie {
	background-color: #419ac4;
	color:#fff;
	text-align:center;
	font-size:14px;
	padding-top:2%;
	padding-bottom:2%;	
	color:#fff;
}
#menupie a {
	letter-spacing:0.1em;
	color:inherit;
}
#menupie a:hover {
	color:rgba(255,255,255,0.6)
}
#pieinf {
	letter-spacing:0.1em;
	background-color: #002a67;
	color:#fff;
	text-align:center;
	font-size:13px;
	padding-top:2%;
	padding-bottom:2%;	
}
#pieinf img {
	width:5%;
	margin-right:1%;
}
.esloganpie {
	font-size:18px;
	font-family: 'benguiatgot_bk_btbook';
	margin-bottom:2%;
	margin-top:1%;
}

/*CONTENIDOS INTERIORES*/
#contenedor-interior {
	z-index:1;
	background-color:#fff;
	border-top:solid 10px #f1f1f1;
	padding-top:2%;
	padding-bottom:2%;
    margin-bottom: 3%;
}
/*MIGUITAS*/
#miguitas {
	margin-bottom:-10px;
	padding-bottom:10px;
	font-size:12px;
	color:#aaa;
}
/*AVISO LEGAL*/
.destacado {
font-size:1.25em;
font-weight:600;
color:#000;	
margin-top: 5%;
letter-spacing:0.2em;
}

/* ESTILOS DEL SUBMENÚ PÁGINAS INTERIORES */

	#submenu {
		color: #419ac4;
		list-style:none;
		overflow-y: auto;
		padding: 0;
	}

	#submenu li {
		border-bottom: dotted 1px #419ac4;
		margin: 0;
		padding: 0.3em 0 0.3em 0;
		text-transform: uppercase;
		font-size: 0.8em;
		letter-spacing: 0.225em;
	}
	#submenu li > a {
		border: 0;
		color: inherit;
		display: block;
		outline: 0;
		text-decoration: none;
		padding-top:0.8em;
		padding-bottom:0.8em;
		padding-left:5%;
	}
				
	#submenu li > a:hover {
		color:#fff;
		background-color:#419ac4;;
	}
	#submenu li ul {
		margin-top:6%;
		list-style:none;
		margin-left:0;
		padding:0;
	}
	#submenu li ul li {
		border-bottom: solid 1px #eee;
		font-size: 1em;
		border-bottom:none;
		list-style:none;
		margin:0;
		padding:0;
	}
	#submenu li > a.activa {
		color:#fff;
		background-color:#419ac4;;
	}
	.paddingLeft5 {
			padding-left:5% !important;
	}
	.paddingTop8 {
			padding-top:8% !important;
	}
	.sinBordeInf {
		border-bottom:none !important;
	}

/**** Añadidos MAPY***/
.adjunto{width:80%; margin-left:0;}
.sinmar{margin:0px !important;}
.rayitagris{width:100%;margin-top:20px; margin-bottom:20px; height:1px; border-bottom:1px dotted #F1F1F1;}
.marR{margin-right:5px;}
#map_canvas{width:100%;height:600px;}
.menuint li{list-style:none; margin:10px 0px;}
.menuint li ul li{list-style:disc;}
.menuint li ul {margin-bottom:20px;}
.fuente{font-size:10px; top:0px; color:#002a67;}
.azuloscuro{color: #002a67;    text-align: center;}
.fnd-pdf{
    background-image:url(../images/ico-pdf.png);
    background-position: bottom center;
	}
.marauto{margin:0 auto !important;}

/*** Cookies ***/
#overbox3 {
position: fixed;
bottom:0;
left:0;
width:100%;
z-index:999999;
display:none;
overflow:visible;

}
#infobox3 {
position:relative;
top:0px;
text-align:center;
background-color:rgba(0,0,0,0.9);
line-height:auto;
font-size:13px;
text-align:left;
color:#fff;
margin:0px;
padding:10px 12%;
}
#infobox3 a {
margin-right:5px;
text-decoration: none;
color:#419ac4;}

#infobox3 a:hover{
text-decoration: underline;
}
#infobox3 #cerrarcookies{
position:absolute;
top:20px;
right:20px;
}
#infobox3 #cerrarcookies a.cerrar{
text-decoration:none;
border: none;
font-size: 18px;
padding:10px 15px;
text-align:center;
color:#FFF;
border-radius:20px;
background-color:#419ac4;
}
#infobox3 #cerrarcookies a.cerrar:hover{
color:#419ac4;
background-color:#fff;
border-color:#419ac4;
}
#infobox3 p{color:#fff; margin-bottom:5px;}
/****** Fin cookies ***/

/** pacto digital **/
.centraimg{margin:0 auto;}


/*** pacto digital ***/

/*BANER CONVOCATORIA*/
#banerconvocatoria {
	background-color:#074773;
	color: #fff;
	text-align: center;
	/*border-top: solid 10px #f1f1f1;*/
}
#banerconvocatoria img {
	margin: 20px;
}
#banerconvocatoria .separador {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 20%;
    height: 2px;
}
#banerconvocatoria .botonblanco {
	width: 90%;
}
#banerconvocatoria p {
	/*margin-bottom: 0;*/
}
.convocatoria {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
}
#convocatoriatitpral {
	border-top: solid 10px #f1f1f1;
}
#convocatoriatitpral h1 {
	margin-top: 35px;
}

.convocatoriatit {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: 28px;
}
.centrar img {
	margin-left: auto !important;
	margin-right: auto !important;
}
.margenSup10 {
	margin-top: 10% !important;
}
.contenedorconvocatorias h2 {
	font-size: 1.7em;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}
.contenedorconvocatorias li {
	margin-bottom: 10px;
}
.cuadrado {
	border: 1px solid #aaa;
	padding-left: 20%;
	padding-right: 20%;
}
.word {
    background-image: url(../images/ico-word.png);
    background-position: bottom center;
}
#banerconvocatoria img.reducir {width: 50%;}
.redaccion {
	border: 1px solid #aaa;
	padding: 5%;
}
.casilla {
	background-image:url(../convocatorias/images/cuadrado.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:25px;
}
/* FIN BANER CONVOCATORIA*/


/*** Organos de gobierno ***/
.patron{ font-size: 1.1em;  letter-spacing: 0.17em; line-height: 1.65; color: #000; font-weight:700; margin:15px 10px;}
.cuadrada{padding:10px;}
.wellclaro {border:none; border-top:dotted 1px #419ac4; border-bottom:dotted 1px #419ac4; border-left:none; border-right:none; background-color:transparent; margin-top:20px; border-radius:0px; text-align:justify;}


.curr{
	text-align: center;
    color: #419ac4;
    border-color: #419ac4;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 40%;
    line-height: 40px;
    padding: 10px 15px;
    margin-top: 4%;
    margin-bottom: 4%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;}

.curr:hover{    border-color: transparent;
    background-color: #419ac4;
    color: #fff;}

.modal-header{border-bottom:dotted 1px #419ac4 !important;}
.modal-footer{border-top:dotted 1px #419ac4 !important;}



.redondo{
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 8px solid; 
	border-color:rgba(238,238,238,0.8);
	overflow:hidden;
	}


.redondo img {max-width:100%; margin:0px}


.menuintpatron{list-style:none; padding-left:0px;}
.menuintpatron li{ position: relative; padding-left:15px; margin-bottom:10px;}
.menuintpatron li:before{ content: "\e258";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1; color:#002a67; font-size:10px; position:absolute; left:0px; top:5px; }

.puntitos{border-bottom:1.9px dotted #ababab; margin-top:50px; margin-bottom:40px;}

/*** Organos de gobierno ***/

.salto{padding-left:57px;  font-family: 'Open Sans', sans-serif !important;}
.salti{line-height:20px}

@media only screen and (min-width: 220px){
#logotipo a img { width: 60%;}
li.special span{display:none;}
#cabecera nav ul{margin-top:1.2em;}
.contenidoProyectos{padding-top:1%;}
#presentacion #punto1 {text-align: center;}
.fotocabecera .slogan{display:none;}
}
@media only screen and (min-width: 520px){
#logotipo a img { width: 40%;}
li.special span{display:inline-block;}
#cabecera nav ul{margin-top:2em;}
.fotocabecera .slogan{font-size:1.8em; display:block; top:70%}
.convocatoriatit {font-size: 2em;}
#banerconvocatoria img {margin: 10px;}
#banerconvocatoria img.reducir {width: 50%;}
#banerconvocatoria .botonblanco {width: 70%;}
}

@media only screen and (min-width: 768px){
#banerconvocatoria img.reducir {width: 100%;}
.convocatoriatit {font-size: 1.6em;}
#banerconvocatoria .botonblanco {width: 90%;}
.fotocabecera .slogan{font-size:2.2em; display:block; top:70%}
}

@media only screen and (min-width: 960px){
#logotipo a img { width: 30%;}
#presentacion #punto1 { text-align: right;}
.convocatoriatit {font-size: 2em;}
#banerconvocatoria .botonblanco {width: 80%;}
.fotocabecera .slogan{font-size:2.8em; display:block; top:65%}
}

@media only screen and (min-width: 1280px){
#logotipo a img { width: 25%;}
li.special span{display:inline-block;}
.contenidoProyectos{padding-top:0%;}
.convocatoriatit {font-size: 2.2em;}
#banerconvocatoria .botonblanco {width: 70%;}
.fotocabecera .slogan{font-size:3em; display:block; top:60%}
}


