@charset "utf-8";
/* CSS Document */

#MainMenu 
{
	width:145px;
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding-left:0px;
	padding-right:opx;
	padding-bottom:5px;
	padding-top:5px;
}
#tab li 
{
	list-style:none;
	float:left;
	clear:both;
	margin:0 3px 0 0;
	padding:0;
}
#tab a 
{
	background:#000 url(../images/bright_021.gif) no-repeat right top;
	text-decoration:none;
	width:142px;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_021.gif) no-repeat left top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060;
	font-weight:700;
	line-height:22px;
	padding:0 18px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#009;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #306;
	color:#060;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0 #000;
	color:#060;
	background:url(../images/bleft_021.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0 3px 0 0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:22px;
	background:url(../images/bright_021.gif) no-repeat right top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060;
	float:none;
	padding:0 18px;
}
.dropmenudiv a:hover 
{
	border:0 #000;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#009;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#009;
	font-weight:700;
}
#menuh {
	font-size:9px;
	margin-top: 5px;
	margin-bottom:0px;
}

#menuh ul, li {
	list-style:none;
	list-style-type: none;

}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh a {
	text-decoration: none;
	background: #ffffff;
	color:#000000;
	padding: 5px 5px;
	text-align: center;
	border-right-width:2px;
	border-left-width:2px;
	border-color:#666;
}
#menuh li {
	float: left;
	margin:3px;
}
#menuh a:link { color:#000000; text-decoration:none; }

#menuh a:visited { color:#000000; text-decoration:none; }

#menuh a { color:#000000; text-decoration:none; }

#menuh a:hover { color: #666666; }

#menuhoriz ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:5px; /* Separar los botones */
        background-color:#E4E4E4; /* Color de fondo */
}
#menuhoriz ul li:hover {
        background-color:#CCCCCC; /* Color de fondo sobre el boton */
        cursor: pointer; /* cambiar el aspecto del puntero */
}
#menuhoriz ul {
        /* Linea para delimitar la botonera */
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E4E4E4;
}





