@import url("https://fonts.googleapis.com/css?family=Oswald:400,300,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,700,300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,600,800,700,300");

.contenedor {
    width: 98%;
    margin: auto;
}

h1 {
    float: left;
}

header .contenedor {
    display: table;
}

section {
	width:100%;
	margin-bottom:25px;
}
/* ------------------------------------ PIE  ------------------------------------------------------------------------------------*/

footer .contenedor {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
    width:100%;
    max-width:100%;
	}
  
footer .contenedor .Resto h2 {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 900;
}


.contenedor h2 {
	font-size: 1.2em;
  	font-weight: normal;
	font-family: 'Open Sans','Helvetica Neue', Arial,sans-serif;
    text-align:center;
    color: #fff;  
	padding:10px;
}


.Redes {
	width:100%;
    background-color: #5e5e5e;
    text-align: center;
    padding-bottom:25px;

}

.Redes a {
	text-decoration:none;
	vertical-align:middle;
}

.Redes img {
	max-width:90%;
	padding-left:10px;
}

.Apps {
	width:100%;  
    text-align: center;
    padding-top:5px;
 	background-color: #7a7a7a;    
}

.Apps a {
	text-decoration:none;
	vertical-align:middle;
}

.Apps ul {
	list-style:none;
	margin-left:5%;
}

.Apps ul li {
	display:inline-block;
	text-align:center;
	margin-right:4em	
	}

.Apps ul li a {
	font-family: 'Open Sans','Helvetica Neue', Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	}
	
	
.Apps ul li a:hover {
	text-decoration:underline;
	}


.Resto {
	width:100%;  
    background-color: #ababab;
    /*padding-top:15px;
    padding-bottom:15px;   */
}

.Resto ul {
	list-style:none;
	font-family: 'Open Sans','Helvetica Neue', Arial,sans-serif;
	font-size:0.9em;		
}

.Resto ul li {
	/* display:inline-block;*/
	margin-right:6%;
	margin-top:0;

	}
	


.Resto ul li a {
	color:#000;
	text-decoration:none;

	}
	
.Resto ul li a:hover {
	text-decoration:underline;
	}	
	
.Resto ul li p {
	margin-top:-10px;
	}


.PieRenfe {
	width:100%;  
  background-color: #8a0072;
	overflow:hidden;
	display:flex; 
}

.contenedor .Resto h2 {
text-align:left;
padding-left:14%;
color:#8a0072;
}

footer .contenedor .Resto h2 {
    padding-bottom: 0px;
}


.PieRenfe h2 {
	font-size:0.7em;
	font-family: 'Open Sans','Helvetica Neue', Arial,sans-serif;
  line-height: 40px;
	color:#fff; 
}

.contenedor .PieRenfe h2 {
	margin-left: 20px;
}

.PieRenfe .logos {
	width: 65%;
	position: relative;
	float:right;
	padding:15px 0;
	text-align:right;
}	

footer .contenedor .Apps ul li a p {
    font-size: 1em;
}		

@media (min-width: 1024px) { 

footer .contenedor {
	width:950px;
	flex-wrap:wrap;
	justify-content:center;
	} 
	
 
 .Resto article {
	 display:inline-table;
	 width:24%;
	 margin-left:0;
	}
	
 .Resto article ul {
	 padding-left:15%;  
	}	

}
@media  (min-width: 400px) and (max-width: 1023px){ 

footer .contenedor .Resto article h2{
  padding-left: 5%;
}

}   