/* this is the CSS for the menu that you will need. */
#hit_area {
height: 20px;
width: 100%;
margin: 0px;
padding: 0px;
display: block;
/*background-image: url(badge.jpg);*/
background-repeat: no-repeat;
	z-index: -1;
}

#menu_holder {
	height: 35px;
	width: 100%;
	display: block;
	position: absolute;
	top: -35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 180%;
}

#nav {
	height: 35px;
	width: 442px;
	margin: 0px auto;
	padding: 0px;
}

#hit_area2 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	display: block;
	margin: 0px;
	left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 35px;
	list-style-type: none;
	background-image: url(images/left35_verde_t.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav ul #der{
	width: 40px;
	height: 35px;
	background-image: url(images/right35_verde_t.png);
	background-repeat: no-repeat;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(images/middle35_verde_t.png);
	background-repeat: repeat-x;
	height: 35px;
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 35px;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(images/rollOver35_verde.png);
	background-repeat: repeat-x;	
}

#subnav {
	margin: 0px 0px 0px 161px;
	padding: 0px;
	background-color: #4b97cb;
}

#subnav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 25px;
	list-style-type: none;
}
#subnav li{
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#subnav li a:link, #subnav li a:active, #subnav li a:visited {
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 25px;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
}
#subnav li a:focus, #subnav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
}


#lateral {
	width: 160px;
	top: 0px;
	float: left;
	/*display: block;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 100%;	
}

#lateral ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color: #00b050;
}

#lateral li{
	margin: 0px;
	padding: 1px 2px 0px 2px;
	width: 160px;
	height: 28px;
	background-color: #00b050;
}

#lateral li a{
	padding-top: 5px;
}

#lateral li a:link, #lateral li a:active, #lateral li a:visited {
	background-image: url(images/middle.png);
	background-repeat: repeat-x;
	height: 25px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#lateral li a:focus, #lateral li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(images/rollOver.png);
	background-repeat: repeat-x;	
}

#logo {
	width: 160px;
	background-color: #fff;
	padding-bottom: 5px;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
	margin-bottom:1px;
}

#tit_submenu{
	width: 160px;
	height: 25px;
	padding: 1px 2px 0px 2px;
	background-color: #00a050;
	color: #FFF;
	border: #033;
	text-align: center;
	display: block;
	font-weight: bold;
}

.espacio100{
	height: 35px;
}



