body { 
 	text-align: center;
    margin: 0px auto;
	}
	
#contenedor{
	width: 765px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
    text-align: left;
}
	
#cont_marquesina{
	width: 758px;
	border: 1px solid;
}

#cont_menu_arriba{
	width: 758px;
	background-color: #FFFFFF;
	border: 1px solid;
}

#izquierda{
	width: 146px;
	float: left;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid;
	border-right: 1px solid;	
}

#cont_menu_izquierda{
	width: 146px;
}

#principal{
	width: 479px;
	float: left;
	background-color: #FFF;
}

#cont_cabecera{
	border-bottom: 3px solid #666;
}

#derecha{
	position: static !important;
	position: relative;
	left: -3px;
	width: 131px !important;
	margin: 0px 0px 0px 627px !important;	
	width: 131px;
	margin: 0px 0px 0px 0px;	
	border-left: 1px solid;
	border-right: 1px solid;	
}

#cont_pie_pagina{
	width: 758px;
	clear: both;
	padding: 5px 0px 5px 0px;
	background-color: #FFF;
	border: 1px solid;
}

/*#cont_menu_izquierda{
	width: 160px;
}*/

#cont_menu_abajo{
	width: 760px;
	clear: both;
	padding: 5px 0px 0px 0px;
}

.spacer{
	height: 10px;
	font-size: 9px;
}

.center{
	text-align: center;
	width: auto;
}