/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menubar {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color: #EFEFEF;
	layer-background-color: #CCCC99;
	font: 10px "Trebuchet MS", "Lucida Sans", sans-serif;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */

.menubar .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 0.3mm dashed #999966;
 margin-bottom: 5px;
}

.menubar a {
	display: block;
	color: #333333;
	text-indent: 3px;
	text-decoration: none;
	border: 1px solid #EFEFEF;
	font-size: 10px;
	padding: 1px;
}

.menubar li {
	display: block;
	color: #333333;
	text-indent: 3px;
	text-decoration: none;
	border: 1px solid #EFEFEF;
	font-size: 10px;
	padding: 1px;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menubar a:hover, .menubar a:active {
	background-color: #CDCDCD;
	color: #000000;
	border: 1px solid #BEBEBE;
	text-decoration: none;
	font-weight: bold;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menubar element.
*/
.menubar .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #000000;
 font-weight: bold;
}

/* Layers for Integrantes Page *****/

/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.intLayer {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color: #F1F1F1;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	border: 1px solid #BBBBBB;
	padding: 4px 0px 2px 0px;
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */

.intLayer .header1 {
 	font-weight: bold;
 	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	border-top: 1px dashed #888888;
	border-bottom: 1px dashed #888888;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	font-size:11px;
}

.intLayer .line {
	
	border-bottom: 1px dashed #888888;
}

.intLayer p {
	display: block;
	color: #333333;
	text-indent: 12px;
	text-decoration: none;
	font-size: 10px;
	padding: 4px 0px 4px 10px;
	margin: 0px;
}

.intLayer .brake {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	font-weight:normal;
}

.intLayer a {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.intLayer a:hover, .intLayer a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menubar element.
*/
.intLayer .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #000000;
 font-weight: bold;
}
