body{
	font-family: 'Lato', sans-serif;
	color:#414141;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{
	color:#414141;
}
h1,h2{
	font-size:1.7em;
}
h3{
	font-size:1.4em;
}
h1 span,h2 span{
	font-weight:300;
}
section{
	position:relative;
}
.cookies td{
	text-align: center;
}
/* Cuadros centrales */
.cuadro{
	background-color:#fff;
	color:#414141;
	margin-left:-40%;
	padding:1%;
	position:absolute;
	left:50%;
	top:-110px;
	width:80%;
	z-index:100;
-webkit-box-shadow: -4px 10px 21px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 10px 21px -2px rgba(0,0,0,0.75);
box-shadow: -4px 10px 21px -2px rgba(0,0,0,0.75);	
}
.cuadro.noticias{
	top:-30px;
}
.cuadro h3{
	font-weight:700;
}

.vertical-align {
    display: flex;
    align-items: center;
}
#botonsubir{
	display: none;
	overflow: hidden;
	opacity:0.8;
	position: fixed;
	bottom: 30px;
	right: 21px;
	box-shadow: inset 1 2 4px #fff;
	z-index:200;
}

/* -------------------------------------- */
/* Secciones: color fondos y separaciones */
.clara{
	background-color:#9bc2e6;
	color:#fff;
}
.oscura{
	background-color:#367bb1;
	color:#fff;
}
.clara a,.oscura a{
	color:#fff;
}
.iconoSeccion{
	max-width:235px;
	width:90%;
}
.separada{
	padding:30px 0px;
}
.superior{
	padding-top:120px;
}
.superiormas{
	padding-top:170px;
}

.inferior{
	padding-bottom:120px;
}
/* ----------------------------------- */

#aviso{
	background-color: #000;
	color:#fff;
	padding:10px;
}
#aviso a{
	color:#ccc;
}
#banner{
	position:relative;
	z-index:0;
}


#franja{
	background-color: rgba(67,154,221,0.8);
	bottom:0;
	color:#fff;	
	left:0;	
	padding:5% 70px;
	position:absolute;
	width:100%;
}
#franja h2{
	font-size:2.5em;
	font-weight:700;
}
#franja h2,#franja h3,#franja p{
	margin:0px;
}

#map1{
 	width:100%;
	height:250px;
}
#pie{
	background-color:#4f5a69;
	color:#fff;
	padding:30px 10px;
}
#pie a{
	color:#fff;
}

#todalaweb{	
	margin:auto;
	max-width: 1400px;
}

.bloque{
	padding:0px 10px;
}
.bloque p{
	width:100%;
	white-space: normal !important;
}
.bloque img{
	margin: auto;
	width: 100%; 
}
.video{
        height:0px;
        width:100%;
        /*max-width:560px; /* Así establecemos el ancho máximo (si lo queremos) */
        padding-top:56.25%; /* Relación: 16/9 = 56.25% */
        position:relative;
}
.video iframe{
            position:absolute;
            height:100%;
            width:100%;
            top:0px;
            left:0px;
}



/* ---- Banner Portada ----- */
 .cycle-slideshow{
	position:relative;
	z-index:300;
	width:100%;
   height:150px;
   overflow:hidden;
}



.cuadro #anterior,.cuadro #siguiente{
	top:35%;	
	color:#616161;
	cursor:pointer;
	display:block;
	font-size:1.2em;
	padding:8px 10px;	
	position:absolute;	
	z-index:350;		
}
.cuadro #anterior{
	left:0%;
}
.cuadro #siguiente{
	right:0%;
}
.cuadro #anterior:hover,.cuadro #siguiente:hover{
	background-color:rgba(200,200,200,0.5);
	color:#414141;
}

/* BOOTSTRAP MODIFICACIONES */
.row{	
	margin:0px 15px;
}
.btn-default{
	background:#439add;
	border:none;
	color:#fff;
}
.btn-default:hover{
	background:#0071af;
	color:#fff;
}
.btn-primary{
	background:#0071af;
	border:none;
	color:#fff;
}
.btn-primary:hover{
	background:#439add;
	color:#fff;
}

