@import url('reset.css');
@import url('fuentes.css');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {vertical-align: middle;}

@media screen and (max-width: 700px){
	#contenedor{
		width: 100%;
		font-size:50%;
	}
	
	#contenedor_img{
		width: 40%;
	}

	#logo{
		width: 300px;
	}
}

@media screen and (max-width: 500px){
	#contenedor{
		width: 100%;
		font-size: 30%;
	}
	
	#contenedor_img{
		width: 40%;
	}

	#logo{
		width: 300px;
	}
}

/* ----------------------------------------- BODY - CONTENEDOR ----------------------------------------- */

#mapa{
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

#mapa iframe{
	border: 1px solid black;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}   


#fondo-de-pagina {
	width:100%;
	height: 100%;
	float:left;
	padding:20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#facebook{
	align-content: center;
	vertical-align: middle;


}

/* ----------------------------------------- FOOTER - FONDO ----------------------------------------- */
footer {
	width:100%;
	height: 100%;
	float:left;
	background:  #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,    #45484d 0%, #e4e0e0 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#e4e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#e4e0e0 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #45484d 0%,#e4e0e0 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #45484d 0%,#e4e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#e4e0e0 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #7d7e7d', endColorstr='#e4e0e0',GradientType=0 ); /* IE6-9 */
	/*box-shadow:0px 3px 5px #000;
		/*-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;*/
}

/* ----------------------------------------- HEADER - FONDO ----------------------------------------- */
header {
	width:100%;
	height: 100%;
	float:left;
	
	background:  #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,    #45484d 100%, #e4e0e0 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#e4e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#e4e0e0 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #45484d 0%,#e4e0e0 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #45484d 0%,#e4e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#e4e0e0 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #7d7e7d', endColorstr='#e4e0e0',GradientType=0 ); /* IE6-9 */
	/*box-shadow:0px 3px 5px #000;
		/*-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;*/
}

header a {
	text-decoration: none;
	color:#fff;
}
 
header a:hover {
	text-decoration:underline;
}
/* ----------------------------------------- HEADER - IMAGEN ----------------------------------------- */
#logotipo {
	float:left;
	width:200px;
	padding: 0px 0px;
}
  
/* ----------------------------------------- HEADER - INTEMS DEL MENU ----------------------------------------- */
header nav {
	float:left;
	width: 100%;
	padding: 10px 10px;
	text-align:right;
}
 
header nav ul li {
	display:inline;
	font-family:sourcesans;
}
 
header nav ul li a {
	color:#000;
	font-size:15px;
	padding:10px;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
}
 
header nav ul li a:hover {
	color:#fff;
	font-size:15px;
	background:#1798af;
	text-decoration:none;
}



	/* para 700px o menos 
	@media screen and (max-width:700px) {
		aside,section {
			float:none;
			width:96%;
		}
		nav, section {
			font-size:1.2em;
		}
		aside {
			margin-top:5px;
		}
		nav ul {
			float:none;
			clear:both;
		}
	}
 
	/* para 480px o menos 
	
	@media screen and (max-width:480px) {
		aside {
			display:none;
		}
		nav, section {
			font-size:1.5em;
		}
		section {
			width:94%;
		}
		nav ul {
			float:left;
			clear:none;
			width:50%;
		}
		nav ul li {
			float:none;
		}
	}

	*/




