@charset "utf-8";
/* CSS Document */

.textoN {
	font-size: 9pt;
	font-family: Verdana;
	color: #264161;
	line-height: 14pt;
}

.textoR {
	color: #ccebff;
}

.negritaR {
	color: #f1c95a;
}

.tituloP {
	font-size: 16pt;
	font-variant:small-caps;
	font-weight: bolder;
	color: #f1c95a;
}
	
.tituloS {
	font-size: 13pt;
	font-variant:small-caps;
	font-weight: bolder;
	color: #d2e38b;
}

.form {
	font-size: 9pt;
	font-family: Verdana;
	color: #304d13;
	border: 2px;
	border-color: #226778;
	border-style: solid;
	background-color: #eaeeda;
	width: 300px;
	text-align: left;
}

.formB {
	font-size: 9pt;
	font-family: Verdana;
	color: #304d13;
	border: 2px;
	border-color: #226778;
	border-style: solid;
	background-color: #eaeeda;
	width: 95px;
	height: 30px;
	text-align: center;
}

.parrafo {
	text-align: justify;
	text-indent: 20px;
}

.enlaceCl:link,
.enlaceCl:visited{
	color: #2b77a2;
	font-variant: small-caps;
}

.enlaceCl:hover{
	/*color: #7e915e;*/
	color: #99CC00;
	background-color: #264161;
	text-decoration: none;
	font-variant: small-caps;
}

.enlaceOs:link,
.enlaceOs:visited{
	color: #dcf0f5;
	text-decoration: none;
}

.enlaceOs:hover{
	color: #f1c95a;
	background-color: #264161;
}

.enlaceT:link,
.enlaceT:visited{
	color: #f1c95a;
}

.enlaceT:hover{
	color: #d2e38b;
	text-decoration: none;
}

.enlaceT2:link,
.enlaceT2:visited{
	color: #d2e38b;
}

.enlaceT2:hover{
	color: #f1c95a;
	text-decoration: none;
}