@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
}

.TextoNormal { color:#CCCCCC; font-family:Arial, Helvetica, sans-serif;font-size:12px}


.TextoLink { color:#CCCCCC; font-family:Arial, Helvetica, sans-serif;font-size:12px; word-spacing:5px; text-decoration:none}
a.TextoLink:link { color:#CCCCCC; font-family:Arial, Helvetica, sans-serif;font-size:12px; text-decoration:none}
a.TextoLink:visited { color:#CCCCCC; font-family:Arial, Helvetica, sans-serif;font-size:12px; text-decoration:none}
a.TextoLink:hover {color:#CCCCCC; font-family:Arial, Helvetica, sans-serif;font-size:12px; text-decoration:underline}
a.TextoLink:active {color:#CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none}