@charset "utf-8";
/* CSS Document */

body,td,th {color: #CCCCCC; text-align:center;}

body {
	background-image: url(../images/Fondos/sitebg.jpg);
    background-repeat: repeat-x;
	background-color: #21262A
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size:0.7em;
    font-family:Tempus Sans ITC;
	}
	
a:link {color: #ffffff;	text-decoration: none;}
a:visited {text-decoration: none;color: #666666;}
a:hover {text-decoration: underline;color: #FCFDFE;}
a:active {text-decoration: none;color: #FF0000;}

div{padding:10px; text-align:center;}
#main{width:900px; margin:auto; padding:10px;}
#pie{border:4px double #000000;}
#logo {
	position:absolute;
	left:30%;
	top:20px;
	width:375px;
	height:59px;
	z-index:1;
}