/* ######################################### Elementos principales ### */

body {
	background-image: url(../img/fondo_rallye.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
#wrapper { 
	width:996px;
	margin:auto;
}
#cabecera {
	width:996px;
	margin:auto;
	height:182px;
	overflow:hidden;
}
#navegacion { 
	height:65px;
	width:926px;
	margin:auto;
	position:relative;
}
#aa_contenido {
	width:945px;
	margin:auto;
}
#ad_contenido {
	float:left;
	width:14px;
	height:729px;
	background-image:url(../img/body_izda.jpg);
	background-repeat:no-repeat;
}
#contenido {
	float:left;
	width:926px;
	background-color:#FFFFFF;
	position:relative;
	background-image: url(../img/bg_body.png);
	background-repeat:  repeat-y;	
}
#col_1 {
	float:left;
	width:204px;
} 
#col_2 { padding:10px; float:left; width:495px; } 
#col_3 {
	left:728px;
	width:235px;
	position:absolute;
	top:0px;
} 
#pie {
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	width:906px;
	height:28px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFAC58;
	border-bottom-color: #FFAC58;
	float:left;
	display:inline;
	text-align:center;
}