* {
margin:0pt;
padding:0pt;
}
body {
background:#A3C155 url(http://www.laarboledaelsalvador.com/images/background.gif) repeat-y scroll center top;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
line-height:1.5;
}
.footer {
font-size: 7pt;
padding-right: 4px;
padding-top: 10px;
text-align:center;
}
H3 {
font-family: lucida, verdana;
font-size: 12pt;
color: #AF3D01;
padding-bottom: 3px;
padding-left: 0px;
padding-top: 10px;

}
#content {
padding-top:0px;
padding-right:5px;
padding-left:5px;
padding-bottom:5px;
}
H4 {
font-family: lucida, verdana;
font-size: 12pt;
color: #AF3D01;

}
#container {
background:#FFFFFF none repeat scroll 0%;
margin:0px auto;
position:relative;
width:47em;
}
a.highlight {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;

}
a:hover.highlight {
border-top: 2px solid #333;
border-right: 2px solid #333;
border-left: 2px solid #333;
border-bottom: 2px solid #333;

}

/* CSS Tabs */

#navcontainer {
	margin: 0px 0 0 0px;
	padding: 0;
	height: 20px;

}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	
	background: #fff url(/images/button_bg.gif) repeat-x;
	width: 100%;
	height: 18px;
	
	border-left: 1px solid #F0F1EC;
	border-bottom: 1px solid #F0F1EC;
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 13px/18px "Century Gothic", verdana, lucida, sans-serif;
	
}

#navcontainer ul li a:hover {
	color: #fff;
	background: #df8713;
}

#navcontainer a:active {
	background: #c60;
	color: #fff;
}

#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}

a:hover {
color: #c60;
}
p {
font-size:11pt;
}
ul {
font-size: 11pt;
padding-left: 15px;
}
li {
font-size: 11pt;
padding-bottom:7px;

}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	
	}

/* each TR.item is one menu item */
.transMenu .item {
/*    color:#336; */
background: #CFEB84;
	color: #2F3422;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
	#nav {
	width: 740px;
	position: absolute;
	top: 210px;
	
	margin: 0px 0 0 0px;
	padding: 0;
	

}

#nav ul {
	margin: 0;
	padding: 0 0 0 0;
list-style-type: none;
text-align: center;


}

#nav li {
	width: 122.9px;
	margin: 0 0px;
	padding: 0px 0px;
	border:0;
float: left;

}


#nav ul a {	
	text-align: center;
	width: 122px;
	display: block; 
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
	margin:0;
	padding:0;
	padding-top: 0px;
	font-size: 12px;

}



#nav ul a:hover {
	background-color: #d88b64;
	color: #FFF;
	height: 25px;
	margin:0;
	padding:0;
}

