body{
	background: url("../img/fondoContacto.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.imagenContacto{
	margin: 25px;
	color: white;
}

.imagenContacto:hover{
	color: red;
}

h3{
	margin: 100px;
	font-size: 45px;
	color: #011F41;	
	margin-bottom: 30px;
}

h3:hover{
	font-size: 55px;
	transition: 1s;
	text-shadow: 3px 2px grey;
}
.linea{
	width: 25%;
	border: 4px solid red;
	box-shadow: 4px 4px yellow;
}

.principal{
	margin-top: 40px;
	width: 60%;
	box-shadow: 0px 0px 20px grey;
	border-radius: 35px;
	padding: 20px;
	margin-bottom: 30px;
}

.principal:hover{
	background: #F0FED6;
	transition: 1s;
}

.estiloSede{	
	color: white;
	font-weight: bold;
	text-shadow: 3px 4px blue;
}

.estiloSede:hover{	
	color: blue;
	font-weight: bold;
	text-shadow: 3px 4px white;	
	transition: 1s;
}

.cuerpoArriba{
	box-shadow: 0px 0px 20px grey;
	border-radius: 35px;
	text-align: left;
	display: flex;/*centrar caja verticalmente*/
   	align-items: center;/*centrar caja verticalmente*/
	border-radius: 35px;
	background: grey;
}

.sede{
	display: inline-block;
	width: 20%;
	font-size: 35px;
	text-align: center;
}

.direccion{
	padding: 20px;
	background: #655107;
	display: inline-block;
	width: 30%;
	height: 302px;
	font-size: 16px;
	color: white;
}

.dato{
	font-weight: bold;
	text-shadow: 5px 3px black;
}

.dato:hover{
	color: red;	
	transition: 1s;
}
.mapa{
	display: inline-block;
	width: 49%;
}

iframe{
	width: 102%;
	height: 294px;
	border-radius: 0px 35px 35px 0px;
}

.cuerpoAbajo{
	margin-top: 40px;
	border-radius: 35px;	
	box-shadow: 0px 0px 20px grey;
}

.tituloHorario{
	background: orange;
	border-radius: 35px 35px 0px 0px;
	background: #655107;
	font-weight: bold;
	text-shadow: 5px 3px 20px yellow;	
	color: white;
	font-size: 40px;
}

.tituloHorario:hover{
	color: blue;
	transition: 1s;
}

.horario{
	background: linear-gradient(to top left, grey, #E3D1C3, grey);
	border-radius: 0px 0px 35px 35px;
	color: red;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 2px 1px grey;	
}

