#fondo_club{
	width:100%;
	float:left;
}

/*---SLIDER INDEX---*/

#fondo_club .fondo_gris{
	margin:0;
	padding:0;
}
#portada_club{
	height:300px;
	float:left;
	width:100%;
}
	#slider_club .owl-carousel{
		z-index:0;
	}
.sl_club{
	height:300px;
	width:100%;
	float:left;
	background:#28324B;
}
	#sl_club1{
		background-image:url("imagenes/slider_club1.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	#sl_club2{
		background-image:url("imagenes/slider_club2.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}	
	#sl_club3{
		background-image:url("imagenes/slider_club3.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	#sl_club4{
		background-image:url("imagenes/slider_club4.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	#sl_club5{
		background-image:url("imagenes/slider_club5.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	#sl_club6{
		background-image:url("imagenes/slider_club6.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	#sl_club7{
		background-image:url("imagenes/slider_club7.jpg");
		background-position:center center;
		background-repeat: no-repeat;
	}
	
.lect_club{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
}
	.lect_club h4{
		font-size:24px;
		color:white;
		margin: 0;
		text-align:right;
		padding-right:100px;
		font-weight: bold;
	}
	
/*--DIRECTIVA--*/

.tit_direct{
	width:100%;
	float:left;
}
	.tit_direct h4{
		color: #28324B;
		font-size: 36px;
		margin: 30px 0;
		margin-left:30px;
	}
.p_direct{
	font-size: 24px;
    color: #FFF;
    font-weight: 600;
    margin-left: 100px;
}

/*---RECORDS---*/

.records_general{
	width:100%;
	float:left;
}
.div_record{
	width:40%;
	float:left;
	height:300px;
	margin-right:14px;
	margin-top:14px;
	margin-left:10%;
}
	.div_record:nth-of-type(2n){
		margin-right:0;
		margin-left:0;
		text-align:right;
	}
.fondo_record{
	width:100%;
	height:300px;
	position:relative;
}
	#fondo_record1{
		background-image:url("imagenes/botonFPC.jpg");
		background-position:center center;
		background-size:100% 100%;
	}
	#fondo_record2{
		background-image:url("imagenes/botonMPC.jpg");
		background-position:center center;
		background-size:100% 100%;
	}
	#fondo_record3{
		background-image:url("imagenes/botonFAL.jpg");
		background-position:center center;
		background-size:100% 100%;
	}
	#fondo_record4{
		background-image:url("imagenes/botonMAL.jpg");
		background-position:center center;
		background-size:100% 100%;
	}
.tit_record{
	width:100%;
	float:left;
	height:75px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(149, 150, 146, 0.5);
}
	.tit_record a{
		text-decoration:none;
	}
	.tit_record h4{
		margin:0;
		color:white;
		line-height:37px;
		font-size:30px;
		padding:0 30px;
	}


/*--MENU MOVIL--*/	

@media screen and (max-width:400px){

/*---SLIDER INDEX MOVIL---*/

	#sl_club1{
		background-size:100% 100%;
	}
	#sl_club2{
		background-size:100% 100%;
	}	
	#sl_club3{
		background-size:100% 100%;
	}
	#sl_club4{
		background-size:100% 100%;
	}
	#sl_club5{
		background-size:100% 100%;
	}
	#sl_club6{
		background-size:100% 100%;
	}

		.lect_club h4{
			padding-right:50px;
		}


/*--DIRECTIVA--*/

.tit_direct h4{
	font-size:32px;
	margin: 20px 0;
	margin-left:25px;
}
.p_direct{
	font-size:22px;
	margin-left:50px;
}

/*---RECORDS---*/

.div_record{
	width:90%;
	height:70px;
	margin-right:5%;
	margin-top:10px;
	margin-left:5%;
	text-align:center;
}
	.div_record:nth-of-type(2n){
		margin-right:5%;
		margin-left:5%;
		text-align:center;
	}
.fondo_record{
	width:100%;
	height:70px;
	position:relative;
}
	#fondo_record1{
		background-image:url("imagenes/botonFPC_mov.jpg");
	}
	#fondo_record2{
		background-image:url("imagenes/botonMPC_mov.jpg");
	}
	#fondo_record3{
		background-image:url("imagenes/botonFAL_mov.jpg");
	}
	#fondo_record4{
		background-image:url("imagenes/botonMAL_mov.jpg");
	}
.tit_record{
	height:18px;
	background-color:rgba(149, 150, 146, 0.6);
}
	.tit_record h4{
		line-height: 18px;
		font-size: 18px;
		width: 50%;
		float: left;
		padding:0;
	}

	
	
}