/*inicio contenidos*/
#contenidos {
	text-align: left;
	height: 362px;
}



/* GENERAL ///////////////////////////////////////////////// */
#presentacion {
	float:right;
	width: 465px;
	height: 362px;
	padding-left: 20px;
	text-align:left;
}

#presentacion h1 {
	font-size:16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}

#presentacion p {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#presentacion img {

}

.margen-sup {
	padding-top: 15px;
}

#areas {
	float: left;
	width: 370px;
	height: 362px;
	text-align: right;
	padding-left: 50px;

}

#areas h1 {
	font-size:16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}


