/* CSS Document */
BODY {
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 11px;
	text-align:justify;
	color: #333333;	
}

.texto {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 9px;
	color: #666666;
}

.textob {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-weight: bold;
	font-size: 9px;
	color: #333333;
}

.textoexp {
	text-align:left;
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 11px;
	color: #333333;
}

.texint {
	text-align:center;
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 11px;
	color: #333333;
}

.cita {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 10px;
	color: #333333;
}

a:link {
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	color: #FF0000;
}

a:visited {
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	color: #D60000;
}

.titulo {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

.titulopeq {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Verdana";
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	color: #0066FF;
	font-size: 11px;
	text-decoration: underline;
}

a.mainmenu:link, a.mainmenu:visited {
	float: left;
	width: 102px;
	height: 21px;
	color: #000000;
	background-position: center;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/menu.gif);
	font-family: Verdana, sans-serif;
	vertical-align: bottom;
	line-height: 19px;
	whitespace:nowrap;
	background-repeat: no-repeat;
}

a.mainmenu:hover {
	float: left;
	width: 102px;
	height: 21px;
	color: #000000;
	background-position: center;
	text-align: center;
	font-weight: normal;
	background: url(../images/menuover.gif);
	font-family: Verdana, sans-serif;
	vertical-align: bottom;
	text-decoration: none;
	line-height: 19px;
	whitespace:nowrap;
	background-repeat: no-repeat;
}

a.mainmenuselect {
	float: left;
	width: 102px;
	height: 21px;
	color: #000000;
	background-position: center;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menusel.gif);
	font-family: Verdana, sans-serif;
	vertical-align: bottom;
	line-height: 19px;
	whitespace:nowrap;
	background-repeat: no-repeat;
	text-decoration: none;
}
