@import url(taeq.css);

/*=========================*/
/*=SECCION INICIO*/
/*=========================*/

#inicio #pagina {
	background: #FFF;
}

#cuerpo {
	width: 945px;
	margin: 0;
}

#franja {
	display: inline;
	float: left;
	width: 145px;
	height:550px;
	margin-top: 25px;
	background: url(../img/bodfranja01.jpg) no-repeat;
}

#portada {
	display: inline;
	float: left;
	width: 550px;
}

#portada #imagen {
	width: 550px;
	height: 400px;
}

#portada #imagen h2 {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../img/portada.jpg) no-repeat;
}

#portada #info {
	height: 200px;
	padding: 10px;
	background: url(../img/portada_bot.png) bottom no-repeat;
}

#portada #info p {
	margin: 20px 0;
	text-align: center;
	font-size: 11pt;
	line-height: 130%;
}

#portada #info p strong {
	display: block;
	font-size: 18pt;
	font-weight: normal;
	color: inherit;
}

#complemento {
	display: inline;
	float: right;
	width: 235px;
	margin-top: 50px;
	line-height: 130%;
}

.capsula {
	margin-bottom: 20px;
}

.capsula dt {
	text-indent: -9999px;
	height:	40px;
}

.capsula dd {
	width: 223px;
	padding: 0 6px 10px;
	overflow: hidden;
	background: url(../img/capsula_bg.gif) bottom no-repeat;
}

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

.capsula_hover {
	color: #333;
	cursor: pointer;
}

#capsula_productos dt {
	background: url(../img/etiq_productos.gif) no-repeat;
}

#capsula_productos dd {
	text-align: center;
}

#capsula_recetas dt {
	background: url(../img/etiq_recetas.gif) no-repeat;
}

#btn_imc {
	display: block;
	width: 235px;
	height: 60px;
	margin-bottom: 10px;
	background: url(../img/btn_imc.png) no-repeat;
}

#btn_imc:hover {
	background-color: #B9E2F8;
}

#btn_imc span{
	display:none;
}

/*temporal*/
#novedad {
	margin-bottom: 10px;
	border: 1px solid #0080AA;
	font-size: 12pt;
	/*bordes*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	#novedad span {
		display: block;
		padding: 0 5px;
		text-transform: uppercase;
		font-size: 8px;
		background: #0080AA;
		color: #FFF;
	}

	#novedad a {
		display: block;
		padding: 5px 5px 10px;
		text-decoration: none;
	}