﻿body 
{
	background-color: #585859;	/* rgb(88,88,89) Gris Bimsa*/
	font-family: Helvetica; 
	font-size: 14px; 
	color: #66736B;
}
a {
	text-decoration: none;
	color: #66736B;
}

a:hover
{
	color: #66736B;
	text-decoration:underline
}

.FooterMenu
{
	font-size: 12px;
}
.FooterAddress
{
	font-size: 9px;
}

.Normal, .NormalBolder, .NormalBolderLarge, .NormalOrange, .NormalCell, .TitleOrange
.NormalSmall, .NormalSmallOrange, .NormalWhite, .NormalWhiteBolder
{
	font-family: Helvetica; 
}
.Normal
{
	font-size: 14px; 
	color: #66736B;
}
.NormalCell
{
	font-size: 12px;
	color: #66736B;
}
.NormalBolder
{
	font-weight: bolder;
	font-size: 15px;
}
.NormalBolderLarge
{
	font-weight: bolder;
	font-size: 25px;
}
.NormalWhite
{
    font-size: 14px;
    color: White;
}
.NormalWhiteBolder
{
    font-size: 22px;
    font-weight: bolder;
    color: White;
}
.NormalOrange
{
	font-size: 14px; 
	color: #E85917;
}
.NormalSmall
{
	font-size: 12px; 
	color: #66736B;
}
.NormalSmallOrange
{
	font-size: 12px; 
	color: #E85917;
}
.TitleOrange
{
	font-size: 18px;
	font-weight: bold; 
	color: #E85917;
}
.TableTitle
{
	background-color: #66736B;
	font-size: 12pt;
	font-weight: bold;
	color: White;
}
.PageTitle, .PageSubTitle {
	font-family: Helvetica; 
	font-weight: bold;
	color: #66736B;
}
.PageTitle {
	font-size: 30px;
}
.PageSubTitle {
	font-size: 20px;
}

/* Estilos del control ModernityContent */
.BulletinTitle
{
	background-color: #66736B;
	font-size: 12px;
	color: White;
}
.BulletinIntro
{
	font-size: 10px;
	color: White;
}
a.BulletinLink
{
	font-size: 8px;
	color: White;
}

.IndicatorTitle, .IndicatorTitleGray
{
	font-size: 12px;
}
.IndicatorTitleGray
{
	background-color: #d6dad7;
	border-top-style: solid;
	border-top-color: #66736B;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66736B;
	border-bottom-width: 1px;
}
.IndicatorLink, .IndicatorLinkGray
{
	width: 45px;
	font-size: 8px;
}
.IndicatorLinkGray
{
	background-color: #d6dad7;
	border-top-style: solid;
	border-top-color: #66736B;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66736B;
	border-bottom-width: 1px;
}

.BlogTitle, .BlogTitleLine
{
	font-size: 12px;
}
.BlogTitleLine
{
	border-left-style: solid;
	border-left-color: #66736B;
	border-left-width: 1px;
}
.NewsTitle
{
	padding-right:10px;
	font-size:12px;
}
.NewsIntro
{
	padding-right:10px;
	font-size: 10px;
}
.ModernityLink
{
	padding-right:10px;
	font-size: 8px;
}

/* Estilos para tienda virtual*/
.ItemLines
{
	background-color: #66736B;
	font-family: Helvetica; 
	font-size: 11px;
	color: White;
}
a.ItemLinesLink
{
	font-family: Helvetica; 
	font-size: 10px;
	color: White;
}

/* Estilos para Blogs*/
.BlogHeader, .BloggerName, .BloggerTitle
{
	font-family: Helvetica; 
	color: White;
}
.BlogHeader
{
	background-color: #66736B;
	font-size: 20px;
	font-weight: bold;
}
.BloggerName
{
	font-size: 14px;
	font-weight: bold;
}
.BloggerTitle
{
	font-size: 14px;
	font-weight: normal;
}
.BlogLink
{
	font-size: 10px;
}

/* Noticias */
.NewsLink
{
	font-weight:bold;
	font-size: 11px;
}

/* Colores de celdas en gris degradado*/
.GrayColor1, .GrayColor2, .GrayColor3,
.GrayColor4, .GrayColor5
{
	font-weight: bold;
	color: White;
}
.GrayColor1	/*rgb(103,114,106)*/
{
	background-color: #67726a;
}
.GrayColor2	/*rgb(126,137,129)*/
{
	background-color: #7e8981;
}
.GrayColor3	/*rgb(148,157,150)*/
{
	background-color: #949d96;
}
.GrayColor4	/*rgb(171,179,173)*/
{
	background-color: #abb3ad;
}
.GrayColor5
{
	background-color: #c1c8c3;
}