/* Menú Página Estática */
/* Descripción de los tags y clases: */
/*   */
/* dl - menú  */
/* dt - link de menú (primer nivel)  */
/* dd - submenú  */
/* ul - lista submenú  */
/* li - link de submenú (segundo nivel)  */
/*   */
/* .titulo - titulo en los contenidos  */
/* . contenido - texto en los contenidos  */
/*   */
dl { width: 140px; }
dl,dd { margin: 0; }
dt {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 18px;
	padding: 5px;
	margin: 2px;
}
dt a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
dt a:hover {
	color: #003366;
	text-decoration: none
	}
dd a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	padding: 5px;
	font-size: 14px;
	color: #000000;
	outline: none;
}
dd a:hover { color: #003366;
	text-decoration: none
}
dd a:active {
	color: #003366;
	text-decoration: none
}
ul { list-style: none;
	padding:5;
	margin:0;
}
li {

}
.noti-mas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.ubicacion {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 11px;
	color: #999999;
}
.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005684;
}

.titpro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.texpro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.componentes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
.noti-fecha {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.noti-titulo {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.notimas{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; }

.notimas:link {
     color: #000000; text-decoration: none; }
        
    .notimas:visited {
     color: #000201; text-decoration: none; }
        
	.notimas:active {
    color: #FF6600; text-decoration: none; }
        
	.notimas:hover {
    color: #FF6600; text-decoration: none; }
.distri {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
