@import "menu.css";

/* CSS Document */
*{
	margin: 0;
	padding:0;
 }
 
html{
	height:100%;
	overflow-x:hidden;
}

body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	color:#202020;
	background-color: #2a231b;
	text-align: left;
	height: 100%;
	margin:0;	
}

table{
	border-collapse:collapse; 
	border-spacing:0;
}

a { outline:none; }

img{ border: 0; }

/** ESTRUCTURA ****/
/** ---------- ****/
#wrap{
	position: relative;
	width:1200px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #2a231b url(../images/fondo.jpg) no-repeat center top;
	left: 50%;
	margin-left: -600px;
}

#wCabecera{
	height: 172px;	
}

wContenido{
	margin: 0 auto;
	width: 950px;	
}

#wPie{
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 233px;
	background: url(../images/pie.jpg) no-repeat center top;
}


/** CABECERA **/
/** -------- **/
#header ul{
	margin-left: 125px;	
}

/** PIE **/
/** --- **/
.foot ul{
	position: absolute;
	left: 335px;
	top: 80px;
}

.foot li{
	float: left;
	list-style: none;
	margin-right: 5px;
}

.foot a{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #202020;
	text-decoration: none;
}

.foot a:hover{
	text-decoration: underline;
}

.foot #legal{
	position: absolute;
	top: 112px;
	left: 650px;
	font-size: 14px;
}