/* ESTILOS DE TEXTOS COMUNES A TODO EL PORTAL */
/* SE INDICAN LAS ETIQUETAS QUE SON OBLIGATORIAS */
/* SE PUEDEN DEFINIR NUEVOS ESTILOS (ILIMITADO) */
/* ESTOS ESTILOS APARECEN EN EL EDITOR EN LINEA */

/* MENSAJES */
.MensajesError /*OBLIGATORIA*/
	{
	COLOR: #FF0000; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	}
.MensajesConfirmacion /*OBLIGATORIA*/
	{
	COLOR: #008000; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	}

/* TEXTOS GENERICOS */
.TituloPaginas /*OBLIGATORIA*/
	{
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.titulos  /*OBLIGATORIA*/
	{
	font-size: 16px;
	color: #324976; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	}
.destacada /*OBLIGATORIA*/
	{
	font-size: 12px; 
	color: #324976; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	}
.gruesa  /*OBLIGATORIA*/
	{
	font-size: 14px; 
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.normal /*OBLIGATORIA*/
	{
	font-size: 12px; 
	color: #324976;
	font-family: Arial, Helvetica, sans-serif;
	}
.chica /*OBLIGATORIA*/
	{
	font-size: 9px; 
	color: #4365A7;
	font-family: Arial, Helvetica, sans-serif;
	}
.clara  /*OBLIGATORIA*/
	{
	COLOR: #FFFFFF; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	}
.servicios /*OBLIGATORIA*/
	{
	font-size: 10px; 
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.SubTituloPaginas
	{
	margin: 5px;
	padding: 2px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	}
.TextoDePaginas
	{
	font-size: 12px; 
	color: #324976;
	font-family: Arial, Helvetica, sans-serif;
	}

/* TEXTOS TITULARES INFORMACIONES */

.TitularesCajas 
	{
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	}
.normal2 /*OBLIGATORIA*/
	{
	font-size: 12px; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
p.cargo{
margin: 2px 0;
padding: 2px;
width:100%;
background-color: #C8CEDC;

}
