/* 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: Verdana, Arial, Helvetica, sans-serif; 
	}
.MensajesConfirmacion /*OBLIGATORIA*/
	{
	COLOR: #008000; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	}

/* TEXTOS GENERICOS */
.TituloPaginas /*OBLIGATORIA*/
	{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.titulos  /*OBLIGATORIA*/
	{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.destacada /*OBLIGATORIA*/
	{
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
.gruesa  /*OBLIGATORIA*/
	{
	font-size: 10px; 
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.normal /*OBLIGATORIA*/
	{
	font-size: 10px; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.chica /*OBLIGATORIA*/
	{
	font-size: 9px; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
.clara  /*OBLIGATORIA*/
	{
	COLOR: #FFFFFF; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	}
.servicios /*OBLIGATORIA*/
	{
	font-size: 10px; 
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* TEXTOS TITULARES INFORMACIONES */

.TitularesCajas 
	{
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
/* BASE CUERPO */

h1 {font-size: 12px;
color: #AF2924;
font-weight: bold}

/* NUEVOS NOMBRES DE ESTILOS PERSONALIZADOS */
A.lateral:link
	{
	COLOR: #000000;
	font-size:10px;
	font-weight: bold;
	TEXT-DECORATION: underline; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	}
A.lateral:visited 
	{
	COLOR: #666666; 
	font-size:10px;
	font-weight: bold;
	TEXT-DECORATION: none; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	}
A.lateral:hover
	{
	COLOR: #0000FF;
	font-size:10px;
	font-weight: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: underline;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}
/*Acá defino el estilo del párrafo ue lleva el titulo de los directorios (aplicados en "Por Actividad" "Por Sector")*/
p.TituloSubseccion {
 margin: 0;
 padding: 2px 5px;
 width: 100%;
 background: #B9E1DA;
 font-size: 8pt;
 text-align: right;
}

p.entrelineas {
float:center;
width: 100%;
text-align: center;
padding:2px;
border-bottom: 2px dashed #105FA0;
border-top: 2px dashed #105FA0;
font-weight: bold;
font-size: 12px;
}

.centrado {
text-align: center;
}

.titulo {
	padding:2px;
	border-bottom: 1px solid #105FA0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #105FA0;

}

.creditos {
text-align: right;
}

.menu {
margin: 2px 12px;
padding: 0;
}

UL {
margin: 5px;
list-style-image: url("http://www.webcodeff.cl/espanol/sitio/img/circulito.gif");
list-style: inside }

div.publicacion img {
margin: 3px;
width: 120px !important;
border: 1px solid black;
}