/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* ================================
    CSS STYLES FOR STARS
   ================================
/* COLOR SPECIFIC */
/* style for Body */
.Body   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:  normal;
    color: #000000;
}
/* style for Paragraphs */
.P   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:  normal;
    color: #000000;
}
/* .Head  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles */
.Head 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    height: 0px;
}
/* .SubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Item Titles and Admin Pages*/
.SubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: bold;
    color: #000000;
    height: 0px;
}
/* .SubSubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles for compact renderings - Quiklinks/Sign-ins*/
.SubSubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: bold;
    color: #000000;
}
/* Blue .Normal  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for most text rendered by modules*/
.Normal 
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;    
    font-weight: normal;
    color: #666666;
}
.NormalBold
{
    font-family:Arial, Helvetica, sans-serif;	
    font-size: 9px;    
	font-weight: bold;
    color: #666666;
}
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;    
	font-weight: bold;
	color: #990000;
}
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;    
	font-weight: normal;
    color: #000000;
}
/* text style for the unselected tabs */
.OtherTabs 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;    
    font-weight: bold;
    color: #666666;
}
/*  .ItemTitle  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for ItemTitles rendered by Announcements and Events Modules*/
.ItemTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: normal;
    color:#666666;
    height: 0px;
}
/* Link style for Module Item Titles and Admin Pages /////////////////////////////////////////////////////////////*/    
A.SubHead:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    height: 0px;
}
A.SubHead:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: bold;
    text-decoration: none;    
    color: #CCCCCC;
    height: 0px;
}
A.SubHead:active   
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color:#CCCCCC;
    height: 0px;
}
A.SubHead:hover    
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;   
    font-weight: bold;
    text-decoration: underline;
    color: #666666;
    height: 0px;
}
/* Link style for SelectedTab  /////////////////////////////////////////////////////////////*/    
A.SelectedTab:link    
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;    
    font-weight: bold;
    text-decoration: none;
    color: #666666;    
}
A.SelectedTab:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: bold;
    text-decoration: none; 
    color: #CCCCCC;
}
A.SelectedTab:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: bold;
    text-decoration: underline;
    color: #CCCCCC;
}
A.SelectedTab:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: bold;
    text-decoration: underline;
    color: #666666;
}
/* Link style for OtherTabs  /////////////////////////////////////////////////////////////*/    
A.OtherTabs:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
A.OtherTabs:visited  
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;   
    font-weight: bold;
    text-decoration: none;    
    color: #CCCCCC;
}
A.OtherTabs:active   
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;   
    font-weight: bold;
    text-decoration: underline;
    color: #CCCCCCC;
}
A.OtherTabs:hover    
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;   
    font-weight: bold;
    text-decoration: underline;
    color: #666666;
}
/* Link style for Links  /////////////////////////////////////////////////////////////*/    
A:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: normal;
    text-decoration: none;
    color:#666666;    
}
A:visited  
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9px;   
    font-weight: normal;
    text-decoration: none;    
    color: #CCCCCC;
}
A:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: normal;
    text-decoration: underline;
    color: #CCCCCC;
}
A:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: normal;
    text-decoration: underline;
    color: #666666;
}
/* Link style for Normal Links  /////////////////////////////////////////////////////////////*/    
A.Normal:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;    
    font-weight: normal;
    text-decoration: none;
    color:#666666;
}
A.Normal:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: normal;
    text-decoration: none;    
    color: #CCCCCC;
}
A.Normal:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: normal;
    text-decoration: underline;
    color: #CCCCCC;
}
A.Normal:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;   
    font-weight: normal;
    text-decoration: underline;
	color: #666666;
}
/*  .Privacy  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for Privacy */
.Privacy {
    font-weight: normal;
    font-size: 8pt;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
/*  .CurrentDate  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for CurrentDate */
.CurrentDate {
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
/*  .Copyright  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Copyright */
.Copyright {
    font-weight: normal;
    font-size: 8pt;
    color: #e15c0f;
    font-family: Arial, Helvetica, sans-serif;	
    text-decoration: none;
}
/*  .DotNetNuke  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for DotNetNuke */
.Dotnetnuke {
    font-weight: bold;
    font-size: 8pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;	
    text-decoration: none;
}
/*  .User  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* hyperlink style for the User */
A.User:link 
{
    font-family:  Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;
    font-weight: normal;   
    text-decoration: none;
    color: #ffffff;
}
A.User:visited  
{
    font-family:  Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;    
    font-weight: normal;    
    text-decoration: none;
    color: #ffffff;
}
A.User:active   
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;   
    font-weight: normal;   
    text-decoration: none;
    color: #fbbe00;
}
A.User:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; text-transform: lowercase;  
    text-decoration: underline; 
    font-weight: normal;     
    color: #fbbe00;
}
/*  .Login  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Login */
A.Login:link {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;
    font-weight: normal;   
    text-decoration: none;
    color: #ffffff;
}
A.Login:visited  {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
A.Login:active   {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;
    font-weight: normal;
    text-decoration: none;
    color: #fbbe00;
}
A.Login:hover    {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt; text-transform: lowercase;
    font-weight: normal;
    text-decoration: underline; 
    color: #fbbe00;
} 
/*  .Breadcrumb  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}
A.Breadcrumb:visited  {
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}
A.Breadcrumb:active   {
    text-decoration: underline;
    color: #fbbe00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
}
A.Breadcrumb:hover    {
    text-decoration: underline;
    color: #fbbe00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}
/*  .Hostname  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Hostname */
A.Hostname:link {
    text-decoration:    none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    height: 0px;
}
A.Hostname:visited  {
    text-decoration:    none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    height: 0px;
}
A.Hostname:active   {
    text-decoration:    none;
    color: #fbbe00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    height: 0px;
}
A.Hostname:hover    {
    text-decoration: underline;
    color: #fbbe00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    height: 0px;
}
/* Main Menu ////////////////////////////////////////////////////////////////////////////////////////////////////*/
.MainMenu_MenuContainer		/* BG y bordes del menu entero*/
{
	border-right: #fff 0px solid;
	border-top: #fff 0px solid;
	border-left: #fff 0px solid;
	border-bottom: #fff 0px solid;
	background-repeat: repeat-x;
}
.MainMenu_MenuBar 		 /*background de los links*/
{	
	cursor: hand; 
	height: 24px;
}
.MainMenu_MenuItem
{
    border-right: #000000 0px solid; /*esto quita las lineas que salen y desaparecen*/
    border-top: #000000 0px solid; /*esto quita las lineas que salen y desaparecen*/
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    font-weight: bold;
    font-size: 12pt;
    cursor: hand;
    color: #ffffff;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}
.MainMenu_MenuIcon		/*espacio a la izquierda de los links del drop down menu*/
{
	border-right: #C80000 0px solid;
	border-top: #C80000 0px solid;
	border-left: #C80000 0px solid;
	border-bottom: #C80000 0px solid;
	width: 26px;
	cursor: hand;
	color: #AA061A;
	background-color:#e15c0f;
	background-repeat: no-repeat;
	height: 21px;
	text-align: center;
}
.MainMenu_SubMenu 		  /*background de los drop down menus*/
{
	z-index: 1000; 
	cursor: hand; 
	background-color: #ea7517;
	border-bottom: #fff 0px solid; 
	border-left: #fff 0px solid; 
	border-top: #fff 0px solid; 
	border-right: #fff 0px solid;
}
.MainMenu_MenuBreak		/* no se */
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	background-repeat: no-repeat;
	height: 0px;
	background-color: transparent;
}
.MainMenu_MenuItemSel		 /* highlight de los links */
{
	font-weight: bold;
	font-size: 12pt;
	cursor: hand;
	background-color: #e15c0f;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fbbe00;
	text-transform: lowercase;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	color: white;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand;
	color: White;
}
/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
A.CommandButton:link   /* estos son para los links de las paginas*/
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;	
    height: 0px;
    cursor: hand;
}
A.CommandButton:visited        /* estos son para los links de las paginas*/
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;	
    height: 0px;
    cursor: hand;
}
A.CommandButton:active       	/* estos son para los links de las paginas*/
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: bold;
	font-size: 9px;
	color: #fbbe00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    height: 0px;
    cursor: hand;
}
A.CommandButton:hover				/* estos son para los links de las paginas*/
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: bold;
	font-size: 9px;
	color: #fbbe00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    height: 0px;
    cursor: hand;
}
/* File manager styles  /////////////////////////////////////////////////////////////*/    
.DataGrid_Header   /* estos son para los textos en la seccion de permissions del file manager*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
    height: 0px;
    cursor: hand;
}
.DataGrid_Item   /* estos son para los textos en la seccion de permissions del file manager*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
.DataGrid_AlternatingItem   /* estos son para los textos en la seccion de permissions del file manager*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
.FileManager_Item   /* estos son para los textos al lado de los links de los archivos del file manager*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
.FileManager_AltItem   /*  estos son para los textos al lado de los links de los archivos del file manager*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
/* [LINK] tag styles  /////////////////////////////////////////////////////////////*/    
.SkinObject   /* estos son para los Palitos verticales al lado de los links del [link] tag*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
A.SkinObject:Link   /* estos son para los links del [link] tag*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}
A.SkinObject:Visited   /* estos son para los links del [link] tag*/
{
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9503;	
    height: 0px;
    cursor: hand;
}


/*//////////////////////// In-Skin Elements //////////////////////////*/
.footertable {padding-left:10px; border-top:solid 2px #ea7516;}
.bg {background-image: url(aprende_background_strip.jpg); background-repeat: repeat-x; background-color: #e0f7fc;}
.mainpage_image {background-image: url(aprende_main_page_image.jpg); background-repeat: no-repeat; background-color: transparent;}
.UserLogin { font-family: Arial, Helvetica, Verdana; font-size: 12px; font-weight: bolder; color: #ffffff; padding-top: 10px; }

