@import url(taeq.css);

/*=========================*/
/*=SECCION RECETAS*/
/*=========================*/

#recetas {
	background-image: url(../img/fondo_alt.png);
}

#intro {
	overflow: hidden;
	width: 100%;
}

#intro div {
	display: inline;
	float: left;
	width: 435px;
	margin: 0 15px;
}

#intro p {
	padding: 0 60px;
	line-height: 130%;
}

#indice {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

.enlace {
	display: inline;
	float: left;
	width: 225px;
	margin: 0 3px 15px 4px;
}

.enlace img {
	width: 225px;
	height: 150px;
	display: inline;
}

.enlace h4 {
	text-align: center;
}

.enlace h4 a {
	display: block;
	width: 100%;
	height: 30px;
	padding: 4px 0;
	border-bottom: 3px solid #005888;
	text-decoration: none;
	line-height: 1em;
	background: #E0EAF0;
}

.enlace h4 a:hover, .enlace h4 a.indhover {
	background: #005888;
	color: #FFF;
}

/*=========================*/
/*RECETAS - Preparación*/
/*=========================*/

#titulo {
	overflow: hidden;
	width: 100%;
}

#titulo span {
	display: block;
	float: left;
	width: 320px;
	padding-left: 10px;
}

#titulo span a {
	padding-left: 10px;
	background: url(../img/bind.gif) 0 50% no-repeat;
}

#titulo h3 {
	display: inline;
	float: left;
	width: 420px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
}

#foto {
	display: inline;
	float: left;
	width: 315px;
}

#foto p {
	margin-bottom: 10px;
	font-size: 8pt;
	color: #09C;
}

#foto a {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#foto a img {
	float: left;
}

#contenido {
	display: inline;
	float: left;
	width: 410px;
	padding-right: 15px;
	/*border-right: 1px solid #B5BF00;*/
	margin-left: 15px;
	line-height: 130%;
}

#contenido dt, #contenido h4 {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dotted #BCDCC3;
	font-size: 14pt;
	font-weight: normal;
	color: #39892F;
}

#contenido dd {
	padding: 2px 0 2px 11px;
	background: url(../img/bull.gif) 0 6px no-repeat;
}

#contenido p {
	margin-bottom: 1em;
}

#complemento {
	display: inline;
	float: right;
	width: 150px;
	padding-left: 10px;
	border-left: 1px solid #B5BF00;
}

.prod {
	width: 150px;
	margin-bottom: 10px;
}

.prod img {
	width: 150px;
	height: 150px;
}

.prod h4 {
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #DDD;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color: #333;
}

.prod h5 {
	margin-top: 3px;
	padding-top: 3px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

.prod a {
	display: block;
	width: 140px;
	margin: 5px auto 0 auto;
	padding: 3px 0;
	text-align: center; 
	text-decoration: none;
	background: #E0EAF0;
}

.prod a:hover, .prod a.prodhover {
	background: #005888;
	color: #FFF;
}

#navint {
	clear: both;
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

#ant, #sig {
	display: inline;
	width: 50%;
	font-size: 9pt;
}

#ant {
	float: left;
}

#ant a {
	padding-left: 8px;
	background: url(../img/bant.gif) 0 50% no-repeat
}

#sig {
	float: right;
	text-align: right;
}

#sig a {
	padding-right: 8px;
	background: url(../img/bsig.gif) 100% 50% no-repeat
}

