.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 11px;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	font-size: 11px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #000000;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	display: inline;
}
		/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0px;
		
		}
		.vertical li a{
	display: block;
	width: 200px;
	text-decoration: none;
	height: 12px;
	
			}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 173px;
		}



		/*this is the css for the horizontal version*/
		.horizontal ul{
			margin-top: 0px;
			list-style-type: none;
			padding: 0px;
			border: none;
			display: inline;
			height: 33px;
		}
		.horizontal li{
	display: inline;
	float: left;
			}
		.horizontal li a{
	text-decoration: none;
	height: 33px;
	float: left;
	display: block;
	border-left: none;
	}
.submenu {
	height: 25px;
	width: 200px;
	padding-left: 25px;
	padding-top: 5px;
	display: block;
}
.submenu2 {
	height: 17px;
	width: 173px;
	padding-top: 5px;
	display: block;
	text-align:left;
	padding-left:10px;
	
}
		.horizontal li li a{
	border: none;
	
		}
		.horizontal li ul{
	position: absolute;
	margin-left: -1px;
	width: 173px;
	border: none;
	display: block;
	height: 25px;
	border: none;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 173px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
				background-color: #EEEEEE;
		color: #00506D;
			font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
	font-weight: bold;
	background-image: url(images/smi_normal.gif);
		}
		.blackwhite li a:hover{
			background-color: #005073;
	color: white;
	border-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/smi_roll.gif);
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
	background-color: #EEEEEE;
	color: #00506D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/sm_normal.gif);
		}
		.bluewhite li a:hover{
	background-color: #005073;
	color: white;
	border-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/sm_roll.gif);
		}
		.bluewhite ul{
			border-color: #000033;
		}
#interna_derecha {
	background-image: url(images/inter_notblc.gif);
	background-repeat: no-repeat;
	padding: 3px;
}
