html, body { overflow:hidden;  }

#logo  {
   background: url(../imagenes/imagenescompartidas/logo.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 21px;
   top: 15px;
   z-index: 2;
   width: 265px;
   height: 74px;
}

/*
#menuprincipal  {

   visibility: visible;
   position: absolute;
   left: 305px;
   top: 36px;
   z-index: 5;
   width: 628px;
   height: 150px;
}
*/
#menuprincipal  {
	position:relative;
	top:40px;
	left:300px;
	z-index:5;
}

a {
color: #666666;
text-decoration:none;
}

a:link {
color: #666666;
text-decoration:none;
}

a:hover {
color: #666666;
text-decoration:underline;
}

a:visited {
color: #666666;
text-decoration:none;

}

a:active {
color: #666666;
text-decoration:none;
}

.tarifastabla
{
	font: 12px Arial;
   margin: 0px;
   text-align: justify;
   color: #545454;
}
a.boton_productos
{
	width:164px;
	background:none;
	line-height:28px;
	text-align:left;
	display:block;
	color:#34424B;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.seleccionado
{
	background:url(../imagenes/fondo_boton.png);
}
a.boton_productos span
{
	margin-left:13px;
}
a.boton_productos:hover
{
	background:url(../imagenes/fondo_boton.png);
}

#BTNcomprarDER{
	position:absolute;
	left:50%;
	margin-left:270px;
	top:220px;
	z-index:5;
		}
		
#BTNcomprarIZQ{
	position:absolute;
	left:50%;
	margin-left:-445px;
	top:220px;
	z-index:5;
		}
		
#btnMenuNuevos{
		position:absolute;
	left:50%;
	margin-left:320px;
	top:14px;
	z-index:5;
	   font: 12px Arial;
   color: #777777;
   text-align: right;
	}
