body{
	margin: 0;
	background-image: url(img/fondo.jpg);
    background-attachment: fixed !Important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    background-position: center;
    font-family: 'Roboto', sans-serif;
}li{
	list-style: none;
}a{
	text-decoration: none;
}
/* Menu */
	nav{
		position: fixed;
		width: 250px;
		height: 100%;
		background: rgba(0 , 26 , 56 , 0.8);
		font-family: 'Annie Use Your Telescope', cursive;
		float: left;
		box-shadow: 0px 0px 10px;
		margin-left: -195px;
		transition: 0.5s;
		z-index: 11;
	}nav:hover{
		margin: 0px !important;
	}
	nav li{
		float: left;
		margin: 0;
		padding: 5px 0px;
		border-bottom: 1px solid #012f61;
		cursor: pointer;
		width: 100%;
	}nav li:hover{
		background: #2a589b;
	}nav li:hover >a{	
	}nav li a{
		color: #fff;
		margin: 0;
		font-size: 22px;
		transition: 0.5s;
		float: left;
		margin-top:3px;
		width: 100%;
	}nav li img{
		width: 25px;
		float: right;
		padding: 3px;
		margin-right: 5px;
		border-radius: 5px;
	}nav li p{
		margin: 0;
		float: left;
		margin-left: 10px;
	}

/* Header */
	header{
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
	}#logo-centro{
		width: 350px;
		height: 100px;
		margin: auto;
	}#slogan{
		text-align: center;
		font-size: 16px;
		margin: 0;
		color: #fff;
		width: 100%;
		float: left;
		margin: 5px auto;
	}#logo{
		width: 240px;
		float: left;
	}#l10{
		width: 150px;
		float: left;
		margin-top: 12px;
		margin-left: -40px;
	}#envios{
		position: absolute;
		right: 0;
		top: 0;
		float: right;
	}#envios p{
		float: left;
		color: #fff;
		font-size: 13px;
	}#envios img{
		float: left;
		margin: 10px 10px;
	}
/* div y centro*/	
	.div{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 9;
	}#centro{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 9;
	}
/* Home */
	#home{
		top: 0;
	}#home #centro{
		position: absolute;
		height: 500px;
		width: 900px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}#caratula{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 350px;
	}.cuadro-home{
		position: absolute;
		background: #fff;
		box-shadow: -15px 15px 3px;
		border: 4px dotted #162341;
		color: #162341;
		padding: 5px 20px;
		font-size: 25px;
		font-weight: bold;
		font-family: 'Annie Use Your Telescope', cursive;
	}
	#ch1{
		top: 40px;
		left: 0;
	}#ch2{
		top: 120px;
		left: 100px;
	}#ch3{
		top: 200px;
		left: 0;
	}#ch4{
		top: 280px;
		left: 150px;
		padding: 5px 20px;
	}#ch5{
		top: 40px;
		right: 50px;
	}#ch6{
		top: 150px;
		right: 0;
	}#ch7{
		top: 280px;
		right: 100px;
	}#ch8{
		top: 380px;
		right: 0;
	}

/* Fotos */
	#fotos{
		top: 100%;
	}#fotos #centro{
		width: 1000px;
		height: 500px;
	}#fotos #centro img{
		width: 100px;
		border: 2px solid #fff;
		margin: 5px;
		border-radius: 5px;
		height: 100px;
		width: auto;
	}
/* Clientes */
	#clientes{
		top: 200%;
	}#cliente #centro{
		
	}
/* Contactenos */
	#contactenos{
		top: 300%;
	}#contactenos #centro{
		margin-top: 0px;
	}.supernova{
		background: none !important;
	}
footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 10;
}#whats-app{
	width: 360px;
	margin: auto;
	margin-top: 10px;
	height: 100px;
}#wa-numero{
	margin: 0;
	font-weight: bolder;
	font-size: 40px;
	float: left;
	font-family: arial black;
}#whats-app img{
	width: 75px;
	padding: 3px 0;
	padding-left: 18px;
	float: right;
}#wa-texto{
	float: right;
	margin: 0;
}
#contactenos-footer{
	text-align: center;
	font-size: 14px;
	font-family: arial;
	color: #ccc;
}