body {
	margin: 0;
	margin: auto;
	font-family: arial;
}

a {
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

img {
	border: 0;
}
		
#cabecera {
	width: 100%;
	background: #F7E189;
	background-image: url(../images/cab-back.gif);
}

#cab-borde {
	width: 900px;
	height: 120px;
	position: relative;
	margin: auto;
}

#borde-top {
	width: 700px; 
	height: 33px;
	position: relative;
	margin: auto;
	text-align: center;
	background-image: url(../images/sup-cen.gif);
	float: left;
}

#creditos {
	width: 100%;
	background: #B5C4DF;
	border-top: 2px solid black;
	text-align: center;
	margin-top: 10px;
}

#cuadro {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 3px;
	background: #FFFBCF;
}

#cuerpo {
	border-right: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	background: #fffde5;
	width: 680px;
	position: relative;
	padding: 5px;
}

#detalles {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 3px;
	background: #FFFBCF;
}

#pie {
	width: 700px; 
	position: relative;
	height: 13px; 
	background-image: url(../images/sub-cen.gif);
}

#tpl-arriba {
	position: absolute;
	bottom: 0px;
	width: 890px;
	margin: auto;

}

#tpl-centro {
	width: 890px;
	margin: auto;
}

.menu, .menutop {
	width: 180px;
	margin-right: 5px;
}

.menu {
	width: 178px;
	border: 1px solid #8f8f8f;
	border-top: 0;
	background: #fffde5;
	float: left;
}

.menutop {
	height: 32px; /* Se le restan los pixeles del borde */
	width: 178px;
	border: 1px solid #8f8f8f;
	border-bottom: 0;
	background: #FBECA2;
	margin-left: 5px;
	margin-right: 0;
	text-align: center;
	font-size: 20px;
	float: left;
}

* html .menutop { /* Hack IE */
	margin-left: 2px;
	padding-left: 1px;
}

.nav {
	margin: 2px;
	padding: 0;
}

.nav li {
	width: 170px;
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 3px;
}

.nav li a {
	display: block;
	padding: 1px 1px 1px 15px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}

.nav li a:hover {
	padding-left: 15px;
	background: url(../images/flechica.gif) no-repeat left;
}

.paginas {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: white;
	width: 100%;
}

.row-receta {
	  font-size: 12px;
	  background: transparent url(../images/listado.gif) no-repeat top left;
 	  padding-left: 30px;
	  height: 35px;
	  border-bottom: 1px solid #CCCCCC;
	  overflow: hidden;
}

.vegetariana {
	text-align: center;
	color: #365F29;
	font-weight: bolder;
}


  .word {
  	font-family: Verdana, Tahoma, Arial;
  	padding: 4px 4px 4px 4px;
  	letter-spacing: 3px;
  	text-decoration: none;
  	font-weight: normal;
  }
  .size9 {
  	color: #000;
  	font-size: 26px;
  }
  .size8 {
  	color: #111;
  	font-size: 24px;
  }
  .size7 {
  	color: #222;
  	font-size: 22px;
  }
  .size6 {
  	color: #333;
  	font-size: 20px;
  }
  .size5 {
  	color: #444;
  	font-size: 18px;
  }
  .size4 {
  	color: #555;
  	font-size: 16px;
  }
  .size3 {
  	color: #666;
  	font-size: 14px;
  }
  .size2 {
  	color: #777;
  	font-size: 12px;
  }
  .size1 {
  	color: #888;
  	font-size: 8px;
  }
  .size0 {
  	color: #999;
  	font-size: 6px;
  }
