/* CSS Document */

#botones_int_eco {
	top:135px;
}

#marco_principal {
	background-repeat:no-repeat;
	background-color:white;

	background-image:url(../images/fondos/producto_eco_fondo_rep.jpg);
	background-repeat:repeat-y;
}

#marco_principal_sup {
	background-repeat:no-repeat;
	width:955px;
	height:237px;
}

#marco_principal_med {
	width:955px;
	/*background-image:url(../images/fondos/producto_eco_fondo_rep.jpg);
	background-repeat:repeat-y;*/
	background-image:url(../images/fondos/producto_eco_med_inf.jpg);
	background-repeat:no-repeat;
	background-position:58% 100%;

}

#menu {
	position:absolute;
	margin-left:760px;
	top:230px;
}


#title_section_div {
	position:absolute;
	top:145px;
	left:250px;
	z-index:1000;
}



#cuerpo_izq {
	position:relative;
	width:717px;
	/*background-color:#F9EBD1;*/
	background-image:url(../images/fondos/inf_izq_producto_eco.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:370px;

}

*html #cuerpo_izq {
	height:370px;
}

#menu_izq {
	position:relative;
	float:left;
	margin-left:58px;
	width:150px;
	z-index:100;
	margin-bottom:50px;
	margin-top:10px;
}

*html #menu_izq {
	margin-left:28px;

}

.menu_item_izq {
	margin-bottom:2px;
	padding-left:2em;
}

.menu_item_izq a {
	text-decoration:none;
	color:black;
}

.menu_item_izq_madre {
	margin-bottom:2px;
}

.menu_item_izq_madre a {
	text-decoration:none;
}


.menu_item_izq_cuadradin {
	background-color:#E4A32A;
}

#cuerpo_medio {
	position:relative;
	width:370px;
	padding-left:260px;
	z-index:0;

}

*html #cuerpo_medio {
	padding:0px;
	padding-left:50px;
	width:420px;
	margin-left:210px;
}

#cuerpo_medio_img {
	position:relative;
}

#esquina_inf_der {
	width:225px;
	height:65px;
	margin-left:730px;
	margin-top:-65px;
	background-image:url(../images/fondos/inf_der_producto_eco.jpg);
}

*html #esquina_inf_der {
	margin-top:-65px;
}

#leyenda {
	position:absolute;
	text-align:right;
	top:225px;
	right:315px;
	height:300px;
}

#leyenda_bienvenida_div {
	padding-left:0.5em;
    margin-top:-0.7em;
}

*html #leyenda_bienvenida_div {
    margin-top:-0.7em;
}

#cabecera_flash {
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:#f1d0c1;
	margin-top:-30px;
}

*html #cabecera_flash {
	left:48px;

}

#productos_table_left {
	position:relative;
	float:left;
}

.productos_table td {
	width:180px;
}

.productos_table a {
	font-size:10px;
	text-decoration:none;
	color:black;
}

.productos_table .div_producto {
	width:100%;
	background-color:white;
	padding:0.2em;
}

.productos_table a:hover div {
	font-weight:bold;
	background-color:#e9eee8;
}

/* Hack para IE */
*html td a:hover {
	font-weight:bold;
	background-color:#e9eee8;
    cursor:poecoer;
}

