/* CSS Document */
#top {
background-image:url(images/fondo-top.jpg);
}
#top1 {
background-image:url(images/black_white_paisley.jpg)
}
#foot {
background-image:url(images/fondo-foot.gif);
height:80px;
}
.style2 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	color:#032A70;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #274397;
}
.style5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #274397;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #F8EED6;
}
.style7 {font-family: "Trebuchet MS"; font-size: 12px; color: #F8EED6; font-weight: bold; }
.style9 {font-size: 12px; color: #F2CE70; font-family: "Trebuchet MS";}
.style10 {font-family: "Trebuchet MS"; font-size: 14px; color: #F8EED6; font-weight: bold; }
a:link {
	color: #274397;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #274397;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #D4802A;
}
.style11 {
	color: #000066;
	font-weight: bold;
}
.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #243E95;
}
body {
	background-color: #CBC284;
}


/*----------- MENU ------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 100%; /*sub menu width*/
height: 28px;
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background: #f3e5be;
padding: 6px 1px 6px;
border-bottom: 1px solid #ccc;
text-align: left;
}
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

