/*
-----------------------------
botonera
-----------------------------
*/
.menu {
margin: 0px;
	padding: 0px;
}

#navcontainer {
	padding: 0px;
}
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#navcontainer li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 20px;

   
}
#navcontainer li b{
	list-style-type: none;
	color: 008a8a;
	margin-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: 5px center;

   
}
#navcontainer a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #40658e;
	text-decoration: none;
	padding-left: 20px;
	line-height: 20px;
	padding-bottom: 0;
	background-image: url(../images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	}

#navcontainer a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #008a8a;
	text-decoration: none;
}



.hide{display:none;}

.submenu {
}

#navcontainer2 {
	padding: 0px;
}
#navcontainer2 ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
}


#navcontainer2 li { 
   	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 20px;
}

#navcontainer2 li b{
	list-style-type: none;
	margin-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 5px;
background-color: #008a8a;
	color: #ffffff;
	display: block;
	width: 193px;
	font-weight: normal;
}

#navcontainer2 a
{
	display: block;
	width: 193px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #77bbbc;
	color: #333333;
	text-decoration: none;
	}

#navcontainer2 a:hover
{
	background-color: #008a8a;
	color: #ffffff;
	font-weight: normal;
	background-repeat: no-repeat;
}



