html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #c61116; text-decoration: none;}
a:hover {color: #666;text-decoration: none;}

body {
	background: #c8c2a0;	
	color: #444;
	font: normal 62.5% Arial, Verdana, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em Arial, Verdana, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

ul { margin-left:15px; }

a img {
	border: 0;
}

a.peq { font-size:10px; }

img.absmiddle {
	vertical-align:middle;
}

.peq { font:normal 11px Arial, Verdana, sans-serif; }

.clearer {
clear: both;
}

.separador_peq {
margin-top:5px;
}

separador_peq_clear {
margin-top:5px;
clear: both;
}

.left {float: left;}

.right {float: right;}

.center { text-align:center;  }

.container {
	background: #fffddf;
	font-size: 1.2em;
	margin: 0 auto;
	margin-top:50px;
	width: 972px;
}

/*
MENU STYLES:
*/
#menu {
width: 126px;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-bottom:1px solid #fffddf;
margin: 0;
padding: 2px 3px;
}

#menu a {
padding-left:25px;
color: #87807d;
background: #382b26;
text-decoration: none;
}

#menu a:hover {
color: #eae7d3;
background: #382b26;
}

#menu li {
z-index:10;
position: relative;
}

#menu ul ul ul {
z-index:11;
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#menu ul ul ul a{ background: #e0ad12; color:#efd688 }
#menu ul ul ul a:hover{ background: #e0ad12; color:#382b26 }

#menu ul ul ul ul a{ background: #efd688; color:#87807d }
#menu ul ul ul ul a:hover { background: #efd688; color:#382b26 }

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


.div_izda { 
 float: left; 
 background: #fffddf;
 }

.div_derecha { 
float: left; width:835px; 
left:400px;
 }
 
/* SCROLLER */ 
 #scroller {
	height:280px;
	width:385px;
}

#scroller #content {
	float:left;
	height:280px;
	overflow:hidden;
	width:365px;
}

#scroller #scrollarea {
	cursor:pointer;
	margin-top:253px;
	margin-left:5px;
	float:left;
	height:22px;
	width:14px;
	
}

#scroller #scrollForward {
	background-image:url(img/abajo.gif);
	height:11px;
	margin:0px;
	width:14px;
}
#scroller #scrollBack {
	background-image:url(img/arriba.gif);
	height:11px;
	margin:0px;
	width:14px;
}
#scroller #scrollBarContainer {
	height:1px;
	margin:0px;
}

/*----------ends scroller------------*/
.red {color:#FF0000;}
 
.foto_contenidos { position: absolute;  z-index:0}

.titulo_prin_1 {
color:#382b26; 
padding: 5px 15px 0 0;
font: bold 22px Arial, Verdana, sans-serif;
}

.contenido_confoto {
	padding: 50px 10px 0 400px; 
  width:400px;
}

.contenido {
	margin: 50px 10px 0 80px; 
  width:690px;
}

.recetas_columna { width:300px; float:left; margin-right:30px;  }
.productos_columna1 { width:165px;float:left; }
.productos_columna2 { width:165px;margin-left:20px;float:left; }

.titulo_noticia_listado { font-size:14px; color:#382b26; }
.tdtitulo { background-color:#e0ad12; height:20px; line-height:20px;padding-left:5px; font-weight:bold; }
.tdcontenido {padding-top:5px; padding-bottom:5px; padding-left:5px;  }

.footer {
  clear:both;
  margin-top:5px;
  font-weight:bold;
  text-align:center;
}

.formulario {padding:0; overflow:hidden;}
.formulario label
{ 
	display: block;  
	text-align:right;
	float:left;
	color: #333;
	width:100px;
	padding-right: 5px; 
	padding-top: 5px; 
	font-weight: bold;
}
.formulario input, .formulario select, .formulario textarea {
  border:1px solid #999; 
  font: 10px Verdana, Helvetica, Sans-Serif;
	margin:5px 0 0 0px; 
	width:300px;
}




