/* CSS Document */
@font-face {
	font-family: 'MTCORSVA';
	src: url('fonts/monotype_corsiva/MTCORSVA.eot');
	src: local('MTCORSVA'), url('fonts/monotype_corsiva/MTCORSVA.woff') format('woff'), url('fonts/monotype_corsiva/MTCORSVA.ttf') format('truetype');
}
	

.bold800{
	font-weight: 800;
}

.bold700{
	font-weight: 700;
	
}

.light300{
	font-weight: 300;
}

.normal400{
	font-weight:400;
}

.medium500{
	font-weight:600;
}

.semibold600{
	font-weight:600;
}

.italic{
	font-style: italic;
	font-weight: 400;
}

.corrector{
	clear:both;
}

html{
	margin:0;
	padding:0;
	width:100%;
	
	height:100%;
	background:#ffffff;
	font-size:12px;
	
}

body{
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	
/*	background-image:url(img/fondo.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400; /* o 700 */
	font-size:12px;
	background-color:#ffffff;
	overflow:auto;
	background-image: url(img/fondo2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;

}

.logout{
	cursor:pointer;
}

.logout:Hover{
	border-bottom:1px solid #ffffff;
}


a{
	color:inherit;
	text-decoration:inherit;
}

.link{
	display:inline-block;
}

img{
	border:none;
}

.ancla{
	font-size:0px;
	height:0px;
}

.texto08{
	font-size:.8em;
}


.corrector{
	clear:both;
}

.imagenPerfil{
	position:absolute;
	left:-500px;
}

.todo{
	width:100%;
	/*max-width:1920px!important;*/
	margin:0 auto;
	padding:0;
	/*background:#FFFFFF;*/
	display:block;
}

.salto{
	width:1px;
	height:1px;
	/*background:#F800FF;*/
	position:absolute;
	bottom:30%;
}

/* ENCABEZADO Y SLIDE */



.menu{
	position:relative;
	margin: 0 auto;
	
	
	/*padding-top:30px;*/

	  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
  
       -webkit-align-items: center; /* Safari */
  align-items:         center;
}

.menu2{
	position:relative;
	margin: 0 auto;
	
	
	/*padding-top:30px;*/

	  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
      -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
}

.separadorMenu{
	background-color: #6f807e;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.menuVisible{
	top:0;
}

.menuIn{
	  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:no-wrap;
    flex-wrap:no-wrap;
      -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	
}

.botonesMenu{
	width:100%;
	/*padding-left:10px;*/
	text-align:center;
}



.botonMenu{
	/*max-width:300px;*/
	/*width:16%;*/
   /* margin:1%;*/
	/*margin-right:1%;
	margin-left:1%;*/

	/*color:#3a5a84;*/
	color:#6f807e;
	font-size:22px;
	line-height:22px;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position:relative;
display:inline-block;
margin-left:30px;
margin-right:30px;
	border: 2px dotted transparent;
	font-weight: 500;
	
	
	padding: 10px;
	font-family: 'MTCORSVA';
	

}

.botonMenu:Hover{
	
	color:#fff;
	border-bottom: 2px dotted #fff;
	/*-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
*/
}


.botonMenuActivo{
	color:#CCC5A7;
	border-bottom: 2px dotted #CCC5A7;
}


.iconoSubir{
	width:30px;
	height:30px;
	background:url(img/subir.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:fixed;
	right:-80px;
	bottom:2%;
	z-index:999;
	cursor:pointer;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	opacity: .5;
}

.iconoSubir:Hover{
	opacity: 1;
}

.iconoSubirVisible{
	right:2%;
}



.menuMovil{
	/*background:#4D5A21;*/
	background-color:#CCC5A7;
	background-color: #fff;
	position:fixed;
	height:100%;
	width:100%;
	max-width:200px;
	right:-204px;
	z-index:990;
		-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
overflow-y:scroll;
overflow-x:hidden;
	
	border-left: 4px solid #6f807e;

}




.iconoMenuMovil{
	width:20px;
	height:20px;
	
	/*background-color:#FFFFFF;*/
	background-image:url(img/menu_movil_color.svg);
	background-size:contain;
	background-repeat:no-repeat;
	
	cursor:pointer;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	position: fixed;
	z-index: 999;
	top: 29px;
	right: 30px;
}

.iconoMenuMovil:Hover{
	background-image:url(img/menu_movil_color3.svg);
	background-size:contain;
	background-repeat:no-repeat;
}



.botonesMenuMovil{
	margin-top:20px;
	position:relative;
}

.menuMovilVisible{
	right:0;
}

.botonMenuMovil{
	width: 80%;
	margin: 0 auto;
	margin-bottom:10px;
	padding:10px;
	color:#6f807e;
	/*color:#ffffff;*/
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position:relative;
display:block;
	font-family: 'MTCORSVA';
font-size:22px;
	line-height:22px;
border-bottom: 2px dotted transparent;
	
}

.botonMenuMovil:Hover{
	color:#323b37;
	border-bottom: 2px dotted #323b37;
	/*background-color:#9bb35e;*/
}



.cuadroAbajoBotonMovil{
	width:100%;
	height:1px;
	position:absolute;
/*	margin:auto;
	left:0; top:0; right:0; bottom:0;
	top:100%;*/
	bottom:100%;
	left:0;
	opacity:0;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background:#ffffff;
}

.cuadroAbajoBotonMovilVisible{
	opacity:1;
	bottom:-4px;
}

.cuadroArribaBotonMovil{
	width:100%;
	height:5px;
	position:absolute;
/*	margin:auto;
	left:0; top:0; right:0; bottom:0;
	top:100%;*/
	top:0%;
	left:0;
	opacity:1;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background:#F80083;
}


/* FIN MENU */
.header{
	width: 100%;
 	/*max-width: 1400px;*/
	margin: 0 auto;
  	padding:0px;
	
	
	background: rgb(29,31,30);
background: linear-gradient(180deg, rgba(29,31,30,1) 0%, rgba(29,31,30,0) 100%);
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center; /* Safari */
 	justify-content:         center;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
}




.logo{
	/*width:160px;*/
	width:70%;
	max-width:320px;
	/*background-color:#cccccc;*/
	background-image:url(img/logo_bertapoloclub_horizontal_blanco.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;

	display:block;
	overflow:hidden;
	margin: 30px;
	/*margin-left: 20px;
	margin-right: 20px;*/
	
}

.logo:after{
	content: '';
    display: block;
	margin-top: 22.78%;
}


.logoMenuMovil{
	/*width:160px;*/
	width:80%;
	max-width:90px;
	/*background-color:#cccccc;*/
	background-image:url(img/iso_berta.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;

	display:block;
	overflow:hidden;
	margin-top: 50px;
	margin-left: 15px;
	/*margin-left: 20px;
	margin-right: 20px;*/
	
}

.logoMenuMovil:after{
	content: '';
    display: block;
	margin-top: 100%;
}

.logoFooter{
	width: 90%;
	max-width: 180px;
	overflow:hidden;
	clear:both;
	background-image: url(img/logo_bertapolo_vertical.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.logoFooter:after{
	content: '';
    display: block;
	margin-top: 56.55%;
}

.creditos{
	background-color: #fff;
	text-align:center;
	padding:15px;
	color:#666666;
	font-weight:400;	
}


.iconosSocialHead{
	position: relative;
	
	  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
      -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	
	margin: 0 auto;
	
}

.iconoSocialYoutube{
	width: 30px;
	height: 20px;
	background: url(img/iconos_redes_color_youtube.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	margin-right: 7px;
}

.iconoSocialYoutube:Hover{
	background: url(img/iconos_redes_color2_youtube.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.iconoSocialFacebook{
	width: 20px;
	height: 20px;
	background: url(img/iconos_redes_color_facebook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	margin-right: 7px;
}

.iconoSocialFacebook:Hover{
	background: url(img/iconos_redes_color2_facebook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.iconoSocialTwitter{
	width: 20px;
	height: 20px;
	background: url(img/iconos_redes_color_twitter.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	margin-right: 7px;
}

.iconoSocialTwitter:Hover{
	background: url(img/iconos_redes_color2_twitter.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.iconoSocialInstagram{
	width: 20px;
	height: 20px;
	background: url(img/iconos_redes_color_insta.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	margin-right: 7px;
}

.iconoSocialInstagram:Hover{
	background: url(img/iconos_redes_color2_insta.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.iconoLupa{
	width: 20px;
	height: 20px;
	background: url(img/lupa_color.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;

}

.iconoLupa:Hover{
	background: url(img/lupa_color2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}







.sliderNoticias{
	width: 95%;
	
	max-width: 1900px;
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #8d9092;*/
	margin-bottom: 30px;	
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
	z-index: 1;
	
	color: #222;
	
	background-image: url(img/marco_marron_claro_supizq.svg), url(img/marco_marron_claro_supder.svg), url(img/marco_marron_claro_infizq.svg), url(img/marco_marron_claro_infder.svg);
  	background-position: top left, top right, bottom left, bottom right;
  	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 130px, 130px, 130px, 130px;
	
	
}

.sliderNoticiasChico{
	width: 95%;
	
	max-width: 1900px;
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #8d9092;*/
	margin-bottom: 30px;	
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: stretch; /* Safari */
 	align-items:        stretch;
		
}

.barraColor .sliderNoticias{
	/*background-image: url(img/marco_blanco_supizq.svg), url(img/marco_blanco_supder.svg), url(img/marco_blanco_infizq.svg), url(img/marco_blanco_infder.svg);*/
	background-image: url(img/marco_marron_claro_supizq.svg), url(img/marco_marron_claro_supder.svg), url(img/marco_marron_claro_infizq.svg), url(img/marco_marron_claro_infder.svg);
		background-position: top left, top right, bottom left, bottom right;
  	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 130px, 130px, 130px, 130px;
	margin-bottom: 0px;
}


.barraColor{
	width: 100%;
		margin-bottom: 30px;	
/*background-color: #323b37;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.fondoBlanco{
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contenidoBarraColor{
	width: 95%;
	min-height: 250px;
	
	max-width: 1900px;
	
	/*overflow: hidden;*/
	margin: 0 auto;
	
	/*border: 1px solid #8d9092;*/
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center; /* Safari */
 	justify-content:        center;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
	z-index: 1;
	
	
	
	/*background-image: url(img/marco_blanco_supizq.svg), url(img/marco_blanco_supder.svg), url(img/marco_blanco_infizq.svg), url(img/marco_blanco_infder.svg);*/
	background-image: url(img/marco_marron_claro_supizq.svg), url(img/marco_marron_claro_supder.svg), url(img/marco_marron_claro_infizq.svg), url(img/marco_marron_claro_infder.svg);
  	background-position: top left, top right, bottom left, bottom right;
  	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 110px, 110px, 110px, 110px;
}


.titulo{
	font-family: 'MTCORSVA';
	font-size: 42px;
	line-height: 44px;
	text-align: center;
	color: #CCC5A7;
}

.tituloChico{
	font-family: 'MTCORSVA';
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	color: #CCC5A7;
}

.tituloChicoAzul{
	font-family: 'MTCORSVA';
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	color: #6f807e;
}


.volver{
	font-family: 'MTCORSVA';
	font-size: 20px;
	line-height: 22px;
	color: #aaaaaa;
	padding-left: 20px;
}

.volver a{
	color: #6f807e;
}

/*
.sliderNoticias::before{
	content:""; 
  	background-color: #e6e7e8;
  	height: 100%; 
  	position: absolute;
  	width: calc( 100% - 25px ); 
	bottom: -15px;
	left: -15px;
	z-index: -1;
}

.sliderNoticias::after{
	content:""; 
  	border: 1px solid rgba(141,144,146,0.40);
  	height: 100%; 
  	position: absolute;
  	width: 100%; 
	top: 0;
	left: 0;
	z-index: -1;
}
*/
.slideNoticiasHome{
	width: calc( 100% - 80px );
	/*height: 350px;*/
	max-width: 1400px;
	
}



.sliderNoticiasSeccion{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	
}
/*
.sliderNoticiasSeccion::before{
	content:""; 
  	background-color: #e6e7e8;
  	height: 100%; 
  	position: absolute;
  	width: 100%; 
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

.sliderNoticiasSeccion::after{
	content:""; 
  	border: 1px solid rgba(141,144,146,0.40);
  	height: 100%; 
  	position: absolute;
  	width: 100%; 
	top: 0;
	left: 0;
	z-index: -1;
}
*/


.sliderConocerSeccion{
	width: 90%;
	
	max-width: 1400px;
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #8d9092;*/
	margin-bottom: 30px;	
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
	z-index: 1;
		border: 1px solid rgba(141,144,146,0.40);
	color: #222;
}

.slideNoticiasIn{
	width: calc( 100% - 40px );
	max-width: 1400px;
	/*height: 350px;*/
	margin: 0 auto;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: stretch; /* Safari */
 	align-items:         stretch;
	margin-bottom: 0px;
	
}




.flechaIzquierda{
	width: 40px;
	background-image: url(img/flechaslider_marronclaro_izquierda.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	overflow:hidden;
	margin-left: 10px;
	cursor: pointer;
}


.flechaIzquierda:after{
	content: '';
    display: block;
	margin-top: 214.30%;
}

.flechaDerecha{
	width: 40px;
	background-image: url(img/flechaslider_marronclaro_derecha.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	overflow:hidden;
	margin-right: 10px;
	cursor: pointer;
}


.flechaDerecha:after{
	content: '';
    display: block;
	margin-top: 214.30%;
}


.noticiaHome{
	width: calc( 100% - 30px );
	padding: 15px;
	margin: 0 auto;
	/*margin: 15px;*/
	padding-top: 50px;
	padding-bottom: 30px;
	
	
	position: relative;
	
	 display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

.noticiaHomeChica{
	padding-bottom: 20px;
	margin: 30px;
	position: relative;
border-bottom: 2px dotted #ccc;
}

.noticiaSeccion{
	width: calc( 45% - 30px );
	padding: 15px;
	margin: 0 auto;
	/*margin: 15px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	
	 display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	border-bottom: 2px dotted #ccc;
}




.autoridades{
	padding: 15px;
	margin: 0 auto;
	/*margin: 15px;*/
	padding-top: 50px;
	padding-bottom: 30px;
	
	position: relative;
	
	 display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
}

.botonesNoticias{
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	margin-bottom: 10px;
}

.botonNoticia{
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6f807e;
	color: #fff;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonNoticia:Hover{
	background-color: #323b37;
	color: #fff;
}

.botonNoticiaDesactivado{
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cccccc;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: .5;
}

.fotoNoticiaHome{
	width: 40%;
	display:block;
	overflow:hidden;
	position: relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	flex-shrink: 0;
}


.fotoNoticiaHome:after{
	content: '';
    display: block;
	margin-top: 70%;
}

.fotosConocer{
	width: 50%;
	display:inline-block;
	overflow:hidden;
	
}

.fotoNoticiaConocer{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	margin-bottom: 20px;
	
}


.fotoNoticiaConocer:after{
	content: '';
    display: block;
	margin-top: 70%;
}

.contenidoNoticiaHome{
	width: calc( 60% - 120px );
	margin-left: 60px;
	flex-shrink: 0;
}

.contenidoNoticiaIn{
	width: calc( 55% - 40px );
	margin-left: 0px;
}



.fechaNoticiaHome{
	font-weight: 500;
	font-size: 15px;
}

.periodosHistoria{
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 30px;
}

.fechaAgenda{
	/*border: 1px solid #999;*/
	font-weight: 500;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	background-color:#222;
	color: #eee;
}



.pretituloNoticiaHome{
	font-weight: 800;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.tituloNoticiaHome{
	font-weight: 800;
	font-size: 28px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #6f807e;
	text-align: center;
}

.separadorTituloNoticia{
	width: 80%;
	max-width: 190px;
	background-image: url(img/separadortitulo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	display:block;
	overflow:hidden;
	
}


.barraColor .tituloNoticiaHome{
	color: #CCC5A7;
}

.barraColor .separadorTituloNoticia{
	background-image: url(img/separadortitulo_marron.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.separadorTituloNoticia:after{
	content: '';
    display: block;
	margin-top: 9.27%;
}




.bajadaNoticiaHome{
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	text-align:inherit;
	color: #666666;
}

.leerMasNoticia{
	color: #6f807e;
	font-weight: 800;
	text-align: right;
	padding-top: 10px;
	font-size: 14px;
}


.barraColor .bajadaNoticiaHome{
	color: #fff;
}





.banners{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	
	position: relative;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
	
	padding-top: 0px;
	padding-bottom: 20px;
	color: #ffffff;
}

.bannersChicos{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	
	position: relative;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
       -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
	
	padding-top: 20px;
	padding-bottom: 80px;
	color: #ffffff;
}

.bannerEmbajadores{
	width: calc( 48% - 100px );
	
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #8d9092;*/
	
	z-index: 1;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-bottom: 0px;
	margin-top: 40px;
	background-color: #004c98;
}



.bannerEmbajadores::before{
	content:""; 
	background-image: url(img/fotoAfiliarte.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  	height: 100%; 
  	position: absolute;
  	width:100%; 
	bottom: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bannerEmbajadores:hover::before{
	opacity: .6;
}

.bannerEmbajadores::after{
	content:""; 
  	border: 1px solid rgba(141,144,146,0.40);
  	height: calc( 100% - 30px );
  	position: absolute;
  	width: calc( 100% - 30px ); 
	top: 15px;
	left: 15px;
	z-index: -1;
}

.bannerEntrevos{
	width: calc( 48% - 100px );
	
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #8d9092;*/
	
	z-index: 1;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-bottom: 0px;
	margin-top: 40px;
	background-color: #004c98;
}

.bannerEntrevos::before{
	content:""; 
	background-image: url(img/fotoContacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  	height: 100%; 
  	position: absolute;
  	width:100%; 
	bottom: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bannerEntrevos:hover::before{
	opacity: .6;
}

.bannerEntrevos::after{
	content:""; 
  	border: 1px solid rgba(141,144,146,0.40);
  	height: calc( 100% - 30px );
  	position: absolute;
  	width: calc( 100% - 30px ); 
	top: 15px;
	left: 15px;
	z-index: -1;
}

.tituloBanner{
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	padding-bottom: 30px;
}

.subtituloBanner{
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 50px;
	max-width: 50%;
}

.botonBannerEmbajadores{
	background-color: #0656a2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 10px;
	display: inline-block;
	
	font-size: 14px;
	font-weight: 700;
}

.bannerEmbajadores:Hover .botonBannerEmbajadores{
	background-color:#03305B;
}

.botonBannerEntrevos{
	background-color: #00b9f2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 10px;
	display: inline-block;
	
	font-size: 14px;
	font-weight: 700;
}

.bannerEntrevos:Hover .botonBannerEntrevos{
	background-color:#005874;
}


.bannerAlberto{
	width: calc( 48% - 102px );
	/*max-width: 400px;*/

	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 30px;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
       -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;	
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bannerAlberto:Hover{
	background-color: #eeeeee;
}

.contenidoBannerAlberto{
	width: 100%;
	max-width: 350px;
	background-image: url(img/banner_alberto.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
	overflow:hidden;
}

.contenidoBannerAlberto:after{
	content: '';
    display: block;
	margin-top: 41.66%;
}

.contenidoBannerFrente{
	width: 100%;
	max-width: 350px;
	background-image: url(img/banner_frenteUnidadJusticialista.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
	overflow:hidden;
}

.contenidoBannerFrente:after{
	content: '';
    display: block;
	margin-top: 41.66%;
}



.bannerANSL{
	width: calc( 48% - 102px );
	/*max-width: 400px;*/
	
	position: relative;
	margin: 0 auto;
	background-color: #372b51;
	
	border: 1px solid #37254f;
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
       -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bannerANSL:Hover{
	background-color: #37254f;
}

.contenidoBannerANSL{
	width: 100%;
	max-width: 350px;
	background-image: url(img/banner_ansl.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
	overflow:hidden;
}

.contenidoBannerANSL:after{
	content: '';
    display: block;
	margin-top: 41.66%;
}



.fotoResolucion{
	width:100%;
	overflow:hidden;
	background:#C5C5C5;
	position:relative;
	/*max-width: 500px;*/
	margin: 0 auto;
	
		display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:no-wrap;
	
	 -webkit-justify-content: center; /* Safari */
  	justify-content:         center;
	
	-webkit-align-items: flex-end ; /* Safari */
  	align-items:         flex-end ;
}

.fotoResolucion:after{
	content: '';
    display: block;
	/*margin-top: 68.33%;*/
	margin-top: 135%;
}

.fotoResolucion2{
	width:100%;
	overflow:hidden;
	background:#C5C5C5;
	position:relative;
	/*max-width: 500px;*/
	margin: 0 auto;
	
		display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:no-wrap;
	
	 -webkit-justify-content: center; /* Safari */
  	justify-content:         center;
	
	-webkit-align-items: flex-end ; /* Safari */
  	align-items:         flex-end ;
}

.fotoResolucion2:after{
	content: '';
    display: block;
	/*margin-top: 68.33%;*/
	margin-top: 150%;
}

.botonClickCompleta{
	width:200px;
	background:#03428e;
	color:#FFFFFF;
	font-family: 'Dosis', sans-serif;
	font-weight:400; /* o 700 */
	font-size:14px;
	line-height: 14px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	
	
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	cursor: pointer;
}

.fotoResolucion:Hover .botonClickCompleta, .fotoResolucion2:Hover .botonClickCompleta{
	background:#011E40;
}

.linkHidden{
	display: none;
}



.contenidoClubHome{
	width: calc( 90% - 60px );
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
}

.contenidoServicios{
	width: calc( 90% - 60px );
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}
	


.areaCuerpoNoticia{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
	margin-top: 40px;
	margin-bottom: 40px;
}

.cuerpoNoticia{
	width: 55%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 15px;
	margin: 0;
	color: #151515;
}


.cuerpoNoticia img{
	max-width: 100%;
	height: auto;
}



.galeriaNoticias{
	width: 35%;
	max-width: 1400px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
	margin: 0;
	margin-bottom: 10px;
}

.fotoNoticia{
	width: 140px;
	display:inline-block;
	overflow:hidden;
	margin: 10px;
	position: relative;
	
}


.fotoNoticia:after{
	content: '';
    display: block;
	margin-top: 70%;
}

.sliderClub{
	background-color:rgba(122,138,130,0.42);
	margin-top: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fotoGaleria{
	display:inline-block;
	overflow:hidden;
	margin: 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.fotoGaleria:after{
	content: '';
    display: block;
	margin-top: 70%;
}

.botonYoutube{
	width: 80px;
	height: 60px;
	background-image: url(img/youtube.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: .7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.fotoNoticia:Hover .botonYoutube{
	opacity: 1;
}


.servicio{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #CCC5A7;
	
}


.infoServicio{
	width: calc( 70% - 60px );
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	flex-grow: 2;
}

.contenedorFotoServicio{
	width: calc( 30% - 30px );
	max-width: 260px;
	
	background-image: url(img/marco_marron_claro_supizq.svg), url(img/marco_marron_claro_supder.svg), url(img/marco_marron_claro_infizq.svg), url(img/marco_marron_claro_infder.svg);
  	background-position: top left, top right, bottom left, bottom right;
  	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 80px, 80px, 80px, 80px;
	
	padding: 15px;
}

.fotoServicio{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	
}

.fotoServicio:after{
	content: '';
    display: block;
	margin-top: 100%;
}


.formContacto{
	width:90%;
	max-width:800px;
	line-height:14px;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: 80px;
}

.campo{
	
	 padding:6px;
	 padding-left:10px;
	 padding-right:10px;
	 width:calc( 100% - 64px);
	
	 border:1px solid #6f807e;
	 font-size:14px;
	 color:#6f807e;
	
background:transparent;
	
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
 margin-bottom:20px;
 margin-top:5px;
 position:relative;
font-family: 'Montserrat', sans-serif;

	resize: none;
	font-weight: 400;
}

.campo:focus{
	
	background-color:#fff;
	border:1px solid #323b37;
	color:#323b37;
}

.contenedorCampo{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:        space-between;
	-webkit-align-items: flex-start; /* Safari */
	align-items:         flex-start;
}



label{
	font-size: 13px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400; /* o 700 */
	color: #6f807e;

}

.campo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo::-moz-placeholder { /* Firefox 19+ */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo:-ms-input-placeholder { /* IE 10+ */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo:-moz-placeholder { /* Firefox 18- */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}

.botonForm{
	background-color: #6f807e;
	font-size: 13px;
	color: #fff;
	padding: 6px;
	padding-left: 4px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	width: 80px;
	line-height: 14px;
	cursor: pointer;
	position: relative;
}

.botonForm:Hover{
	background-color: #323b37;
}


.textoError{
	font-size:16px;
	padding-right: 40px;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #473729;
}


.contenedorBotonEnviar{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:       flex-start;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

.preloaderContacto{
	background:url(img/preloader1.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: left center;
	overflow:hidden;
	clear:both;
	
	padding-left: 25px;
	margin-left: 5px;
	display:none;
	line-height: 25px;
	color: #473729;
}




.buscar{
	width: 100%;
	height: 100%;
	background-color: rgba(0,29,57,0.95);
	position: fixed;
	top: 0;
	z-index: 1500;
	
	
	
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	opacity: 0;
	display: none;
}

.buscarFlex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;
}

.formBuscar{
	/*background-color: rgba(0,29,57,0.95);*/
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	/*border: 1px solid #fff;*/
}

.tituloBuscar{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.cerrarBuscar{
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.tituloBusqueda{
	font-size: 18px;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 30px;
}



.footer{
	/*background:#0656a2;*/
	/*background:#7a8a82;*/
	/*background:#CCC5A7;*/
	background:#CCCAC1;
	color:#000000;
	font-size:16px;
	padding:40px;
	
}




.textoFooter{
	
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}





.error404{
	padding-top:150px;
	height:400px;
	width:40%;
	min-width:300px;
	max-width:600px;
	margin:0 auto;
	text-align:center;
	display:block;
	color:#666666;
	font-size:16px;
}

.tituloError{
	width:100%;
	/*background:#494949;
	border:1px solid #494949;*/
color:#0656a2;
	
	font-size:45px;
	font-weight:700;
}







/* AJUSTE RESOLUCION */
@media (max-width: 849px){

.header{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center; /* Safari */
 	justify-content:         center;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
}

	

.botonMenu{
	display:none;
}
	
.separadorMenu{
	display:none;
}
	
.sliderNoticias{
	width: 100%;
	max-width: 1800px;
}
	

	
.fotoNoticiaHome{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	
}

.fotoNoticiaHome:after{
	content: '';
    	display: block;
	margin-top: 60%;
}

.contenidoNoticiaHome{
	width: 100%;
	margin: 0 auto;
}

.contenidoNoticiaIn{
	width: 100%;
	margin: 0 auto;
}

	
.fotosConocer{
	width: 100%;
	margin: 0 auto;
}

.contenidoNoticiaConocer{
	width: calc( 100%  );
	margin: 0 auto;
}	


.tituloNoticiaHome{
	font-size: 22px;
}
	
.cuerpoNoticia{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 15px;
	margin:0 auto;
}

.galeriaNoticias{
	width: 90%;
	max-width: 1400px;
	margin:0 auto;
	margin-bottom: 10px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
}




.iconosSocialFooter{
	margin-top: 30px;
	margin-bottom: 30px;
}
	

.contacto{
	width: calc( 90% - 80px );
	max-width: 1200px;
	margin: 0 auto;	
	margin-bottom: 40px;
	padding: 40px;
}
	
.izquierdaContacto{
	width: 100%;
	display: block;
	margin-bottom: 40px;
	margin-top: 0px;
}

.derechaContacto{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
.tituloContacto{
	font-size: 32px;
	line-height: 34px;
}

.contenedorCampoMitad{
	width: 100%;
}
	.tweet{
	width: calc( 100% - 40px );
	margin: 20px;
}
	
.noticiaSeccion{
	width: calc( 90% - 30px );
	margin: 0 auto;
	/*margin: 15px;*/
	display: block;
}
	

.slideNoticiasIn{
	display: block;
}

	
.servicio{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

.infoServicio{
	width: calc( 100% - 10px );
	padding-left: 0px;
	padding-right: 0px;
	order:1;
}

.contenedorFotoServicio{
	width: calc( 100% - 10px );
	max-width: none;
	order:2;
	margin-top: 20px;
}
	
.fotoServicio{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	
}

.fotoServicio:after{
	content: '';
    display: block;
	margin: 0 auto;
	margin-top: 30%;

}



}

@media (min-width: 850px){

	
	
.header{

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center; /* Safari */
 	justify-content:         center;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
}
	

.botonMenu{
	display:none;
}
	
.separadorMenu{
	display:none;
}
	



.sliderNoticias{
	width: 95%;
	max-width: 1800px;
}
	

	
.fotoNoticiaHome{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.fotoNoticiaHome:after{
	content: '';
    	display: block;
	margin-top: 60%;
}

.contenidoNoticiaHome{
	width: 90%;
	margin: 0 auto;
}
	
.contenidoNoticiaIn{
	width: 90%;
	margin: 0 auto;
}



.tituloNoticiaHome{
	font-size: 24px;
}

.cuerpoNoticia{
	width: 55%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 15px;
	margin:0;
}

.galeriaNoticias{
	width: 35%;
	max-width: 1400px;
	margin:0;
	margin-bottom: 10px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
}
	






.iconosSocialFooter{
	margin-top: 40px;
	margin-bottom: 40px;
}
	

.contacto{
	width: calc( 90% - 80px );
	max-width: 1200px;
	margin: 0 auto;	
	margin-bottom: 40px;
	padding: 40px;
}	
	
.izquierdaContacto{
	width: 100%;
	display: block;
	margin-bottom: 40px;
	margin-top: 0px;
}

.derechaContacto{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
.tituloContacto{
	font-size: 36px;
	line-height: 38px;
}

.contenedorCampoMitad{
	width: calc( 50% - 10px);
}
	.tweet{
	width: calc( 50% - 40px );
	margin: 20px;
}
	
.noticiaSeccion{
	width: calc( 90% - 30px );
	margin: 0 auto;
	display: block;
}
	
.slideNoticiasIn{
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: stretch; /* Safari */
 	align-items:         stretch;
}


	
.servicio{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

.infoServicio{
	width: calc( 70% - 60px );
	padding-left: 30px;
	padding-right: 30px;
}

.contenedorFotoServicio{
	width: calc( 30% - 30px );
	max-width: 260px;
}
	
.fotoServicio{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	
}

.fotoServicio:after{
	content: '';
    display: block;
	margin-top: 100%;
}

	
	


}

@media (min-width: 1200px){

.header{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center; /* Safari */
 	justify-content:         center;
  
    -webkit-align-items: center; /* Safari */
 	align-items:         center;
}
	

.botonMenu{
	display:inline-block;
}
	
.separadorMenu{
	display:inline-block;
}

	
.bannerEmbajadores{
	width: calc( 48% - 100px );
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 150px;
	margin-bottom: 0px;
}

.bannerEntrevos{
	width: calc( 48% - 100px );
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 150px;
	margin-bottom: 0px;
}
	
.bannerAlberto{
	width: calc( 48% - 102px );
	padding: 30px;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.bannerANSL{
	width: calc( 48% - 102px );
	padding: 30px;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
	

.sliderNoticias{
	width: 95%;
	max-width: 1900px;
}
	

.fotoNoticiaHome{
	width: 40%;
}

.fotoNoticiaHome:after{
	content: '';
    	display: block;
	margin-top: 70%;
}

.contenidoNoticiaHome{
	width: calc( 60% - 120px );
	margin-left: 60px;
}
	
.contenidoNoticiaIn{
	width: calc( 55% - 40px );
	margin-left: 0px;
}

	
.fotosConocer{
	width: 50%;
}

.contenidoNoticiaConocer{
	width: calc( 50% - 120px );
	margin-left: 60px;
}

.tituloNoticiaHome{
	font-size: 28px;
}

.cuerpoNoticia{
	width: 55%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 15px;
	margin:0;
}

.galeriaNoticias{
	width: 35%;
	max-width: 1400px;
	margin:0;
	margin-bottom: 10px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
}
	


.iconosSocialFooter{
	margin-top: 60px;
	margin-bottom: 80px;
}

.bio{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;	
	margin-bottom: 40px;
	padding-bottom: 80px;
	padding-top: 80px;
}	
	
.izquierdaBio{
	width: auto;
	flex-grow: 2;
	flex-shrink: 2;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
 	 justify-content:         flex-end;
  
     -webkit-align-items: stretch; /* Safari */
 	 align-items:         stretch;
}

.derechaBio{
	width: 45%;
	padding-right: 3%;
	margin-left: 3%;
}
	
.contacto{
	width: calc( 90% - 160px );
	max-width: 1200px;
	margin: 0 auto;	
	margin-bottom: 40px;
	padding: 80px;
}
	

.izquierdaContacto{
	width: 50%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-start; /* Safari */
 	 justify-content:         flex-start;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;
	margin-bottom: 0px;
	margin-top: 0px;
}

.derechaContacto{
	width: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
}	
	
.tituloContacto{
	font-size: 40px;
	line-height: 42px;
}

.contenedorCampoMitad{
	width: calc( 50% - 10px);
}
	
	.tweet{
	width: calc( 50% - 40px );
	margin: 20px;
}
	
	.noticiaSeccion{
	width: calc( 45% - 30px );
	margin: 0 auto;
	/*margin: 15px;*/
	
	
	
	 display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

	
	
.servicio{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

.infoServicio{
	width: calc( 70% - 60px );
	padding-left: 30px;
	padding-right: 30px;
}

.contenedorFotoServicio{
	width: calc( 30% - 30px );
	max-width: 260px;
}
	
.fotoServicio{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	
}

.fotoServicio:after{
	content: '';
    display: block;
	margin-top: 100%;
}

	

}


@media (min-width: 1300px){

	.noticiaSeccion{
	width: calc( 45% - 30px );
	margin: 0 auto;
		
	/*margin: 15px;*/
	
	
	
	 display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: center; /* Safari */
 	 justify-content:         center;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}
	
.slideNoticiasIn{
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
  
    -webkit-align-items: stretch; /* Safari */
 	align-items:         stretch;
}
	
	
	
.servicio{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
 	 justify-content:         space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	
}

.infoServicio{
	width: calc( 70% - 60px );
	padding-left: 30px;
	padding-right: 30px;
}

.contenedorFotoServicio{
	width: calc( 30% - 30px );
	max-width: 260px;
}
	
.fotoServicio{
	width: 100%;
	display:inline-block;
	overflow:hidden;
	position: relative;
	
}

.fotoServicio:after{
	content: '';
    display: block;
	margin-top: 100%;
}


	
}
