body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCC00;
	background-image: url(imagenes/bg-receta.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC00FF;
}
a:visited {
	font-weight: bold;
	color: #CF0F6A;
	text-decoration: none;
}
.buscador {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 80px;
	border: 2px solid #F99F3E;
	background-image: url(imagenes/bg_buscador.gif);
}
.728x15 {
	background-color: #FFFFFF;
	padding: 5px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 2px solid #549CC4;
	margin-top: 5px;
}
.izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

