/* BOTONES */
.empresa { background: url(../img/menu/bot_empresa.png) no-repeat; width:130px; height:21px; cursor:pointer;}
	.empresa_grupo { background: url(../img/menu/bot_empresa_grupo.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.empresa_red { background: url(../img/menu/bot_empresa_red.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.empresa_proceso { background: url(../img/menu/bot_empresa_proceso.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.empresa_trabaja { background: url(../img/menu/bot_empresa_trabaja.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	
.sistemas { background: url(../img/menu/bot_sistemas.png) no-repeat; width:130px; height:21px; cursor:pointer;}
.arquitectura { background: url(../img/menu/bot_arquitectura.png) no-repeat; width:130px; height:21px; cursor:pointer;}
	.arquitectura_gestion { background: url(../img/menu/bot_arquitectura_gestion.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.arquitectura_cte { background: url(../img/menu/bot_arquitectura_cte.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.arquitectura_catalogo { background: url(../img/menu/bot_arquitectura_catalogo.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.arquitectura_instaladores { background: url(../img/menu/bot_arquitectura_instaladores.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	.arquitectura_galeria { background: url(../img/menu/bot_arquitectura_galeria.png) no-repeat; width:170px; height:21px; cursor:pointer;}
	
.calidad { background:url(../img/menu/bot_calidad.png) no-repeat; width:130px; height:21px; cursor:pointer;}
.instaladores { background: url(../img/menu/bot_instaladores.png) no-repeat; width:130px; height:21px; cursor:pointer;}
.particulares { background: url(../img/menu/bot_particulares.png) no-repeat; width:130px; height:21px; cursor:pointer;}
.industrial { background:url(../img/menu/bot_industrial.png) no-repeat; width:130px; height:21px; cursor:pointer;}

#nav, #nav ul{
height:21px;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#nav a{
background: url(../img/menu/gradient-separa.jpg) no-repeat top left;
height:21px;
width:130px;
display:block;
text-align:center;

}

#nav a:hover{
background:url(../img/menu/gradient-alt.png) repeat-x;
height:21px;

}

#nav li{
background: url(../img/menu/gradient.png) repeat-x;
height:21px;
border-right:1px #59AFD9 solid;
float:left;
position:relative;
}

#nav ul {
position:absolute;
/*display:none;*/
}

#nav ul li a{
height:21px;
/*float:left;*/
text-align:left;
width:180px;
padding-left:5px;
clear:both;
}

#nav ul ul{
top:auto;
}	

#nav li ul {
text-align:left;
/*margin:0 0 0 20px;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
float: none;
position: absolute;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
position: absolute;
/*display:block;*/
}

#sistemas ul{margin:0px; padding:0px;}
#sistemas li{margin:0px; padding:0px;}
#sistemas li ul a{ margin:0px; padding:0px;}



.bot_sist1:link, .bot_sist1:active, .bot_sist1:visited {width:120px;
	height:17px;
	display:block;
	background: url(../img/botsist/sis_1.gif) repeat-x #356FA6;
	line-height:17px;
	text-indent:5px;
	font-size:10px;
	color:#FFF;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;}
	
	.bot_sist1:hover { background: url(../img/botsist/sis_2.gif) repeat-x #356FA6;}


.bot_sist2:link, .bot_sist2:active, .bot_sist2:visited	 {
	width:120px;
	height:17px;
	display:block;
	background: url(../img/botsist/sis_3.gif) repeat-x #356FA6;
	line-height:17px;
	text-indent:5px;
	font-size:10px;
	color:#FFF;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
	}
	
	.bot_sist2:hover{color:#E593C1;}


