body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #f0cfca;
}
body {
	background-color: #222222;
}
a {
	text-decoration: none;
	color: #C8C5C5;
}
.main_box{
	width: 600px;
	margin-left: auto ;
  	margin-right: auto ;
}

/* GENERAL */
.div_center{
	text-align: center;
}


/* HEADING */
.heading_box {
	/*border: 1px solid #FFFFFF;*/
	height: 120px;
	
}
.heading_logo {
	border-bottom: 1px solid #f0cfca;
	padding-bottom: 10px;
	margin-top: 10px;
}
.heading_menu_bar {
	width: 370px;
	margin-top: 10px;
	overflow: auto;
	margin-left: auto ;
  	margin-right: auto ;
}
.heading_menu_item {
	text-align: center;
	margin-top: 10px;
	width:120px;
	position: relative;
	float: left;
}

/* CONTENT */
.content_box {
	min-height: 300px; 
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0cfca;
	overflow: auto;
}


/* FOOTER */
.footer_box {
	text-align: center;
	margin-top: 10px;
}


/* INICIO */
.inicio_col_1 {
	text-align: right;
	width: 340px;
	margin-top: 120px ;
	position: relative;
	float: left;
}
.inicio_col_2 {
	width: 250px;
	position: relative;
	float: right;
}


/* MARCAS */
.marcas_col_1 {
	width: 200px;
	position: relative;
	float: left;
}
.marcas_col_2 {
	width: 390px;
	position: relative;
	float: right;
}
.marcas_img {
	text-align: center; 
	margin-top: 30px;
}


/* CONTACTO */
.contacto_mapa {
	width: 430px;
	margin-left: auto ;
  	margin-right: auto ;
}