@charset "utf-8";
/* CSS Document */


/* MENU -------------------------- */
ul#menu {
	position:relative;
	width:774px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	top: 0;
	left: 0;
	height: 62px;
}
#menu span {display:none;}

#menu li {float:left;}
#menu li a {display:block; height: 62px; margin:0; padding:0;}

li a#inicio{width: 98px; background: url(botonera/home.jpg) no-repeat 0 -62px;}
a#inicio:hover { background: url(botonera/home.jpg) no-repeat 0 0;}

li a#presupuesto {width: 113px; background: url(botonera/mipresupuesto.jpg) no-repeat 0 -62px;}
a#presupuesto:hover {background: url(botonera/mipresupuesto.jpg) no-repeat 0 0;}

li a#precios {width: 115px; background: url(botonera/precios.jpg) no-repeat 0 -62px;}
a#precios:hover {background: url(botonera/precios.jpg) no-repeat 0 0;}

li a#garantia {width: 78px; background: url(botonera/garantia.jpg) no-repeat 0 -62px;}
a#garantia:hover {background: url(botonera/garantia.jpg) no-repeat 0 0;}

li a#registrarse {width: 129px; background: url(botonera/registrarse.jpg) no-repeat 0 -62px;}
a#registrarse:hover {background: url(botonera/registrarse.jpg) no-repeat 0 0;}

li a#comprar {width: 110px; background: url(botonera/comprar.jpg) no-repeat 0 -62px;}
a#comprar:hover {background: url(botonera/comprar.jpg) no-repeat 0 0;}

li a#contactenos {width: 130px; background: url(botonera/contactenos.jpg) no-repeat 0 -62px;}
a#contactenos:hover {background: url(botonera/contactenos.jpg) no-repeat 0 0;}
/*--Fin Menu--*/

#barra_menu{
	width:100%;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

#barra_right{
	width:230px;
	float:right;
	position:relative;
}
#destacadofondo {
	width:707px;
	height:265px;
	overflow:hidden; 
	margin-left:5px;
}
#destacadoHome {
	background:#FFFFFF url(img/fondo.jpg) no-repeat;
	height:100%;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#destacadoHome .nombre {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	height:50px;
	overflow:hidden;
	margin-top:10px;
}
#destacadoHome .nombre a {
	color:#FFFFFF;
	text-decoration:none;
	height:50px;
	overflow:hidden;
}
#destacadoHome .codigo {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:15px;
	color:#FFD600;
	font-weight:bold;
	height:20px;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:10px;
}
#destacadoHome .resumen {
	height:100px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-bottom:2px;
}

#destacadoHome ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:12px;
	padding-left:15px;
	margin-top: 5px;
	margin-bottom:5px;
}
