/* CSS Document */
.chiquito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	scrollbar-arrow-color: #835E2C;
	scrollbar-base-color: #835E2C;
	scrollbar-dark-shadow-color: #835E2C;
	scrollbar-track-color: #835E2C;
	scrollbar-face-color: #E3CDAC;
	scrollbar-shadow-color: #E3CDAC;
	scrollbar-highlight-color: #E3CDAC;
	scrollbar-3d-light-color: #E3CDAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C4E69;
	background-color: #0056AC;
	background-image: url(img/fondo.png);
	background-repeat: repeat-x;
}a:link {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #9966CC;
	text-decoration: blink;
}

