@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	padding-top:20px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagenes/img.jpg);
	background-repeat:repeat-x y;

}
a {
	font-size: 10px;
	color: #D49E60;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F4D996;
}
a:active {
	text-decoration: none;
}

#contenido {
border:medium solid #E5D09B;
}

#contenedor {
	margin:auto;
	width:745px;
	height:450px;
	width:751px !important;

}

#pie {
	padding-top:8px;
	text-align:right;
	margin:auto;
	width:745px;
	height:15px;
}

