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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:#E9DEB5;
	background-image: url(../img/bkgd_body.gif);
	background-repeat: repeat;	
}

h1 {
	font-size: 24px;
}

h2 {
	font-size:16px;
}

a {
	text-decoration:none;
	color:#503821;
}
a:hover {
	border-bottom:2px solid #FC0;
}

h1,h2, h3, p {
	color:#503821;
}

#container {
	margin: 0 auto;
	width: 955px;
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #F0F4F3;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 390px;
	position: relative;
}

#header .no {
	display:none;
}

#header h2,h1 {
	position: relative;
	top: 56px;
	left: 600px;
	width:300px;
	text-align: center;
	/*display: block;*/
	margin-bottom: 15px;
}

#header #menu {
	float: left;
	position: absolute;
	left: 498px;
	top: 350px;
}

#header #menu li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
	list-style-type: none;
	padding-top: 20px;
	background-image: url(../img/flor.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#container #contents {
	overflow: auto;
	margin: 30px 10px 30px 10px;
}

#contents .productos {
	width: 210px;
	float: left;
	padding-left: 10px;
}

#contents .productos h2 {
	margin-bottom: 20px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #503821;
}

#contents .productos  li {
	overflow: auto;
}

#contents .productos a img {
	float: left;
}

#panespecial li {
	margin-bottom: 45px;
}

#pastahojaldre li {
	margin-bottom: 45px;
}

#slogan {
	background-image: url(../img/flor_slogan.gif);
	background-repeat: no-repeat;
	height: 246px;
	width: 250px;
}

#slogan p {
	width: 200px;
	text-align: center;
	font-size: 16px;
	color: #503821;
	padding-top: 35px;
	padding-left: 30px;
}

#footer {
	clear: both;
	background-image: url(../img/footer.gif);
	height: 33px;
}
