@charset "utf-8";
.texto_general_blanco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.negrita {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.titulos_blancos {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.borde_general {
	border: 1px solid #374169;
}
.borde_general_fuera {
	border: 1px solid #8f8f8f;
}
.borde_inst_izquierda {
	background-image: url(inst_borde_izquierda.png);
	background-repeat:  repeat-y;
}
.borde_inst_derecha {
	background-image: url(inst_borde_derecha.png);
	background-repeat:  repeat-y;
}
.texto_general_azul {
	font-family: Verdana;
	font-size: 12px;
	color: #1C3F63;
	line-height: 17px;
}
.texto_diseñopersuasivo {
	font-family: Verdana;
	font-size: 10px;
	color: #5767A8;
}
.borde_arriba {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5E7113;
	border-right-color: #5E7113;
	border-bottom-color: #5E7113;
	border-left-color: #5E7113;
}

