h1 {
	color: #9900FF;
	text-align: right;
}
h2 {
	clear: both;
	color: #9900FF;
}

.letra_italica {
	font-size: 3em;
	font-weight: bold;
	padding-left: 20px;
}.img_der {
	float: right;
	margin: 2px;
}
.img_izq {
	float: left;
	margin: 2px;
}
.img_cen {
	text-align: center;
}
.img_doble_space_all {
	margin: 10px;
}
.txt_cent {
	text-align: center;
}
.txt_der {
	text-align: right;
}
.txt_just {
	text-align: justify;
}
.p_limpiar {
	clear: both;
}
.p_doble_space_botton {
	margin-bottom: 15px;
}
.p_doble_space_top {
	margin-top: 15px;
}

