/*ESTILOS GENERALES*/
*{
	padding: 0;
	margin: 0;
}

body{
	background: url("../imagenes/img_jpinosilva.jpg");
	background-position: center;
}

a{
	text-decoration: none;
}

ul{
	font-style: none;
}


/*HEADER*/
header div a{
	width: 100%;
	padding: 10px;
	font-family: 'Lobster', cursive;
	color: white;
	display: block;
	transition: 0.3s;
	background: rgba(20,69,72,.7);
	box-shadow: 0px 2px #04234d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}

header div a:hover{
	color:  #6ce761;
	transition: 0.3s;
}

header div span{
	margin-right: 5px;
}


/*WRAPP*/
#wrapp ul li a{
	width: 100%;
	padding: 35px;
	color: black;
	display: block;
	font-family: 'Handlee', cursive;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-shadow: 0px 3px #04234d;
	transition: .5s;
}


#wrapp ul li a:hover{
	background:  rgba(38,146,28,0.4);
	transition: .5s;
}