* {
	margin:0;
	padding:0;
}
html {
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#FFF;
}
.clear {
	clear:both;
	float:none;
}
div#contenedor {
	width:760px;
	height:auto;
	border:1px solid #AAA;
	margin: 40px auto 0 auto;
	background: #FFF;
}
div#encabezado {
	width:760px;
	height:24px;
	margin: 0 auto 0 auto;
	background: #FFF;
}
div#encabezado h1 {
	width:90px;
	height:90px;
	background:url(../images/logo.png) no-repeat;
	position: absolute;
	top: 80px;
}
div#encabezado h1.portada {
	margin:0 0 0 -9000px;
}
div#encabezado h1 a {
	display:block;
	width:90px;
	height:90px;
}
div#encabezado h1 a span {
	margin:0 0 0 -9000px;
}
div#contenidos {
	width:auto;
	margin: 0 auto 10px auto;
	font-size: 12px;
}
.portada {
	background:url(../images/portada_fondo.jpg) no-repeat;
	height:454px;
}
div#contenidos h2.portada {
	margin:0 0 0 -9000px;
	float: none;
	clear: both;
	border: 0;
}
.mission {
	background:#FFF url(../images/mission_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
.mision {
	background:#FFF url(../images/mision_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
.story {
	background:#FFF url(../images/story_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
.historia {
	background:#FFF url(../images/historia_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
.recipes {
	background:#FFF url(../images/recipes_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
.recetas {
	background:#FFF url(../images/recetas_fondo.png) 10px bottom no-repeat;
	padding:0 10px 0 100px;
}
div#contenidos h2 {
	font-size:14px;
	font-weight:bold;
	margin:48px 0 8px 0;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 4px 0;
}
div#contenidos h3 {
	width:100%;
	color:#F60;
}
div#contenidos h4 {
	width:100%;
}
div#contenidos ul li{
	color:#666;
}
div#contenidos ul li strong{
	color:#333333;
}
div#contenidos p {
	line-height:20px;
	margin: 0 0 8px 0;
}
div#contenidos p a:link, div#contenidos p a:active, div#contenidos p a:visited {
	color:#06C;
	text-decoration:none;
	border-bottom:1px dotted #06C;
}
div#contenidos p a:hover {
	color:#900;
	text-decoration:none;
	border-bottom:1px dotted #900;
}
div#contenidos li a:link, div#contenidos li a:active, div#contenidos li a:visited {
	color:#06C;
	text-decoration:none;
	border-bottom:1px dotted #06C;
}
div#contenidos li a:hover {
	color:#900;
	text-decoration:none;
	border-bottom:1px dotted #900;
}
div#contenidos ol, div#contenidos ul {
	margin: 0 0 0 30px;
}
div#contenidos ol li, div#contenidos ul li {
	margin: 0 0 6px 0;
}
div#producto {
	margin: 0 auto 0 100px;
	width: 659px;
	height: 300px;
	border-left: 1px dotted #CCC;
	padding: 80px 0 0 0;
	background:#FFF url(../images/productos_fondo.png) bottom repeat-x;
}
div#producto div {
	width: 320px;
	float: left;
	margin: 0;
}
div#producto div h2 {
	margin: 0 0 0 130px;
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px 0;
}
div#producto div dl {
}
div#producto div dl dt {
	display: block;
	width: 125px;
	text-align: right;
	float: left;
	margin: 0 5px 0 0;
	border-bottom: 1px dotted transparent;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
div#producto div dl dd {
	display: block;
	width: 190px;
	float: left;
	border-bottom: 1px dotted #999;
	padding: 4px 0 4px 0;
}
div#producto img {
	float: left;
	margin-left: 10px;
	width: 320px;
	border: 1px dotted #CCC;
	background: #FFF;
	padding: 2px;
}
div#footer {
	background:#CCC url(../images/footer_fondo.png) repeat-x;
	height:22px;
	width:100%;
	border-top:1px solid #999;
	text-align: center;
	padding: 4px 0 0 0;
	font-weight: bold;
	clear: both;
}
div#galeria {
	padding: 0 0 0 100px;
	background:url(../images/gallery_fondo.png) 10px bottom no-repeat;
}
div#galeria div {
	width:auto;
	float:none;
	margin: 0;
	clear: both;
	padding: 15px 0 5px 10px;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
}
div#galeria div h2 {
	font-size: 14px;
	padding: 0 0 2px 0;
}
div#galeria div h3 {
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
}
div#galeria a {
	width:75px;
	height:75px;
}
div#galeria a:link, div#galeria a:active, div#galeria a:visited {
	border: 3px solid #CCC;
	margin: 0 10px 5px 0;
	float: left;
}
div#galeria a:hover {
	border: 3px solid #660000;
}
div#galeria img {
	border:0;
	width: 75px;
	height: 75px;
}
