#wrapper{
/*	width:960px;
	margin:0 auto;
	border: 1px solid red;
	height:500px;
*/
	background-color:wheat;
	/**opacity:0.4;**/
}
body{
	background-image:url(../imagenes/background-madera.jpg);
}
h1 { 
	font-family: 'Damion', arial, serif; 
	font-size:27px; 
	padding-left:2px; 
	text-align:center; 
	color:#000; 
	margin-bottom:0;
	text-shadow: 1px 0 11px white;
	font-weight:normal;
}
h2 { 
	font-family: 'Damion', arial, serif; 
	font-size:37px; 
	padding-left:2px; 
	text-align:center; 
	color:#000; 
	margin-bottom:0;
	text-shadow: 1px 0 11px white;
} 
#cabecera {
	background-image:url(../imagenes/cabecera_recetas.png);
	height:115px;
	margin-bottom:20px;
	margin-top:10px;
	cursor:pointer;

	/**opacity:100 !important;**/
}
p {
	color:#000;
}
a {
	color:#000 !important;
	text-decoration:none;
}
a:link {
	color:#fff;
}
a:hover {
	color:#000;
	text-decoration:none;
}
link {
	color:white;
}
.grid_3 {
	background-image:url(../imagenes/bg_grib.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:200px;
}

.separador {
	height:20px;
}

.footer {
	height:158px;
	background-image:url(../imagenes/footer2.png);
	/**background-color:#9F0;**/
	background-repeat:no-repeat;
	background-position:center top;
	height:159px;
}
.footerinicio {
	height:115px;
	background-image:url(../imagenes/footer_inicio.png);
	/**background-color:#9F0;**/
	background-repeat:no-repeat;
	background-position:center top;
	height:139px;
	cursor:pointer;
	
}
.inpulsa {
	height:115px;
	background-image:url(../imagenes/footerinpulsa.png);
	/**background-color:#9F0;**/
	background-repeat:no-repeat;
	background-position:center top;
	height:139px;
	cursor:pointer;
}
.padding {
    margin-right: 10px;
    margin-top: 84px;
    padding-bottom: 0;
}
/**RECETAS**/

.recetas {
	margin:0 auto;
	width:186px;
	height:152px;
	margin-top:-5px;
	cursor:pointer;
}

.recetas img {
	opacity:0.8;
}

.recetas img:hover {
	opacity:1;	
}
