/*************************************************************************************************************/
/***** HOME // CABECERA **************************************************************************************/
/*************************************************************************************************************/

#cabecera{
	width: 981px;
	height: 85px;
	overflow: hidden;
}

#logo{
	width: 278px;
	height: auto;
	background-color: #fff;
	float: left;
	text-align: center;
	overflow: hidden;
}

#menu_superior{
    float: left;
    width: 703px;
    height: 80px;
	overflow: hidden;
}

#menu_superior ul{
	float: left;
}

#menu_superior ul li{
	float: left;
	text-align: center;
	font-size: 9px;
}

#menu_quienes{
	float: left;
	width: 135px;
	height: 80px;
	background-image: url(../img/quienes_somos.png);
	color: transparent;
}

#menu_quienes_selected,
#menu_quienes:hover{
	float: left;
	width: 135px;
	height: 80px;
	background-image: url(../img/quienes_somos_ovr.png);
	color: transparent;
}

#menu_origin{
	float: left;
	width: 150px;
	height: 80px;
	background-image: url(../img/origin_direct.png);
	color: transparent;
}

#menu_origin_selected,
#menu_origin:hover{
	float: left;
	width: 150px;
	height: 80px;
	background-image: url(../img/origin_direct_ovr.png);
	color: transparent;
}

#menu_mi_pedido{
	float: left;
	width: 151px;
	height: 80px;
	background-image: url(../img/donde_pedido.png);
	color: transparent;
}

#menu_mi_pedido_selected,
#menu_mi_pedido:hover{
	float: left;
	width: 151px;
	height: 80px;
	background-image: url(../img/donde_pedido_ovr.png);
	color: transparent;
}

#menu_contacto{
	float: left;
	width: 124px;
	height: 80px;
	background-image: url(../img/contacto.png);
	color: transparent;
}

#menu_contacto_selected,
#menu_contacto:hover{
	float: left;
	width: 124px;
	height: 80px;
	background-image: url(../img/contacto_ovr.png);
	color: transparent;
}

#menu_clientes{
	float: left;
	width: 142px;
	height: 80px;
	background-image: url(../img/clientes.png);
	color: transparent;
}

#menu_clientes_selected,
#menu_clientes:hover{
	float: left;
	width: 142px;
	height: 80px;
	background-image: url(../img/clientes_ovr.png);
	color: transparent;
}

#fondo_web{
	width: 980px;
	height: 432px;
	float: left;
}