/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background.gif);
}
#bgtabla {
	background-color: #D19AB1;
}
#bgeventos {
	background-color: #E3C2D0;
}
#bgnotas {
	background-image:url(../img/bg_notas.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #D19AB1;
}
.menu {
	font-size: 12px;
	color: #4A2233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:link {
	text-decoration:none;
	color: #4A2233;
}
.menu a:visited {
	text-decoration:none;
	color:#4A2233;
}
.menu a:hover {
	text-decoration: none;
	color: #4A2233;
	font-weight: bold;
}
.menu a:active {
	text-decoration:none;
	color: #4A2233;	
}
.texto {
	font-size: 10px;
	color: #4A2233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto a:link {
	text-decoration: underline;
	color: #4A2233;
	font-weight: bold;
}
.texto a:visited {
	text-decoration: underline;
	color: #4A2233;
	font-weight: bold;
}
.texto a:hover {
	text-decoration: none;
	color: #4A2233;
}
.texto a:active {
	text-decoration:none;
	color: #4A2233;	
}
.eventos {
	font-size: 7px;
	color: #4A2233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.eventos a:link {
	text-decoration:none;
	color: #4A2233;
	font-weight: bold;
}
.eventos a:visited {
	text-decoration:none;
	color: #4A2233;
}
.eventos a:hover {
	text-decoration: none;
	color: #4A2233;
}
.eventos a:active {
	text-decoration:none;
	color: #4A2233;	
}
-->

