<style>
a:link{
color:black;
text-decoration: none;
}
a:visited{
color:#000000;
text-decoration:none;
}
a:hover
{
color: #000000; 
text-decoration: underline;
}
a:active
{
color:#000000;
text-decoration:none;
}

.tab_Menu {/*tabla debajo del menu*/
	width: 170px;
	height:700px;
	background-color: #015EC5;
}
.tit_men {/*principal del menu*/
	font-family:Verdana; 
	font-size: 12px; 
	color: #000000;
	background-color: #015EC5;
	text-align:left;
}
.link {/*borde del link del menu*/
	background-color:  #000000; /*fondo del menu*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align:left;
	color:#000000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000ff;
	text-align: left;
	font-weight: bold;
}
.titulo_2 
{
	font-family: verdana;
	font-style:inherit;
	font-size: 12px;
	color: #000000;
	text-align:right;
}
a.otrolink:link{
color: #000000;
text-decoration: none;
}
a.otrolink:visited{
color: #000000;
text-decoration:none;
}
a.otrolink:hover
{
color:#000000; 
text-decoration: underline;
}
   	
</style>
