*{padding:0 ;margin: 0 auto;box-sizing: border-box;}
header{background: #34495e;}
.acceso{
	background: #2980b9;
	width: 100%;
	display: flex;
	align-items: center;
	/*margin-right: 50px;
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;*/
}
div.mail{
	background: #2980b9;
	display: flex;
	flex-wrap: wrap;
	
}
.mail a{
	/*margin-right: 0px;*/
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
.mail a:hover{
	background: #34495e;
	border-radius: 10px;
}

div.flex-login a{
	margin-right: 150px;
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
.flex-login a:hover{
	background: #34495e;
	border-radius: 5px;
}

a:focus {
	outline:0px;
}
nav a.active {
	background: #bdc3c7;
	border-radius: 7px 0px  7px 0px;
}
nav a:hover{
	/*background: #e74c3c;*/
	border-bottom: 2px solid #e74c3c;
	/*border-radius: 7px 0px  7px 0px;*/
}
.cabecera{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
	
nav{margin-right: 30px}
.logo{margin-left: 10px}
nav a{
	color: #fff;
	text-decoration:none;
	padding: 10px;
}
h1, h2, h3, h4, h5, p, address{
	color: #ffffff;
}


body{
	background: #95a5a6;
	font-family: 'Roboto', sans-serif;
	
}
footer{
	margin-top: 50px;
}

footer ul{
	list-style: none;
	margin: 10px auto;
	padding-left: 10px;
}
footer a{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
footer a:hover{
	color: #2980b9;
	text-decoration: line-through;
}
.flex-group{
	background: #34495e;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.flex-pf{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-flow: column wrap;
	flex-wrap: wrap;
}

.flex-f{
	padding: 0px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.flex-f h5{
	border-bottom: 2px solid #d2d2d2; 
}
.flex-bottom{
	background: #01060c;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
/*Dispositivos moviles*/
@media (max-width:1024px){
}

@media (max-width:900px){
	.cabecera{
		width: 100%;
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
	}
	nav{
		margin-top: 10px;
		width: 100%;
		max-width: 900px;
		display: flex;
		flex-flow: column wrap;
		flex-wrap: wrap;
	}

}
