.txtBlanco {
	color: White;
}

.txtNegrita {
	font-weight: bold;
}

.txtSubrayado {
	text-decoration: underline;
}

.txtJustificado {
	text-align: justify;
}

.txtArial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txtArial13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txtArial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.CajaTexto {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.Rectangulo {
	height: 120px;
	width: 320px;
	background-image: url(../images/RectanguloPrisma.jpg);
	background-repeat: no-repeat;
}

.Piramide {
	height: 120px;
	width: 150px;
	background-image: url(../images/Piramide.gif);
	background-repeat: no-repeat;
}

A {
	color: White;
	text-decoration: none;
}

A:hover {
	color: White;
	text-decoration: underline;
	/*background-color: #009900;*/
}

.FormIzq {
	width: 190px;
	text-align: right;
	vertical-align: middle;
	background-color: #CCE6FF;
}

.FormDer {
	width: 190px; /*text-align: right;
	vertical-align: middle;*/
	background-color: #0077EA;
}
