/* CSS Document */

#apartados {
	background: transparent;
	margin-bottom:1.5em;
	width:10%;
	display:block;
	float:left;
	text-align: left;
 }
 

#cajas {
	background: transparent;
	margin-bottom:1.5em;
	width:30%;
	display:block;
	float:left;
	text-align: left;
	line-height: 20pt;
	margin-left:7.5%;
 }

#cajas ul {
	text-decoration:none;
	list-style-type: none;
	margin-left: 12%;
	text-align: left;
}

#apartados ul {
	text-decoration:none;
	list-style-type: none;
	line-height: 20pt;
	text-align:left;
}

cont_principal2 {
display:block;
float:left;
width:90%;
}