/* -------------[ Generales ]----------------------------------------------------------------------------- */

body{
	font-family:Georgia, serif, Arial, "Times New Roman", Times;
	font-style:italic;
	text-align:center;
	background:#efddC9;
}

#bg_oben{
	position:absolute;
	left:0px;
	top:-1px;
	width:99.7%;
	height:180px;
	background:url('../imagenes2/topmenu_bg.png');
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
}

#centro{
	position:absolute;
	left:50%;
	width:1px;
	z-index:20;
}

#fondo_v{
	position:absolute;
	top:0px;
	left:0px;
	width:99.9%;
	height:85%;
	border-bottom:1px solid #ffecc1;
	outline-bottom:1px solid #edd194;
	background:#efddb5;
}

#contenedor{
	position:absolute;
	width:1020px;
	margin-left:-510px;
	z-index:20;
}

#login{
	position:absolute;
	top:110px;
	left:10px;
	width:40px;
	height:35px;
	z-index:20000;
}

.tooltip{
	color:#FFFFFF;
	width:220px;
	padding:10px;	
	display:none;
	background:url(../imagenes2/bg_tooltip.png) repeat;
	
}

#login:hover .tooltip{
	cursor:pointer;
	position:absolute;
	margin:35px 0px -40px 0px;
	display:block;
}

#login:hover{
	background:url(../imagenes2/bg_tooltip.png) repeat;

}

#contenido{
	position:absolute;
	height:250px;
	width:850px;
	top:230px;
	left:-20px;
	z-index:10;
}

#filtros{
	position:absolute;
	top:160px;
	width:800px;
	z-index:20;
	font-size:11px;
	left:30px;
}

#arriba{
	position:absolute;
	top:0px;
	left:-1px;
	width:100%;
	height:280px;
	background:url(../imagenes2/fondo_sim.png) repeat-x top;
	z-index:1;
}

#bg_oben_texto_sup{
	font-weight:bold;
	color:#000;
	width:500px;
	margin:42px auto auto auto;
	text-align:left;
}

#bg_oben_texto_sup span{
	font-size:10px;
	font-weight:normal;

}
 
 
#menu_principal {
	position:absolute;
	top:90px;
	font-weight:bolder;
	width:850px;
	height:40px;
	z-index:10;
	list-style:none;
}

#menu_principal li {
	float:left;
}
#menu_principal li a {
	padding:6px;
	margin-top:12px;
	display:block;
	width:135px;
	padding:0px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#424716;
	font-weight:bold;
	background:url(../imagenes2/boton.png) no-repeat;
	height:40px;
} 

#menu_principal li a:hover {
	height:40px;
	float:left;
	width:135px;
	background:url(../imagenes2/boton_sobre.png) no-repeat;
	margin-top:13px;
	font-size:15px;
}

#detalle_productos {
	position:absolute;
	top:170px;
	width:100%;
	height:50px;
	font-size:26px;
	border:none;
}

#proveedores{
	position:absolute;
	top:83.5%;
	left:-30px;
	width:99.8%;
}

.actual{
	cursor:pointer;
	color:#424716;
	height:40px;
	float:left;
	width:135px;
	background:url(../imagenes2/boton_sobre.png) no-repeat;
	margin-top:13px;
}
.categorias{
	margin-right:-15px;
}

.lista{
	font-size:11px;
	border-bottom:1px solid #7F7F7F;
	outline:1px solid #BFBFBF;
	height:25px;
}

.lista:hover{
	background:#ADE2AD;
	outline:2px solid #FFFFFF;
	cursor:pointer;
}

.tabla{
	font-size:13px;
}

.descargas{
	font-size:11px;
	text-decoration:none;
}


