@import url(taeq.css);

/*=========================*/
/*=SECCION PRODUCTOS*/
/*=========================*/

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

/*=Subnavegacion*/

#subnav {
	display: inline;
	float: left;
	width: 195px;
}

#subnav dd {
	padding: 2px 0;
	border-bottom: 1px solid #CCDEE7;
	text-align: right;
	vertical-align: middle;
}

#subnav dd a {
	display: block;
	width: 180px;
	text-decoration: none;
	padding: 3px 15px 3px 0;
}

.nut:hover, .nuton, .nuton:hover {
	width: 177px;
	border-right: 3px solid #39892F;
	background: #D9F1D5;
	color: #39892F;
}

.org:hover, .orgon, .orgon:hover {
	width: 177px;
	border-right: 3px solid #B5BF00;
	background: #F9FFB3;
	color: #717A00;
}

dt.tnut, dt.torg {
	margin-top: 2px;
	font-size: 12pt;
}

dt.tnut a, dt.torg a {
	display: block;
	width: 190px;
	padding: 3px 5px;
	text-decoration: none;
	color: #FFF;
}

dt.tnut a {
	background: #39892F;
}

dt.torg a {
	background: #B5BF00;
}

dt.tnut a:hover, dt.torg a:hover{
	background: #005888;
	color: #FFF;
}

#subnav dd span {
	padding: 2px;
	font-size: 9px;
	color: #999;
}

/*=Contenido*/
#contenido {
	display: inline;
	float: left;
	width: 460px;
	margin-left: 20px;
}

#contenido h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-size: 15pt;
	font-weight: normal;
	color: #000;
}

#contenido p{
	line-height: 140%;
	margin-bottom: 1em;
}

.linea {
	margin: 15px 0;
	padding: 10px 0 0 110px;
	border-top: 1px solid #005888;
}

.linea h3{
	display: none;
}

#info_nutricion {
	background: url(../img/logo_nutricion.gif) 0 15px no-repeat;
}

#info_organico {
	height: 90px;
	background: url(../img/logo_organico.gif) 0 15px no-repeat;
}

#info_productos {
	width: 400px;
	margin-left: 40px;
	overflow: hidden;
}

.nota {
	padding-left: 4px;
	border-left: 3px solid #09F;
	font-size: 8pt;
	color: #09C;
}

.nutricion #contenido h3 {
	border-bottom-color: #39892F;
}

.organico #contenido h3 {
	border-bottom-color: #B5BF00;
}

/*claim*/

#claim {
	display: none;
	position: absolute;
	padding:5px;
}

#claim img {
	float:left;
}

.prod {
	float: left;
	display: inline-block;
	width: 150px;
	margin: 0 20px 30px 20px;
}

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

.prod .claim img{
	width: auto;
	height: auto;
}

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

.prod h4 span {
	display: block;
}

.nutricion .prod h4 {
	height: 45px;
	border-bottom: 1px solid #72C964;
}

.organico .prod h4 {
	border-bottom: 1px solid #D8EB00;
}

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

#info_nota {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #666;
}

#info_nota p {
	font-size: 9pt;
	line-height: 120%;
	color: #888;
}

/*=Complemento*/

#complemento {
	display: inline;
	float: right;
	width: 235px;
}

#bodegon {
	margin-top: 30px;
	height: 755px;
	background: url(../img/bodegon_productos.jpg) no-repeat;
}

#complemento .foto_nut {
	border-top: 5px solid #39892F;
	border-bottom: 5px solid #39892F;
}

#complemento .foto_org {
	border-top: 5px solid #B5BF00;
	border-bottom: 5px solid #B5BF00;
}

#complemento dl {
	margin-top: 15px;
}

#complemento dt {
	width: 100%;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/etiq_recetas.gif) top no-repeat;
}

#complemento dd {
	padding: 3px 5px 3px 15px;;
	background: url(../img/bsig.gif) 5px 8px no-repeat;
}

#complemento dd a {
	display: block;
	width: 100%;
}