*{
	box-sizing: border-box;
}
body{
	font-size: 16px;
	font-family: Arial, helvetica, sans-serif;
	line-height: 1.4em;
}

/* ------------------------------------------------
Cabecera
--------------------------------------------------- */
.encabezado .contenedor{
	width: 100%;
	position: relative;
	padding-left: 5px;
}

.texto-cabecera {
	background-image: url("../images/U-Inicio.png");
}

.FinTemporada img {
	position: relative;
	width: 100%;
}

div.virus{
	/*	border-radius:5px;*/
/*	background: url(../images/CitaPrevia.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;*/
/*	border: 1px solid blue;
	margin: 20px;
	padding: 4px;*/
}


/* ------------------------------------------------
Anchura del sitio
--------------------------------------------------- */

.contenedor{
	margin: 0 auto;
	position: relative;
}

/*---------------------------------------
Bloque central  --  Fondo
---------------------------------------*/

.bloque-central .contenedor .parte-fija{
	background-image: url("../images/fondo-cuerpo.jpg");
	background-repeat: no-repeat;
}
.parte-fija img{
	overflow: hidden;
}


/*---------------------------------------
Bloque central  --  Lista de tipos
---------------------------------------*/

.insta a img{
	border-radius: 50%;

	position: fixed;
	top: 42%;
	right: 5px;
	display: block;
	margin-bottom: 4px;
	opacity: 0.8;
	display: block;

}

.contenedor nav ul li{
	list-style-type: none;
	padding: 15px;
	max-width: 375px;
	background: #f20707b3;
}

.contenedor nav ul li a{
	color: white;
	font-size: 30px;
	text-decoration: none;
	/*margin-left: 10px;*/
}

.contenedor nav ul li a:hover{
	background: #4f3ad787;
}


/*---------------------------------------
Bloque central  --  Fotos
---------------------------------------*/

.fotos{
	overflow: hidden;
	/*	text-align: center;*/
	/*	text-align: left;*/
}
.fotos img{
	box-shadow: 2px 2px #f20707b3;
	border-radius: 5px;
	/*	border: 1px solid blue;*/
	width: 350px;
	margin: 21px 21px;
	/*	margin-top: 0;*/
	opacity: 0.9;
}

.fotos img:hover{
	opacity: 1;
	box-shadow: 0 0 15px 0 #000;
	transform: scale(1.3);
}


/*------------------------------------
Botones
----------------------------------*/

footer{
	text-align: center;
	padding: 10px;
}

.botones a{
	margin-left: 100px;	
	background: #00bd41;
}

.botones a:hover{
	opacity: 0.8;
	box-shadow: 0 0 25px 0 #000;
}
