@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "JuliusSansOne-Regular";
    src: url("../fonts/JuliusSansOne-Regular.ttf") format("truetype");
}
@font-face{
	font-family: "CarterOne-Regular";
	src: url("../fonts/CarterOne-Regular.ttf") format("truetype");
}
@font-face{
	font-family: "Audiowide-Regular";
	src: url("../fonts/Audiowide-Regular.ttf") format("truetype");
}
body {
	font-family: OpenSans, Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0;
	background-color: #fff;
}
.cuerpo {
	display:flex;
	flex-wrap: wrap;
	clear:both;
}
a{
	cursor: pointer;
	text-decoration: none;
}
a:link {
	color: #C64F00;
}
a:visited {
	color: #660;
}
img{
	border:none;
}
.imgresponsive {
   /* display: block;*/
    height: auto;
    max-width: 100%;
}
.transpa {
	opacity:0.9;
}
.fondocab {
	width:100%;
	height:1%;
	overflow:hidden;
			background-image: url(../img/fondoHome.png);
		background-repeat: repeat-x;
		background-position: top;
}
#cabecera{
	margin:10px;
	float:left;
}
.cajaavisos{
	display:flex;
	justify-content: flex-start;
	max-height: 123px;
	width:auto;
	max-width: 1080px;
}
.logo {
	margin:10px 10px 0px 10px;
}
/* PERSONALIZACIÓN DE SLIDER */
    .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .slidercaja{
          width:100%;
          height:800px;
      }
      .slidercab{
          width: 100%; 
          position: absolute;
          z-index: 1000;
      }
		.uno{
			height: auto;
    max-width: 100%;
    background-image: url("../img/slider/uno.jpg");		
	background-size:cover;
		}
.dos{
    background-image: url("../img/slider/dos.jpg");
	background-size: cover;
		}
.tres{
    background-image: url("../img/slider/tres.jpg");
	background-size: cover;
		}
.cuatro{
    background-image: url("../img/slider/cuatro.jpg");
	background-size: cover;
		}
/* FIN DE SLIDER*/
.caja {
	display:flex;
	flex-wrap: wrap;
	width:auto;
	max-width:1080px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.caja2 {
	display:flex;
	flex-wrap: wrap;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.caja3 {
	display:flex;
	flex-wrap: wrap;
	width:auto;
	max-width:90%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.cajafija {
	width:auto;
	max-width:1080px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#fondovideo {
	width:100%;
	position:absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); 	
	z-index: -100; 
}
.cajaredes{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.redes{
	width:auto;
	float:right;	
	margin: 20px;
	background-color:#FEC629;
	border-radius:4px;
	padding:8px 6px 4px 8px;
}
/*
.letraBig{
	font-size: 4vw;
	color:#FFF;
	text-shadow:1px 1px #000000;
}*/
.resta{
	margin-top:-1em;
}
.grande {font-size: 1vw;}
.dcha {flex-direction: row-reverse;}
.izq {flex-direction: column; }
.centro {justify-content: center;}
.blanco{color:#FFF;font-size:2vw;text-shadow:1px 1px #000;}
.bold{ font-weight:bold}
.centrado_total{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#mensaje {
    padding: 10px;
    border: thin solid #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
	text-align: center;
    border-radius: 8px;
    background-color:#001A3E;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    box-shadow: 1px 1px grey;
}
.letraAct {
    color: #fff;
	font-family:JuliusSansOne-Regular;
    font-size: 2vw;
    padding: 0 0.5em;
    text-shadow: 1px 1px #000000;
}
.letraAct2 {
    color: #fff;
	font-family:Audiowide-Regular;
    font-size: 3vw;
    padding: 0 0.5em;
    text-shadow: 1px 1px #000000;
}
.airetop{
	margin-top:2.6em;
}
.aire-top10 {
	margin-top:10px;
}
.airetop2{
	margin-top:8em;
}
.airetop4{ margin-top:4px;
}
.aireBottom8{ margin-bottom:8px;
}
.airetexto{
	margin-top:8em;
}
.botonAct {
	width:auto;
	height:auto;
	color: #fff;
	background-color:rgb(254,198,41, 0.7);
    font-size: 2.5vw;
    padding: 0 0.5em;
    text-shadow: 1px 1px #000000;
	border:solid thin #FFF;
}
.botonAct:hover {
	width: auto;
	height: auto;
	color: #000;
	font-size: 2.5vw;
	padding: 0 0.5em;
	text-shadow: 1px 1px #000000;
	border: thin dashed #FFF;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0.5;
}
.img-dcha {
	float:right;
	margin:5px;
}
/* nuevas reglas */
.cajatI {
	flex: 3 1 300px;
	height:auto;
	padding:10px;
	font-size:1.2em;
}
.cajatD {
	flex: 1 4 300px;
	height:auto;
	padding:10px;
}
.cajaflot {
	width:90%;
	height:auto;
	min-height:1%;
	background-color:#FFF;
	float:right;
	margin: 20px 30px 20px 20px;
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
     box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
}
.cajaflot p{
	color:#000;
	font-size:1em;
}
/* fin nuevas reglas*/
#video {
    height: auto;
    margin: 60px 10px 5px;
    width: 98%;
}
#video img:hover {
	opacity:0.5;
}
#video iframe {
	width: 98%;
	height:610px;
}
.minivideo {
    float: left;
    height: auto;
    max-width: 53%;
    margin: 20px;
    color: #FFF;
}
.minivideo1{ float:none; color: #FFF;
}
.minivideo1{ margin-right:16px;
}
.minivideo img:hover, .minivideo1 img:hover {
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
     box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.8);
	transition:all 0.5s ease-in-out 0s;
	opacity:0.5;
}
.minivideo h2 {
	color:#000;
	font-size:1.2em;
}

.cajatot {
	display:flex;
	flex-wrap: wrap;
	align-self:center;
	width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.cajaI {
	flex: 3 1 400px;
	height:auto;
	padding:10px;
	font-size:1.2em;
}
.cajaD {
	flex: 1 4 200px;
	height:auto;
	padding:10px;
}
.izadoD {
	flex:20%;
	align-self:center;
	padding:20px 40px 10px 0px;
}
.izadoI {
	flex:46%;
	align-self:center;
	padding:10px;
}
.izadoI img {border:thin solid #FFF;}
.fondoD{
	padding:20px;
	background: rgba(255, 255, 255, 0.8);
}
.fondoAct{
	background-attachment: fixed;
	background-image: url(../img/fondo-actividades.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.fondoIt{
	background-attachment: fixed;
	background-image: url(../img/fondo_conjunto.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.efectobloques {
	font-family: Audiowide-Regular;
    font-weight: bold;
    margin-bottom: 0.2em;
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 2px 0 #bbb, 0 2px 0 #000, 0 2px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);*/
	text-shadow: 1px 1px black;
}

.letraBig {
	color:#FFF;
	font-size:4vw;
	margin-top:40px;
	margin-bottom:20px;
}
.letraBig2 {
	color:#FFF;
	font-size:3vw;
	margin-top:40px;
	margin-bottom:20px;
}
.letra24{ font-size:24px;
}
.letra20{ font-size:20px;
}
.letra18{font-size: 18px !important;}

.reset {
	clear:both;
}
@media screen and (max-width: 768px) {
	.minivideo {
	float:left;
    height: auto;
    max-width: 87%;
	margin:10px 20px;
	color:#FFF;
}
#fondovideo {
    left: 50%;
    position: absolute;
    top: 15%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -100;
}
.nover{
	display:none;
}
.logo {
	margin:5px 5px 0px 5px;
	width:50%;
}
#video {
    height: auto;
    margin: 2px;
    width: 98%;
}
.fondo9{
	font-size:2vw;
	background-color:#96B3D3;
}
.airetop2 {
    margin-top: 1.2em;
}
.airetexto{
	margin-top:0em;
}
.letraAct {
    color: #fff;
	font-family:JuliusSansOne-Regular;
    font-size: 4vw;
    padding: 0 0.5em;
    text-shadow: 1px 1px #000000;
}
#mensaje {
    padding: 10px;
    border: thin solid #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    border-radius: 8px;
    background-color: #3D73B1;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    box-shadow: 1px 1px grey;
}
.botonAct {
	width:auto;
	height:auto;
	color: #fff;
	
    font-size: 2.5vw;
    padding: 0.5em;
    text-shadow: 1px 1px #000000;
	border:solid thin #FFF;
	background-color: rgba(230, 177, 79, 0.5);
}
.botonAct:hover {
	width: auto;
	height: auto;
	color: #FEC629;
	font-size: 3.5vw;
	padding: 0.5em;
	text-shadow: 1px 1px #000000;
	border: thin dashed #FFF;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0.5;
}
.efectobloques {
	font-family: Audiowide-Regular;
    font-weight: bold;
    margin-bottom: 0.4em;
    text-shadow: none;
}

.letraBig {
	color:#FFF;
	font-size:5vw;
	margin-top:0px;
}
.letraBig2 {
	color:#FFF;
	font-size:4vw;
	margin-top:20px;
	margin-bottom:20px;
}
.fondogal {
	background-attachment: fixed;
	background-image: url(../img/fondo-gal.jpg);
	background-repeat: no-repeat;
	/*background-position: center 200px;
	background-size: 100% auto;
	background-color: #000;*/
	background-position: center;
	background-size:cover;
}
#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:120px !important;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(72, 107, 128, 0.8);
	color:#fff;
	z-index:99999;
}
}
@media screen and (max-width: 1024px) {
h1 {font-size: 4vw;}
.grande {font-size: 4vw;}
#fondovideo {
    left: 50%;
    position: absolute;
    top: 14%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -100;
}
.letraAct {
    color: #fff;
	font-family:JuliusSansOne-Regular;
    font-size: 4vw;
    padding: 0 0.5em;
    text-shadow: 1px 1px #000000;
}
.botonAct {
	width:auto;
	height:auto;
	color: #fff;
    font-size: 3.5vw;
    padding: 0.5em;
    text-shadow: 1px 1px #000000;
	border:solid thin #FFF;
	background-color: rgba(230, 177, 79, 0.5);
}
#mensaje {
    padding: 10px;
    border: thin solid #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    border-radius: 8px;
    background-color: #3D73B1;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    box-shadow: 1px 1px grey;
}
.botonAct:hover {
	width: auto;
	height: auto;
	color: #FEC629;
	font-size: 3.5vw;
	padding: 0.5em;
	text-shadow: 1px 1px #000000;
	border: thin dashed #FFF;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0.5;
}
.airetop2 {
    margin-top: 2em;
}	
.airetexto{
	margin-top:4em;
}	
.letraBig {
	color:#FFF;
	font-size:5vw;
}
.letraBig2 {
	color:#FFF;
	font-size:4vw;
	margin-top:20px;
}
}
.aire {
	padding:10px;
}
.airebottom{
	margin-bottom:20px;
}
.airebottominicio {
	margin-bottom:1em;
}
.texto {
	width:98%;
	height:auto;
	padding:10px;
}
.fuenteG{
	font-size:1.2em;
}
.fondo {
	width:100%;
	height:auto;
	float:left;
}
.fondo1 {
	background-color:#6D8EBB;
}
.fondo2 {
	background-color:#3B5D44;
}
.fondo3 {
	background-color:#FFF;
}
.fondo4{
	background-color:#999;
}
.fondo5{
	background-color:#f8f6ef;
}
.fondo6{
	background-color:#000;
}
.fondocarrera{
	background-color:#3b5d44;
}
.fondo7{
	background-attachment:fixed;
	background-image: url("../img/fondovideos.jpg");
	background-size: cover;

}
.fondo8{
	background-attachment:fixed;
	background-image: url("../img/actividades-f.jpg");
	background-size: cover;

}
.fondoAR {
	background-attachment:fixed;
	background-image: url("../img/elcano.jpg");
	background-size:auto;
	background-repeat: no-repeat;
}
.fondoET {
	background-attachment:fixed;
	background-image: url("../img/fondo-la-palma-ume.jpg");
	background-size:auto;
	background-repeat: no-repeat;
}
.fondoEA {
	background-attachment:fixed;
	background-image: url("../img/getafe.jpg");
	background-size:auto;
	background-repeat: no-repeat;
}
.fondogal {
	background-attachment: fixed;
	background-image: url(../img/fondo-gal.jpg);
	background-repeat: no-repeat;
	/*background-position: center 200px;
	background-size: 100% auto;
	background-color: #000;*/
	background-position: center 200px;
	background-size:cover;
}
.fondo8 {
	background-attachment:fixed;
	background-image: url("../img/actividades-f.jpg");
	background-size: cover;
}
.fondo9 {
	border: thin solid #fff;
	box-shadow: 1px 1px #000;
	opacity: 0.8;
	text-shadow: 1px 1px #fff;
	font-size: 0.8em;
	background-color: #FEC629;
	vertical-align: middle;
}
color1 {
	color:#fec629;
}
.color2 {
	color:#FFF;
}
.color3 {
	color:#C60;
	font-size:1.1em;
}
.delegaciones a:link {color: #274A63 !important;font-weight:bold;}
.delegaciones a:visited {color: #000;}
#visor {
	width:100%;
	min-height:150px;
	height:1%;
	overflow:hidden;
}

#visor img {
    border: medium solid rgb(255, 255, 255);
    box-shadow: 1px 1px rgb(0, 0, 0);
    height: 127px;
    margin: 10px;
    text-align: center;
    width: 190px;
}
#visor img:hover {
    border: medium solid #FEC629;
    box-shadow: 1px 1px #FFFFFF;
	border-radius:8px;
    height: 127px;
    margin: 10px;
    text-align: center;
    width: 190px;
	opacity:0.8;
}
#titulo {
	width:90%;
	margin:10px;
	text-align: center;
	font-size: 1.5em;
	background-color:#C58E01;
	color: #FFF;
	border-radius: 4px;
}
.expedientes {width:100%;border-top:1px solid #CCC;border-right:1px solid #CCC;margin-top:20px;margin-bottom:20px;font-size:0.95em;}
table.expedientes th {background-color:#E2E2E2; border-right:1px solid #FFF; text-align:center;}
table.expedientes td, table.expedientes.th {border-bottom:1px solid #CCC;border-left:1px solid #CCC;padding:4px; }
.filaPar {
	background-color: #FFE7A8;
}
.filaImpar {
	background-color: #FED363;
}
/*---------COOKIES-------------- */
#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:50px;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(72, 107, 128, 0.8);
	color:#fff;
	z-index:99999;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}
/*-----FIN COOKIES----*/
