
/******************** Sueños ********************/

div.fondo {
	background: url("../images/fondo_suenios.jpg") repeat-y top left;
	overflow: hidden;
	position: relative;
}

p.solicita_interpretacion {
	margin: 20px 0 20px 20px;
}

form.buscador_suenios {
	background: url("../images/fondo_buscador_recetas.png") repeat-x top left;
	height: 28px;
	width: 457px;
	padding-left: 20px;
	padding-top: 6px;
	margin-top: 30px;
}
form.buscador_suenios input {
	width: 290px;
	font-size: 14px;
	margin-right: 20px;
}
form.buscador_suenios input.boton {
	border: 0;
	background: none;
	color: #FFF;
	width: 135px;
	font-size: 12px;
	margin: 0;
}

.resultado_buscador h3 {
	height: 29px;
	margin-left: 20px;
	margin-top: 20px;
}
.resultado_buscador p {
	text-align: right;
	width: 478px;
	font-size: 12px;
	margin-top: -16px;
}
.resultado_buscador p span {
	border: 1px solid #364564;
	background-color: #0F295C;
	padding: 0 10px;
}
.resultado_buscador div {
	background: url("../images/barra_fondo.png") repeat-x #0F295C;
	border: 1px solid #364564;
	width: 426px;
	margin-left: 20px;
	padding: 15px;
}
.resultado_buscador table {
	border-collapse: collapse;
	font-size: 12px;
	width: 425px;
}
.resultado_buscador table th {
	font-weight: normal;
}
.resultado_buscador table thead th {
	border-bottom: 1px solid #AEB6C8;
	padding: 0 5px 5px;
}
.resultado_buscador table tbody th {
	background-color: #8694AE;
	color: #271808;
	border: 1px solid #AEB6C8;
	padding: 6px 9px;
}
.resultado_buscador table tbody tr:hover {
	background-color: #8694AE;
}
.resultado_buscador table tbody tr:hover td.video {
	background-color: #97A4C7;
}
.resultado_buscador table td {
	border-bottom: 1px solid #42567E;
	padding: 0 5px;
}
.resultado_buscador table td.video {
	background-color: #2E498E;
}
.resultado_buscador table td img {
	vertical-align: middle;
	margin-left: 3px;
}
.resultado_buscador table td p {
	width: 200px;
	text-align: left;
	margin-top: 0px;
}

.paginador {
	margin-left: 90px;
	margin-top: 20px;
}

div.fondo_rappel {
	width: 450px;
	height: 251px;
	margin-left: 20px;
	position: relative;
	background: url("../images/rappel_negro.jpg") no-repeat top left;
}
div.fondo_rappel div {
	width: 240px;
	height: 150px;
	overflow: auto;
	position: absolute;
	top: 85px;
	left: 25px;
	font-size: 12px;
}
