/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
P
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4D4D4D;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family:	Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #285769;
}

/* style of item titles on edit and admin pages */
.SubHeadAzul{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0F77A3;
}

.SubHeadAzulB {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0F77A3;
}


/* style of item titles on edit and admin pages */
.SubHeadVerde {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #869A29;
}

/* style of item titles on edit and admin pages */
.SubHeadVerdeB {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #869A29;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4D4D4D;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4D4D4D;
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4D4D4D;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.msgError
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:	Red;
	font-weight:	normal;
	font-size:		10px;
	vertical-align:	middle;
}

.msgRequired10
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:	#4D4D4D;
	font-weight:	normal;
	font-size:		9px;
	vertical-align:	middle;
}

.msgRequired8
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:	Red;
	font-weight:	normal;
	font-size:		8px;
	vertical-align:	middle;
}

.optimizado
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#908F8F;
	text-align:		right;
	font-weight:	normal;
	font-size:		10px;
	vertical-align:	middle;
}

.azulnormal10
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	font-size:		10px;
	vertical-align:	middle;
}

.azulnormal10link, A.azulnormal10link:link, A.azulnormal10link:visited, A.azulnormal10link:hover, A.azulnormal10link:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	text-decoration: underline;
	font-size:		10px;
	vertical-align:	middle;
}

.defaultlink, A.defaultlink:link, A.defaultlink:visited, A.defaultlink:hover, A.defaultlink:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	font-weight:	bold;
	text-decoration: underline;
	font-size:		11px;
	vertical-align:	middle;
}
/* 
================================
			MENU
================================
*/

.bgVerdeMenuSelected{
	width: 100%;
	vertical-align:middle;
	background-color: #869A29;
}

.MenuText, A.MenuText:link, A.MenuText:visited, A.MenuText:hover, A.MenuText:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#8B8A89;
	text-decoration:none;
	text-align:		left;
	font-weight:	normal;
	font-size:		12px;
	vertical-align:	middle;
}

.MenuSelectedText, A.MenuSelectedText:link, A.MenuSelectedText:visited, A.MenuSelectedText:hover, A.MenuSelectedText:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#FFFFFF;
	text-decoration:none;
	text-align:		left;
	font-weight:	bold;
	font-size:		12px;
	vertical-align:	middle;
}

.MenuSubText, A.MenuSubText:link, A.MenuSubText:visited, A.MenuSubText:hover, A.MenuSubText:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#869A29;
	text-decoration:none;
	font-weight:	normal;
	text-align:		left;
	font-size:		12px;
	vertical-align:	middle;
}

.MenuSubSelectedText, A.MenuSubSelectedText:link, A.MenuSubSelectedText:visited, A.MenuSubSelectedText:hover, A.MenuSubSelectedText:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	text-decoration:none;
	font-weight:	bold;
	text-align:		left;
	font-size:		12px;
	vertical-align:	middle;
}

.MenuTextFooter, A.MenuTextFooter:link, A.MenuTextFooter:visited, A.MenuTextFooter:hover, A.MenuTextFooter:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	text-decoration: underline;
	text-align:		center;
	font-weight:	normal;
	font-size:		11px;
	vertical-align:	middle;
}

.MenuSelectedTextFooter, A.MenuSelectedTextFooter:link, A.MenuSelectedTextFooter:visited, A.MenuSelectedTextFooter:hover, A.MenuSelectedTextFooter:active
{
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	color:			#0F77A3;
	text-decoration:none;
	text-align:		center;
	font-weight:	bold;
	font-size:		11px;
	vertical-align:	middle;
}


/* 
================================
			MENU
================================*/



/*-----------------------------------------------------*/
/*       Module News (MTCB) CSS Classes                */
/*-----------------------------------------------------*/
.PagingTableNews 
{
	background-color: #FFFFFF;
    height: 33px;
    border-color:#FFFFFF;
    border-width:1px;
    border-style:Solid;
    width:99%;
}

.PagingStatusNews 
{
	color:#B0B652;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    height: 33px;
    width:100%;
}

.LinkActiveNews, A.LinkActiveNews:link, A.LinkActiveNews:visited, A.LinkActiveNews:hover, A.LinkActiveNews:active
{
	color:#0F77A3;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.LinkInactiveNews
{
	color: #4D4D4D;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


.mtcb_News_NewsSubject
{
	color:#4D4D4D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 0px 1px;
}
.mtcb_News_NewsBody
{
	color:#4D4D4D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 0px 1px;
}

.mtcb_News_Arrows
{
	color:#0F77A3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}

.mtcb_News_Normal 
{
	color:#4D4D4D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding:0px 0px 0px 1px;
}

.NewsDate
{
	color:#0F77A3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: text-top;
}

.NewsHeader
{
	color:#869A29;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 1px;
}


.NewsHeaderLink, A.NewsHeaderLink:link, A.NewsHeaderLink:visited, A.NewsHeaderLink:hover, A.NewsHeaderLink:active
{
	color:#869A29;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 1px;
}


hr.separatornews
{
	border-top:dashed 1px #808080;
	border-bottom: none 0px #808080;
	border-left: none 0px #808080;
	border-right: none 0px #808080;
	
}


hr.separatorhighlight
{
	border: dashed 4px #869A29;
	height: 1px;
	width:366px;
}

.imgborder
{
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 2px;
	background-color: #FFFFFF;
}

table.tblhighlight
{
	width:366px;
}

.itemStyle
{
    background-color: #FFFFFF;
}

.alternateItemStyle
{
    background-color: #FFFFFF;
}
/*-----------------------------------------------------*/
/*       Module News (MTCB) CSS Classes                */
/*-----------------------------------------------------*/
