/* content */
.text-header {
	font-weight: bold;
	font-size: 18pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000000;
}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #7C7C7C; }
.pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }

.TituloPrincipal {
	font-weight: bold;
	font-size: 20pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-transform: capitalize;
}

/* top elements */
.company {
	font-weight: bold;
	font-size: 18pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-transform: capitalize;
}

.slogan {
	font-weight:600;
	font-size: 14pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-transform:none;
	background-image:url(../images/barra.jpg);
	background:repeat;	
}

/*Portada de noticias*/
.TituloNoticiaPortada {
	font-weight: bold;
	font-size: 14pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000000;
	font-style: normal;
	text-transform: capitalize;
}
.ContenidoNoticiaPortada {
	font-weight: 400;
	font-size: 12pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000000;
	font-style: normal;
	text-transform:none;
}

.MenuAlbum {
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #4B4B4B;
	text-decoration: none;
	font-weight: bold;
}
.MenuAlbum a:link { font-size: 10pt; font-family: Tahoma, sans-serif; color: #4B4B4B; text-decoration: none; font-weight: bold; }
.MenuAlbum a:visited {font-size: 10pt; font-family: Tahoma, sans-serif; color: #4B4B4B; text-decoration: none; font-weight: bold; }
.MenuAlbum a:hover {font-size: 10pt; font-family: Tahoma, sans-serif; color:#666666; text-decoration: none; font-weight: bold; }

.Barra {
	font-size: 12pt;
	background-image:url(../images/barra.jpg);
	background:repeat;	
	font-family: Tahoma, sans-serif;
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}



/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}


.amenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #9CE300;
	font-weight: bold;
}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4B4B4B;
	text-decoration: none;
	font-weight: bold;
}
.asubmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4B4B4B;
	text-decoration: underline;
	font-weight: bold;
}

/*bottom menu*/
.bmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4B4B4B;
	text-decoration: none;
	font-weight: bold;
}
.abmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4B4B4B;
	text-decoration: underline;
	font-weight: bold;
}

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #3F3F3F; }

/*backgrounds*/
.main-bg { background-color: #E1E1E1; }
.submenu-bg { background-color: #4E8BC1; }
.menu-hr { background-color: #6BA4CF; }
.line { background-color: #CACACA; }

