﻿body{
	background: url(../images/fondo.jpg) no-repeat center center;
	background-size: cover;
	font-family: 'Lexend', sans-serif !important;
}

.cintillo{
	background: black;
	color: white;
	font-size: 18px;
}

.cabecera{
	padding-top: 22px;
	padding-bottom: 22px;
}

.logotipo{
	text-align: center;
	color: #8ffefd;
	text-shadow: 2px 2px 2px black;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
}

nav{
	margin-top: 25px;
}

nav a, nav a:hover{
	text-decoration: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	width: 31.33%;
	margin: 0 1%;
	float: left;
}

.menu{
	background: black;
	width: 100%;
	text-align: center;
	color: #8ffefd;
	font-size: 22px;
}

.menu:hover, .activo{
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

.redes{
	text-align: center;
	margin: 25px 0 0 0;
}
.redes span{
	background: #ddd;
	font-size: 22px;
	padding: 8px 12px;

	border-radius: 50%;
}

.texto{
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}


.seccion{
	background: #f7f7f7;
	font-size: 22px;
	line-height: 32px;
	padding: 12px;
}

.banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	background-size: cover;
}

.seccion-amarillo{
	background:rgb(246,237,209, 0.9);
	text-align: center;
	font-size: 24px;
	padding: 13px 0;
	margin-top: 90px;
}

.imagen-seccion{
	border: 0px solid red;
	text-align: center;
}
.imagen-seccion img{
	width: 100%;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: black;
	text-shadow: 2px 2px 2px #8ffefd;
	font-weight: bold;
	margin-bottom: 20px;
}

table{
	float: left;
}

table tr td{
	text-align: center;
	font-size: 15px;
	padding: 2px !important;
}

.titulo-tabla{
	background: black;
	color: white;
}

.contenido{
	padding: 20px;
}

.imagenes{
	text-align: center;
}

footer{
	background: black;
	font-size: 19px;
	line-height: 25px;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer a{
	color: white;
}

footer strong{
	width: 100%;
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
	display: inline-block;
	margin: 0 0 20px 0;
}

.mitad{
	border: 0px solid white;
	width: 49%;
	display: inline-block;
}


@media screen and (max-width:768px){
	.cintillo{
		text-align: center;
	}
	.mitad{
		width: 100%;
	}
}