body
	{
	font-family:verdana, arial;
	font-size:11px;
	line-height:18px;
	background:#015900;
	background-image:url(../_images/bg.jpg);
	background-repeat:no-repeat;
	background-position:middle;
	text-align:center;
	}

h1
	{
	font-family:georgia, trebuchet ms;
	font-size:15px;
	color:#015900;
	}

img
	{
	border:0;
	}

a
	{
	text-decoration:none;
	color:#015900;
	font-weight:bold;
	}

hr
	{
	border-top:1px solid #015900;
	border-bottom:1px solid #FFF;
	}

#container
	{
	margin:0 auto;
	width:830px;
	background:#FFF;
	padding:10px;
	display:table;
	text-align:left;
	border:1px solid #015900;
	}

#container_left
	{
	border:0px solid #000; width:670px; float:left;
	}


#menu
	{
	width:830px;
	border:0px solid #000;
	background:url(../_images/menybg.gif);
	line-height:14px;
	}

#content
	{
	text-align:left;
	padding:10px;
	}

#left
	{
	width:400px;
	float:left;
	margin-top:10px;
	}

#left2
	{
	width:550px;
	float:left;
	margin-top:10px;
	border:0px solid #000;
	}

#middle
	{
	width:250px;
	float:left;
	}

#right
	{
	width:135px;
	background:#efefef;
	float:left;
	padding:10px;
	margin-left:5px;
	margin-top:10px;
	height:410px;
	margin-bottom:10px;
	}

#right2
	{
	width:250px;
	float:left;
	padding:10px;
	margin-left:5px;
	margin-top:10px;
	border:0px solid #000;
	}

#head
	{
	width:650px;
	float:left;
	height:121px;
	background:url(../_images/head.jpg);
	}


#ruta
	{
	height:30px;
	border-right:1px solid #bababa;
	float:left;
	padding-top:10px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	}

#down
	{
	height:50px;
	background:url(../_images/levbg.gif);
	padding:10px;
	padding-top:20px;
	text-align:left;
	}







.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-family:arial, verdana;
font-weight:bold;
border-right:0px solid #bababa;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width:110px; /*Width of top level menu link items*/
padding: 5px 12px;
border-right: 1px solid #bababa;
border-left-width: 0;
text-decoration: none;
color: #13610d;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
text-align:left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 112px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 111px; /*width of sub menu levels*/
color: #13610d;
text-decoration: none;
padding: 4px 11px;
border: 1px solid #ccc;
background:#FFF;
margin-top: -1px;
}

.suckertreemenu ul li a:hover{
background-color: #d0d0d0;
color: white;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */