@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamBook.eot');
	src: url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype');
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/gothambold1.eot');
	src: url('fonts/gothambold1.woff') format('woff'), url('fonts/gothambold1.ttf') format('truetype');
	font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamLight.eot');
	src: url('fonts/GothamLight.woff') format('woff'), url('fonts/GothamLight.ttf') format('truetype');
	font-weight: 200;
    font-style: normal;
}
strong{
	font-weight:700;
}

html{
	height:100%;
	background:#576d8e;
}
body{
	width:100%;
	font-family:'Gotham', Arial, Helvetica, sans-serif;
	font-weight:400;
	background:#FFF;
	font-size:13px;
	color:#58595b;
}
header{
	background:url('../img/header-bg.jpg') top center no-repeat #63728f;
	height:152px;
	padding:0;
	text-align:center;
}
section{
	width:1000px;
	margin:0 auto 20px;
	padding: 25px 0 0;
}
h1{
	width:1000px;
	margin:0 auto;
	height:114px;
	text-align:left;
}
h1 img{
	margin-left:77px;
}
nav{
	width:100%;
	height:38px;
	background:#c7cfdd;
	-webkit-box-shadow: inset 0 -5px 0 0 #697da0, 0px 7px 29px rgba(37,35,38,0.40);
	-moz-box-shadow: inset 0 -5px 0 0 #697da0, 0px 7px 29px rgba(37,35,38,0.40);
	box-shadow: inset 0 -5px 0 0 #697da0, 0px 7px 29px rgba(37,35,38,0.40);
	font-size:0;
}
nav li{
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	height:38px;
	display:inline-block;
	border-right:1px solid #697da0;
}
nav li:first-child{
	border-left:1px solid #697da0;
}
nav li a{
	display:block;
	text-decoration:none;
	color:#3c4b54;
	padding:10px 25px 7px;
	border-bottom:5px solid #697da0;
}
.activo{
	height:auto;
	color:#697da0;
	padding:10px 25px 2px;
	border-bottom:10px solid #697da0;
}
nav li a:hover{
	background:#FFF;
}
footer{
	height:114px;
	background:url(../img/img-footer.jpg) repeat-x;
	text-align:center;
	-webkit-box-shadow: 0px 7px 10px rgba(37,35,38,0.44);
	-moz-box-shadow: 0px 7px 10px rgba(37,35,38,0.44);
	box-shadow: 0px 7px 10px rgba(37,35,38,0.44);
	clear:right;
}
#foot-container{
	display:table;
	margin:0 auto;
	width:100%;
	max-width:1000px;
	font-size:11px;
}
#foot-container > div{
	display:table-cell;
	vertical-align:middle;
	color:#d8d9da;
	height:113px
}
.foot-logos{
	width:230px;
	padding-right:40px;
}
.foot-nav{
	text-transform:uppercase;
	text-align:right;
}
#copyright{
	background:#576d8e;
	font-size:11px;
	color:#d8d9da;
	text-align:center;
	padding:20px;
}
footer a{
	color:#d8d9da;
	text-decoration:none;
}
footer a:hover{
	color:#FFF;
}
.foot-logos img+img{
	margin-left:10px;
}
/* ---------- SLIDER ---------- */
#slider {
	border-bottom:4px solid #697da0;
	border-top:4px solid #697da0;
	margin:0 0 25px;
	height:322px;	
	position: relative;
	z-index: 0;
}
#slideshow DIV {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.0;
    height: 322px;
    background-color: transparent;
}
#slideshow DIV.active {
    z-index: 5;
    opacity: 1.0;
}
#slideshow DIV.last-active {
    z-index: 4;
}
#slideshow DIV IMG.slideshow {
    height: 322px;
    display: block;
    border: 0;
    margin-bottom: 0;
}
#slideshow #trampa {
	z-index:-1;
}

article{
	margin-right:220px;
}
.columna{
	display:inline-block;
	width:245px;
	margin-right:15px;
	vertical-align: top;
	line-height:15px;
	margin-bottom:15px;
}
.columna:last-child{
	margin-right:0;
}
h2{
	font-weight:700;
	font-size:20px;
	margin-bottom:7px;
	text-transform:uppercase;
	color:#697da0;
}
#sidebar{
	width:200px;
	float:right;	
}
#sidebar img{
	margin-bottom:15px;
}
.cuadro{
	width:780px;
	background:#f1f2f2;
}
.semicuadro{
	width:385px;
	background:#f1f2f2;
	margin-top:10px;
	display:inline-block;
	margin-right:0px;
}
.semicuadro + .semicuadro { margin-left:10px }
.semicuadro p{
	line-height:13px;
	font-size:13px;
	padding:7px 5px 0px;
	margin:0;
}
.semicuadro a{
	text-decoration:none;
	color:#58595b;
}
h3{
	display:block;
	background:#c7cfdd;
	border-bottom:3px solid #FFF;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding:4px 0 4px 20px;
}
.noticia, .contenido{
	padding:10px 10px 10px 0;
	min-height:111px;
	border-bottom:3px solid #FFF;
}
.noticia figure, .contenido figure{
	float:left;
	width:250px;
	margin-right:15px;
}
h4{
	font-size:15px;
	font-weight:700;
	border-bottom:1px solid #FFF;
	padding-bottom:5px;
	margin-left:265px;
	color:#697da0;
}
h5{
	font-size:13px;
	color:#000;
	padding:7px 0;
}
.leermas{
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#noticias{
	/*height:131px*/
	height:268px;
	overflow:auto;
}
article > figure{
	width:780px;
	height:100px;
	border-bottom:4px solid #697da0;
	margin-bottom:20px;
}
article p{
	line-height:15px;
	margin-bottom:10px;
}
footer p{
	line-height:15px;
}
.noticia p, .contenido p{
	margin-bottom:0px;
}
#home h2{
	text-transform:none;
}
.contenido li{
	margin-top:4px;
}
.cuadro+.cuadro{
	margin-top:10px;
}
.galeria li{
	margin:0 0 10px 10px;
	display:inline-block;
}
.galeria{
	font-size:0px;
}
.galeria a{
	position:relative;
	display:block;
	width:144px;
	height:144px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}
.galeria a:hover{
	outline: 1px solid rgba(85,105,138,1);
}
.galeria span{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	width:134px;
	height:0;
	background:rgba(85,105,138,0.75);
	font-size:12px;
	overflow:hidden;
}
.galeria a:hover span{
	height:52px;
	padding: 5px
}
form{
	padding-left:10px;
	position:relative;
}
label{
	width:150px;
	display:inline-block;
	position:relative;
	top:3px;
}
input, textarea{
	display:inline-block;
	width:600px;
	font-family:inherit;
	vertical-align:top;	
}
textarea {
	width:598px;
}
.legal{
	font-size:9px;
	line-height:10px;
	padding-top:10px;
	color:#b1b1b2;
}
input[type="submit"]{
	width:140px;
	background:#c7cfdd;
	color:#333;
	border:1px solid #fff;
	position:absolute;
	top: 110px;
	left: 10px;
}
.mapa{
	width:385px;
	height:165px;
	background:#f1f2f2;
	margin:10px 0 0;
}
#legal h3, #politica h3{
	margin:30px 0 15px;	
}

#noticia img+h2{
	margin-top:20px;
}
article ul {
	padding: 0 20px;
	margin: 15px 0 20px;
	list-style: disc;
}
article ul li+li {
	margin-top: 5px;
}
#financiacion {
	font-size: 1.2em;
}
#financiacion p {
	line-height: 1.2em;
}
#noticia p {
	margin-bottom:10px;
}

@media only screen and (max-device-width: 720px) {
html * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
html, body{
	overflow-x:hidden;
	height:auto;
	width:100%;
	max-width:100%;
}
header{
	background: #86888a;
	height:auto;
}
h1{
	background:url('../img/header-bgm.jpg') top center no-repeat #86888a;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	width:100%;
	height:82px;
	text-align:center;
}
h1 img{
	margin:0 auto;
	width:auto;
	height:82px;
}
nav{
	height:auto;
	-webkit-box-shadow: 0px 7px 29px rgba(37,35,38,0.40);
	-moz-box-shadow: 0px 7px 29px rgba(37,35,38,0.40);
	box-shadow: 0px 7px 29px rgba(37,35,38,0.40);
	padding:0;
}
nav li{
	display:block;
	border-right:none;
	height:35px;
}
nav li:first-child{
	border-left:none;
}
nav li a{
	border-bottom:2px solid #697da0;
}
.activo{
	color:#7b7c7d;
	border-bottom:2px solid #697da0;
	background:#bababb;
	height:35px;
}
nav li a:hover{
	background:#FFF;
}
#slider{
	border-bottom:2px solid #959799;
	border-top:2px solid #959799;
	width:100%;
	height:auto;
	padding:0;
	font-size:0;
	line-height:0;
}
#slider img{
	width:100%;
	height:auto;
	margin:0;
}
section{
	width:100%;
}
#sidebar{
	width:97%;
	padding:3% 0 0 3%;
	float:none;	
}
#sidebar img{
	width:45%;
	height:auto;
	margin:0 3% 3% 0;
}
article{
	width:90%;
	margin:0 auto;
}
article p, .cuadro, footer, #copyright, .fancybox-opened .fancybox-title {
	font-family:Arial, Helvetica, sans-serif;
}
.columna{
	display:block;
	width:100%;
	margin:0 0 10px;
}
.cuadro{
	width:90%;
	margin:0 auto 10px
}
#noticias{
	height:auto;
	overflow:visible;
}
.noticia figure, .contenido figure{
	float:none;
	width:100%;
	margin:5px auto;
	text-align:center;
}
.noticia, .contenido{
	padding:10px;
	min-height:auto;
}
figure img{
	width:100%;
	height:auto;
}
h4{
	margin:0 auto;
}
footer{
	height:auto;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
#foot-container{
	display:block;
	max-width:100%;
}
#foot-container > div{
	display:block;
	height:auto;
}
.foot-logos{
	width:100%;
	padding:10px 0;
}
.foot-nav{
	text-align:center;
	padding:10px 0;
}
footer a{
	color:#FFF;
	font-size:1.25em;
	display:inline-block;
}
footer a:hover{
	color:#FFF;
}
.foot-logos img+img{
	margin-left:10px;
}
article > figure{
	width:100%;
	height:auto;
	display:block;
	padding:0;
	border-bottom:2px solid #7f8183;
	font-size:0;
	line-height:0;
}
.galeria li{
	width:30%;
	margin:0 0 5px 5px;
}
.galeria li img{
	width:100%;
	height:auto;
}
.galeria a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}
.fancybox-overlay {
	background:transparent;
}
.cuadro{
	width:100%;
	background:#f1f2f2;
}
input, textarea {
width:150px;
}
input[type="submit"] {
width:90px;
}
label {
width:100px;
}
.mapa {
width:100%;
height:auto;
}
.semicuadro {
width:100%;
}
.semicuadro + .semicuadro {
margin-left:0px;
}
}