/* CSS Document */
body{
background-color:#4D4845;}
.background {background-color:#4D4845;}
#fondo { 
	background-color:#4D4845;
	background-image:url(../img/bckgrnd.jpg);
	font-family: arial;
	font-size: 11px;
	font-color: #666666;
	background-repeat: repeat-x;
	background-position:top;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.textos { 
	font-family: arial;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}