/*
Menu related selectors
*/

/*-----------fONDO MENU DESPLEGABLE-------*/
.jsdomenudiv {
	background-color: #F3F3F3;
	border: 1px solid #BBBABA;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

/*-----------COLOR TIPOGRAFIA MENUS DESPLEGABLES-------*/
.jsdomenuitem {
	background: transparent;
	border: none;
	color: #4E738D;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

/*-----------ROLLOVER COLOR MENU DESPLEGABLE -------*/
.jsdomenuitemover {	
	background-color: #DDDDDF;
	border: 1px solid #828282;
	color: #666666;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*-----------fLECHITA -------*/
.jsdomenuarrow {
	background-image: url(imagenes/tabs/classic_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

/*-----------flechita2 -------*/
.jsdomenuarrowover {
	background-image: url(imagenes/tabs/classic_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

/*-----------linea_espacio -------*/
.jsdomenusep {
	padding-left: 0px;
}

/*-----------propiedades linea -------*/
.jsdomenusep hr {


   border-width: 1px;
   border-color: #4D728C;
}

/*
Menu bar related selectors
*/

/*-----------COL FONDO BARRA SUPERIOR -------*/
.jsdomenubardiv {


	border: 0px solid;
	cursor: default;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

/*-----------Espacio izquierdo del menu-------*/
.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;

}

/*-----------COLOR BOTONES MENU BARRA (fondo Texto) -------*/
.jsdomenubaritem {

	cursor: default;

	display: inline;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	color:#64686B;
    font-weight: bold;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 14px;
	margin-right: 4px;
	position: relative; /* Do not alter this line! */
}

/*-----------mouse sobre un item de la barra de menu-------*/
.jsdomenubaritemover {
    background-color:#F78E1D; 
	border: 0px solid #CCCCCC;
	color: #19386F;
	display: inline;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 14px;
	margin-right: 4px;
	position: relative; /* Do not alter this line! */
}

/*-----------COLOR CLICK BOTONES BARRA -------*/
.jsdomenubaritemclick {
    background-color:#F78E1D;
    cursor: default;
	color: #666666;
	display: inline;
	font-family: Verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 14px;
	margin-right: 4px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(network.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}