/* CSS Document */
.columnatitulo {
	width: 120px;
	float: left;
	text-align: right;
}
.titulo {
	width: 325px;
	padding-left: 145px;
}
.permanente {
	width: 325px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	float: left;	
}
.permanente img{
	margin-bottom: 20px;
}
.historia {
	width: 325px;
	padding-left: 25px;
	margin-bottom: 20px;
	float: left;
}
.historia li{
	margin-bottom: 1em;
	list-style-image: url(../images/flecha_gris.gif);
}

