/*Estilos de enlaces principales */
a:link
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	color : black;
} 
a:visited
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	color : black;
}
a:active
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	color : black;
}
a:hover
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	color : #999999;
}

/*Estilos de enlaces Segundo Nivel */

a.segundo:link
{
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	text-decoration : none;
	color : white;
} 
a.segundo:visited
{
	font-family : verdana,arial,helvetica;
	font-weight: bold;
	text-decoration : none;
	color : white;
}
a.segundo:active
{
	font-family : verdana, arial, helvetica;
	text-decoration : none;
	font-weight: bold;
	color : white;
}
a.segundo:hover
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	font-weight: bold;
	color : #FFCC00;
}

a.tercero:link
{
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	text-decoration : none;
	color : #000099;
} 
a.tercero:visited
{
	font-family : verdana,arial,helvetica;
	font-weight: bold;
	text-decoration : none;
	color : #000099;
}
a.tercero:active
{
	font-family : verdana, arial, helvetica;
	text-decoration : none;
	font-weight: bold;
	color : #000099;
}
a.tercero:hover
{
	font-family : verdana,arial,helvetica;
	text-decoration : none;
	font-weight: bold;
	color : black;
}

.menuPrin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCC00;
	padding-top: 30px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #996600;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #003399;
	padding: 5px;


}
