body {
  font-family: "Times New Roman", Times, serif;
}
td {
	font-family: "Times New Roman", Times, serif;
	
}
th {
	font-family:  "Times New Roman", Times, serif;
}
a {
	text-decoration:none;
}

a:link    {text-decoration:none;color:white}
a:visited {text-decoration:none;color:white}
a:active  {text-decoration:none;color:white}
a:hover   {text-decoration:none;color:white}

.tipo_letra
{
	color:navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.tipo_Paginas
{
	color:navy;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
.tipo_letraG
{
	color:navy;
	font-size: 12px;
	font-family: Arial;
	text-align:justify;
	
}

.tipo_letraB
{
	color:white;
	font-size:11px;
	font-family: Arial;
	font-weight: bold;
}

.tipo_letraN
{
	color:navy;
	font-size:11px;
	font-family: Arial;
}

.tipo_letraBG
{
	color:white;
	font-size:18px;
	font-family: Arial;
}

.titulo
{	
	color:white;
	text-align:center;
	font-size:22px;
	font-family:Arial;
}

.imagenes
{
	border-width: 5px;
	border-style:ridge;
	border-color:#FFFFCC;
}
.letraMenu
{
	color:#FFFFFF;
	width:100%;
	filter:dropshadow(color=#,offx=1, offy=1, positive=1), glow(color=navy, strength=0);
}
.menu
{
	font-size:18px;
	color:orange;
	width:100%;
	filter:dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=navy, strength=0);
}
.subMenu
{
	color:#FFFFFF;
	width:100%;
	filter:dropshadow(color=green,offx=1, offy=1, positive=1), glow(color=navy, strength=0);
}