.chromestyle{
	width: 770px;
	font-weight: normal;	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #0D4277;
	width: 100%; 
	padding: 4px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8e7e40;
	/*background-image: url(fondo-menu-arriba.gif); /*THEME CHANGE HERE imagen de fondo*/
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: sub;
}
.menusup{
	width: 100%; 
	margin: 0;
	vertical-align:top;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 5px 8px; /*SEPARACION horizontal ENTRE OPCIONES DE MENU*/
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 11px; /*TAMA;O DE FUENTE ARRIBA*/
	border-right: 0px solid #A11017; /*COLOR DE LINEA ENTRE MENUS DE ARRIBA*/
	font-weight: normal;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #C1C5C7; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px; /* ALTURA distacias entre cada opcion del menu*/
	z-index:100;
	background-color: #435450;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #C1C5C7; /*LINEA ENTRE DROPDOWN*/
	padding: 5px 0;/*ANCHO DE MENU DROPDOWN*/
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF ;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #8e7e40; /*COLOR MENU OAVER   #8e7e40*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



/*akiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii--------------------------------------------------------------------*/
.chromestyle2{
	width: 770px;
	font-weight: normal;
	
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
	border: 0px solid #0D4277;
	width: 100%; 
	padding: 4px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #355251; /*THEME CHANGE HERE imagen de fondo*/
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: sub;
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
	padding: 5px 8px; /*SEPARACION horizontal ENTRE OPCIONES DE MENU*/
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 11px; /*TAMA;O DE FUENTE ARRIBA*/
	border-right: 0px solid #A11017; /*COLOR DE LINEA ENTRE MENUS DE ARRIBA*/
	font-weight: normal;
}

.chromestyle2 ul li a:hover{
background-color: #CF9F55; /*THEME CHANGE HERE*/
}

.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 0px solid #CF9F55; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px; /* ALTURA distacias entre cada opcion del menu*/
	z-index:100;
	background-color: #E4DCC0;/*#E4DCC0*/
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #C1C5C7; /*LINEA ENTRE DROPDOWN*/
	padding: 5px 0;/*ANCHO DE MENU DROPDOWN*/
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #CF9F55; /*COLOR MENU OVER*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/* ============================= MENU INTRANET ============================ */
.menu
{
	width: 770px;
	background-color: #8e7e40;/* url(fondo-menu-arriba_nofoto.gif); /*THEME CHANGE HERE imagen de fondo
	background-repeat: repeat-x;
	background-position: top;*/
}

.menuover
{
	/*background-repeat: repeat-x;
	background-position: center top;*/
	background-color: #8e7e40; /*url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.centro
{
	text-align: center;
}
