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

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

h1 {
	font-size: 24px;
}

h2 {
	font-size:16px;
}

p {
	padding:10px;
}

a {
	color:#503821;
}

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

#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;
}
#header #menu a {
	text-decoration: none;
}

#contents {
	overflow: auto;
}
#contents #recetas {
	width: 390px;
	float: left;
	margin-top: 55px;
	margin-left: 10px;
	margin-right: 30px;
}
#recetas p {
}
#recetas h3 {
	background-color: #503821;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFF;
}
#recetas img {
	margin-left: 10px;
	border: 3px double #63482E;
}
#contents #pastelero {
	background-image: url(../img/pastelero.gif);
	background-repeat: no-repeat;
	height: 485px;
	width: 355px;
	float: left;
	margin-top: 100px;
}
#contents #social {
	float: left;
	width: 150px;
	margin-top: 400px;
	font-size: 10px;
}
#social p {
	padding: 0px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 33px;
	margin-top: 40px;
	margin-bottom: 10px;
}
