/* CSS Document */

/*----------------------------------------------- LAYOUT -----------------------------------------------*/
html, body {
	 /*height:100%;   */
     margin:0px; 
	 background-color:#B90025; 
}  
body {  
     position:relative;  
	 background-color:#B90025;
	 background:#D9DCE0 url(../imgs/bkgMain.png) repeat-x;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	 color:#6A121E;
}

#main {
	 background:#F8AD4D url(../imgs/bkgSpoon2.jpg) no-repeat left top;
     width:968px;
	 height:595px;    
	 padding:0px;
	 border:#F5A410 solid 5px;
	 margin-top:0px;
}
#contacto {
	margin-top:20px;
	margin-right:20px;
}
#menu {
	margin-top:60px;
	margin-bottom:0px;
}
#contenido {
	margin-top:0px;
	width:968px;
}
#footer {
	position:absolute;
	z-index:1;
	bottom:18px;
	width:968px;
	height:95px;
	background:url(../imgs/footer_pleca.png) no-repeat;
}
#legal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#F7B318;
	width:968px;
	margin-top:3px;
}
#izq {
	width:490px;
	height:384px;
	background:#FDD6A8 url(../imgs/bkgIzq.png) no-repeat;
	float:left;
}
#der {
	width:478px;
	height:384px;
	background:#FFECD6;
	float:right;
}
#der img {
	width:478px;
	height:384px;
}

/*----------------------------------------------- LAYOUT INICIO -----------------------------------------------*/
#izqIn {
	width:492px;
	height:302px;
	background:url(../imgs/bkgInicio.png) repeat-x;
	float:left;
	margin-top:15px;
}
#imageIn {
	float:left;
	margin-top:10px;
	margin-right:20px;
	padding-left:15px;
}
#infoIn {
	float:right;
	width:200px;
	margin-top:30px;
	padding-right:10px;
}
#derIn {
	width:476px;
	height:302px;
	background:#FFECD6;
	float:right;
	margin-top:15px;
}
#derIn img {
	width:476px;
	height:302px;
}

/*----------------------------------------------- LAYOUT BETTY -----------------------------------------------*/
.info1 {
	width:407px;
	height:227px;
	margin-left:35px;
	margin-top:40px;
}

/*----------------------------------------------- LAYOUT PRODUCTOS -----------------------------------------------*/
.infop {
	width:417px;
	height:295px;
	margin-left:35px;
	margin-top:20px;
}

/*----------------------------------------------- LAYOUT RECETAS -----------------------------------------------*/
.infor {
	width:424px;
	height:305px;
	margin-left:30px;
	margin-top:15px;
	background:url(../imgs/bkgRecetario.jpg) no-repeat;
}
.inforframe {
	height:65px;
}
#derR {
	width:478px;
	height:384px;
	background:#FCD5A7 url(../imgs/bkgRecetas.png) no-repeat;
	float:right;
}
#recetario {
	padding-left:20px;
	margin-top:175px;
}

/*----------------------------------------------- LAYOUT TIPS -----------------------------------------------*/
.infot {
	width:424px;
	height:283px;
	margin-left:30px;
	margin-top:15px;
	background:url(../imgs/bkgTips.png) no-repeat;
}
.infotframe {
	height:85px;
}

/*----------------------------------------------- FORMATO -----------------------------------------------*/
alt {display:none;}

img {border:0px;}

.titulo {font-size:1.5em; font-family:Geneva, Arial, Helvetica, sans-serif;}
.stitulo {font-size:1.3em; font-family:Geneva, Arial, Helvetica, sans-serif; color:#E31836;}
.contenido {font-size:0.9em; font-family:Arial, Helvetica, sans-serif; color:#000000;}

/*----------------------------------------------- MENUS -----------------------------------------------*/

/* menu home */
ul#m {  
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#m li {
	padding:0px;
	margin:0px;
	float:left;
}
ul#m li a {
	text-decoration:none;
}
ul#m li a:hover {
	text-decoration:none;
}

/* menu footer */
.mf {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F7B318;
}
a.mf {
	color:#F7B318;
	text-decoration:none;
}
a:hover.mf {
	color:#520A0F;
	text-decoration:none;
}

/* liga continuar */
.lc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A02039;
	display:block;
	width:100px;
	background:url(../imgs/flecha.png) no-repeat left center;
	padding-left:10px;
}
a.lc {
	color:#A02039;
	font-style:oblique;
	text-decoration:none;
}
a:hover.lc {
	color:#F7B318;
	text-decoration:none;
}