@charset "utf-8";
/* CSS Document */

@import url(https://www.dafont.com/es/hello-avocado-2.font);
@import url(https://www.dafont.com/es/social-district.font);

*{
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	background-color: #2A2A2A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 100;
}


nav{
	width: 100%;
	height: 60px;
	background-color: #0F0F0F;
	padding-top: 8px;
}

nav ul{
	list-style: none;
	
}

nav li{
	display:inline-block;
	margin-right: 30px;
	margin-top: 10px;
	line-height: 30px;
	float: right;
}


nav a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}


nav a:hover{
	color: #D44800;
}			

#imagen_logo{
	width: 260px;
	height: 260px;
	position: absolute;
	padding-left: 130px;
	padding-top: 20px;
}

section#contenido{
	width: 100%;
    height: 100px;
}

div#productos{
	margin-top: 45px;
	margin-bottom:55px;	
}

div#productos h1{
	color: #FFFFFF;
	font-size: 40px;
	margin-left: 10px;
	float: center;
	font-weight: 200;
	position: absolute;
	text-align: center;
	width: 600px;
	height: 400px;
	top: 850px;
	left: 280px;
}


#direccion h4{
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}
#direccion h3{
	font-size: 18px;
	color:  #FFFFFF;
	padding-top: 15px;
	padding-left: 30px;
	
}
#direccion{
	float: left;
	margin-left: 70px;
}


#facebook{
	width: 25px;
	height: 25px;
	margin-top: 65px;
	margin-left: 20px;
	padding-left: 250px;
	background-repeat: no-repeat;
	float: right;
	background-image: url("../img/Fotos medidas.png");
}
#facebook:hover{
	background-image: url("../img/Fotos medidas1.png")
}
#facebook a{
	width: 150px;
	height:38px;
	margin-top: 5px;
	margin-right: 90px;
	float: right;
	color: white;
	font-size: 12px;
}
#facebook a:hover{
	color: #C04D00;
}
	
#correo{ 
	width: 50px;
	height: 38px;
	margin-right: 200px;
	padding-left: 30px;
	margin-top: 70px;
	background-repeat: no-repeat;
	float: right;
	background-image: url("../img/Fotos medidas correo.png");
}
#correo:hover{
	background-image: url("../img/Fotos medidas correo1.png");
} 
#correo a{
	width: 50px;
	height: 38px;
	margin-right: 90px;
	position: absolute;
	padding-left: 5px;
	margin-top: 1px;
	float: right;
	color: white;
	font-size: 12px;
}
#correo a:hover{
	color: #C04D00;
}

footer{
	width: 100%;
	height: 180px;
	background-color: #000000;
}
	
div#centrar_header,div#centrar_nav,div#centrar_contenido,div#centrar_footer{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer{}