@import url('normalize.css');
/* General Demo Style */
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #f5fff9;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a{
	color: #555;
	text-decoration: none;
}

#barra{
	padding: 1%;
	height: 130px;
	background-position: center;
	background-color: #fff;
	text-align: justify;
	
}

#imagen{
	
	float: left;
}
#convenience {
	width: 80%;
	height:50px;
	margin-top:0%;
	margin-bottom: 1%;
	font-family: 'Roboto Light', sans-serif;
	color: #282828;
	font-size: 3em;
	text-align: center;
}

#dulces {
	width: 80%;
	margin-top:0%;
	font-family: 'Roboto Light', sans-serif;
	font-size: 2em;
	text-align: center;
}
nav {
position : absolute;
left : 0;
width : 100%;
color:#000 ;
box-shadow: 0px 0px 1px 0px #504842;
}
nav ul {
padding-left: 15%;
margin : 0 auto;
width : 100%;
list-style : none;
}
nav ul li {
float : left;
}
nav ul li a {
display : block;
margin-right: 20px;
width : 191.24px;
font-size : 16px;
line-height : 170%;
text-align : center;
text-decoration : none;
color : #000;
}
nav ul li a:hover {
color :#f0e5d1;
background:#	;
}
nav ul li.selected a {
color : #fff;
}