Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
   color: black;
}

/*  BEGIN: DEFAULT DOTNETNUKE STYLES */

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{

}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #f3f3f3;
}

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;
    color: #75808A;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#cc0000;
}

/* style for module titles */
.Head   {
    font-size: 1.4em;
    font-weight:  bold;
    color: #cc0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

tr.control * span.SubHead
{
	font-size:10pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  1.0em;
    font-weight:    bold;
    color: black;
}

 
/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-size: 1.0em;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
	font-size: 1.0em;
    font-weight: bold;
    color: #cc0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-size: 1em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #cc0000;
}


/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
	background: #dddddd;
	color: #000000;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  background-color: #ffff99;
}
    
/* GENERIC */
H1  {
    font-size:  1.5em;
    font-weight: bold;
    color: #75808A;
}

H2  
{
	font-size: 1.4em;
    font-weight: bold;
    color: #75808A;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
    color: #75808A;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
    color: #75808A;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #75808A;
}

TFOOT, THEAD    {
    font-size:  1.1em;
    color: #75808A;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

A:link  {
    text-decoration:    none;
    color:  #75808A;

}

A:visited   {
    text-decoration:    none;
    color:  #75808A;
}

A:active    {
    text-decoration:    none;
    color:  #75808A;
}

A:hover {
    text-decoration: underline;
    color:  #cc0000;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

/*
UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
*/
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*------------Menu New--------------*/

.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuItem{
	white-space:nowrap;
	text-align: left;	
	color:#777;	
	font-size:9px;
	font-weight:bold;
	padding:3 15 3 10;
	border:1px #E3E3E3 solid; 
	border-width:1px 0px;

}
.submenuitembreadcrumb{
	color:#cc0000;	
	font-weight:normal;
	font-size:11px;
	border-width:1px 0px;
}


.resaltadoText{
	color:#cc0000;	font-weight:normal; font-size:11px;
	padding:3 15 3 10;
}


.submenuitemselected{
	color:#FFF;	font-weight:normal; font-size:11px;
	padding:3 15 3 10;
	background:#cc0000;
	border:1px #E3E3E3 solid; border-width:1 0;	
}
.MainMenu_MenuArrow{
	padding:0 3 0 7;
	border:#E3E3E3 solid; border-width:1 1 1 0;
	text-align:right;
}
.submenu{
	z-index:1000;
	border-right:1px #E3E3E3 solid;
	padding:0px;
	margin-left:1px;
	color: #777;
	margin-left:2px;
	background:#E3E3E3;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1);
}
.rootmenuitem TD{ 
	color:#777;
	font-size:11px; font-weight:bold;
	padding:0 5 0 3;
	background:transparent;
	height:32px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#cc0000;
	font-size:11px; font-weight:bold;
	padding:0 5 0 3;
	background:transparent;
	height:32px;
}
.MainMenu_MenuBreak{
	border:0px;
	background:transparent;
}
.MainMenu_MenuBreak TD{
	color:#E3E3E3;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
}

/* Main Menu *.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #AAAAAA; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}---------------/


/*  END: DEFAULT DOTNETNUKE STYLES */
/* Skin specific width: 768px;*/

#DNN_MainLayoutCell
{
   width: 740px;
}
#DNN_MainLayoutCell1
{
   width: 900px;
}
#DNN_MainLayoutCell2
{
   width: 100%;
}



#DNN_HeaderLeft
{
   background-image: url(images/header-left.gif);
   background-repeat: no-repeat;
   background-position: 1px 0px;
   width: 387px;
   height: 70px;
}

#DNN_HeaderMiddle
{
   background-image: url(images/header-bg.gif);
   background-repeat: repeat-x;
   height: 70px;
}

#DNN_HeaderRightTop
{
   height: 27px;
   background-color: #e7e7e7;
   border-bottom: 1px solid #dedede;
   padding-right: 5px;
}

#DNN_HeaderRightMiddle
{
   height: 35px;
   background-color: white;
   border-bottom: 1px solid #dedede;
}

#DNN_HeaderRightBottom
{
   height: 70px;
   background-color: white;
}


.DNN_HeaderActionCell
{
   width: 70px;
}

#DNN_Logo
{
   margin-left: 10px;
   width: 335px;
   height: 77px;
   border: 0px;
}

#DNN_ContentBannerCell
{
   height: 90px;
}

#DNN_ContentUserCell
{
   padding-right: 10px;
   padding-left: 10px;
   background-color: #e7e7e7;
   font-size: 0.6em;
}

.DNN_ContentIntroCell
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
 	padding-bottom: 10px;
}

#DNN_ContentIntroText
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 13pt;
   font-weight: bold;
   color: #cc0000;
}

.DNN_IntroIcon
{
   float: left;
   width: 23%;
   text-align: center;
}

A.DNN_IconLink:link, A.DNN_IconLink:visited, A.DNN_IconLink:active, A.DNN_IconLink:hover
{
   color: #75808A;
   text-decoration: none;
}

A.DNN_IconLink:hover
{
   text-decoration: underline;
   color: #cc0000;
}

#DNN_FooterCell
{
	border-top: 1px solid #dedede;
	height: 50px;
}

.DNN_BreadCrumb
{
	font-size: 0.8em;
	font-weight: normal;
}

.DNN_User, .DNN_Login
{
	font-size: 0.9em;
	font-weight: normal;
}

.DNN_Search
{
	font-size: 8pt;
	font-weight: normal;
}

a.event-list-link
{	
	color:#0a70b8;
	font-weight: bold;

}

/* ul li { margin-left: 10; } */


.negrobold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #000000; text-decoration: none }
.negrobold:hover { text-decoration: underline; font-weight: bold}

.rojofina { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #CC0000; text-decoration: none }
.rojofina:hover { text-decoration: underline}
.negrofina { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none }


.noborder {  border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
INPUT {   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.rojobold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #CC0000; text-decoration: none }
.rojobold:hover { text-decoration: underline; font-weight: bold}

