body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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-image: url(images/bg_azul.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

H2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

H3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

H4  {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

H5, DT  {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

H6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066CC;
	list-style-image: url(images/ico_flechaverd.gif);
}

A:visited   {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066CC;
	list-style-image: url(images/ico_flechaverd.gif);
}

A:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	list-style-image: url(images/ico_flechaverd.gif);
}

A:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066CC;
	list-style-image: url(images/ico_flechaverd.gif);
}


SMALL   {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

BIG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

BLOCKQUOTE, PRE {
}


UL LI   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
}

UL LI LI    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
	padding-left:5px;
}

UL LI LI LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
	padding-left:10px;
}

OL LI   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;	
	list-style-image: url(images/ico_flechaverd.gif);
}

OL OL LI    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
	padding-left:5px;
}

OL OL OL LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
	padding-left:10px;
}
OL UL LI   {
}

HR {
	color: #626262;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #182F5C;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu_MenuBar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #182F5C;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu_MenuItem {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #182F5C;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	
}

.MainMenu_SubMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MainMenu_MenuArrow {
	background-color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: url(images/ico_flechaverd.gif);
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* SubMenu */    /* SubMenu */    /* SubMenu */    /* SubMenu */


/* Vertical Menu */
#SubMenu, #SubMenu ul {
	margin: 0;
	float: left;
	width: 136px;
	line-height : 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
	background-position: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12;
}

#SubMenu li {
	border: 0;
	list-style: url(images/ico_flechaverd.gif);
	position: relative;
	float: left;
	width: 136px;
	line-height : 22px;
}

#SubMenu li ul {
	position: absolute;
	left: auto;
	margin-top: -21px;
	z-index: 999;
	list-style: url(images/ico_flechaverd.gif);
}

#SubMenu li ul ul {
	left: auto;
	z-index: 999;
	list-style: url(images/ico_flechaverd.gif);
}

#SubMenu a {
	display: block;
	width: 136px;
	line-height : 22px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/bg_submenu.jpg);
	list-style: url(images/ico_flechaverd.gif);
}

#SubMenu li a:hover {
	color: #0066CC;
	list-style: url(images/ico_flechaverd.gif);
	background-image: url(images/bg_submenuhov.jpg);
}

#SubMenu li:hover ul ul, 
#SubMenu li:hover ul ul ul, 
#SubMenu li.sfhover ul ul, 
#SubMenu li.sfhover ul ul ul {
	left: auto;
	color: #0066CC;
	background-image: none;list-style: url(images/ico_flechaverd.gif);
	background-image: url(images/bg_submenuhov.jpg);
}
#SubMenu li:hover ul, 
#SubMenu li li:hover ul, 
#SubMenu li li li:hover ul, 
#SubMenu li.sfhover ul, 
#SubMenu li li.sfhover ul, 
#SubMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	color: #0066CC;
	list-style: url(images/ico_flechaverd.gif);
	background-image: url(images/bg_submenuhov.jpg);
}

#SubMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
}




/* #sidebar .nav */
#HouseMenuNav
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	white-space:nowrap;
	height:24px;
	width: 800px;
	display: inline;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
	list-style-image: url(images/ico_flechablank.gif);
}


#HouseMenuNav a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 20 0 20px;
	list-style-image: url(images/ico_flechablank.gif);
}

#HouseMenuNav a:hover 
{
	color: #333333;
	text-decoration: none;
	height:24px;
	list-style-image: url(images/ico_flechablank.gif);
	line-height: 24px;
	list-style-position: inside;
	left: auto;
}


/* added to remove bullets */
#HouseMenuNav li
{
   display:inline; 
   list-style-image: url(images/ico_flechablank.gif);
}

/* added for sub menus */
#HouseMenuNav ul
{
list-style-image: url(images/ico_flechablank.gif);
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height:24px;
	list-style-image: url(images/ico_flechablank.gif);
	line-height: 24px;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #000000;
	text-decoration: none;
	height:24px;
	list-style-image: url(images/ico_flechablank.gif);
	line-height: 24px;
}

a#houseMenuCurrentLink
{ /* current link itself */
	text-decoration: none;
	height:24px;
	list-style-image: url(images/ico_flechablank.gif);
	line-height: 24px;
	color: #000000;
}
