body {
border: 0;
font-family: Arial;
margin-top: 15px;
}


#wrap {
	width: 1024px;
	height: 450px;
	margin: 0 auto;
}

#content_wrap {
	
}

#div_left {
	float: left;
	width: 340px;
	height: 120px;
	
}

#div_middle {
	float: left;
	width: 330px;
	height: 120px;
	margin-left: 10px;
	
}

#div_right {
	float: left;
	width: 310px;
	height: 120px;
	margin-left: 10px;
	text-align: right;
	
}

#div_left_content {
	float: left;
	width: 670px;
	height: 300px;
	
}

#div_left_content_wide {
	float: left;
	width: 800px;
	height: 300px;
}

#div_left_content_height {
	float: left;
	width: 800px;
	height: 550px;
}


#div_middle_content {
	float: left;
	width: 330px;
	height: 300px;
	margin-left: 10px;


}

#div_right_content {
	float: left;
	width: 310px;
	height: 300px;
	margin-left: 10px;

	
}

.lbl_title {
	font-family: arial;
	color: black;
	font-weight: bolder;
	font-size: 16px;
	margin-left: 5px;
}

.lbl_item {
	margin-bottom: 10px;
	display: block;
	margin-left: 5px;
	color: black;
	font-size: 16px;
	font-family: arial;	
}

.lbl_description {
	font-size: 14px;
	font-family: Arial;
	display: block;
	font-weight: bolder;
	margin-bottom: 1em;
	color: black;
}

.lbl_description_special {
	color: black;
	margin-top: 10px;
	font-size: 18px;
	font-family: Arial;
	display: block;
	font-weight: bolder;
}


#lbl_emprendedores_title {
	font-size: 16px;
	color: black;
	font-family: Arial;
	font-weight: bolder;
	background-color:#00FF00;

}
	
#lbl_empresas_title {
	font-size: 16px;
	color: black;
	font-family: Arial;
	font-weight: bolder;	
	background-color:#00FF00;
}

#lbl_locales_title {
	font-size: 16px;
	color: black;
	font-family: Arial;
	font-weight: bolder;	
	
}	

.lbl_ppal_title {
	font-size: 35px;
	font-weight: bolder;
	font-family: Arial;
	display: block;
	color: black;
}

#div_ppal {
	margin-top: 20px;
	width: 80%;
	margin-left: 18%;
}


