/* CSS Document */

body {
	background-color: #000000;
	background-image: url(imagenes/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
/*footer*/
#footer { color:#b49011; font-size:11px; font-family:Georgia, Times New Roman, Times, serif; height:90px; background-color:#000000;}
#footer .indent-footer1{ width:900;text-align:center; }
#footer .indent-footer2{ padding:30px 35px 0px 0px; width:600;float:right;}
#footer a {color:#b49011; text-decoration:none}  
#footer a:hover {  text-decoration:underline}

