/* ================================
    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/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	background-image:url(../../images/home/SE_FondoMontana.jpg); 
	width: 620px; /* use you own image size; */ 
	height: 134px; /* use you own image size; */ 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	text-align: left; 
	vertical-align: top; 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.SelectedTab:visited  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.SelectedTab:active   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.SelectedTab:hover    {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FF0000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.OtherTabs:visited  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.OtherTabs:active   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

A.OtherTabs:hover    {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FF0000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    color: #000000;
    font-size:  12px;
    font-weight:    bold;
    text-align:center;
}

.HeaderBold   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    color: #838263;
    font-size:  12px;
    font-weight:    bold;
}

.HeaderSmallBold   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    color: #838263;
    font-size:  10px;
    font-weight:    bold;
}

/* 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
{
}

.NormalSurvey
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 7px;
    font-weight: bold
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

.NormalBoldSurvey
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* 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 {
    font-family:    Arial, Tahoma, Verdana, Helvetica;
}


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 {
	background-image:url(../../images/fondo_menu2.gif);
     background-color: #B69B53;
	border-bottom: #B69B53 0px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 0px solid; 
	border-right: #B69B53 0px solid;
height:23;
}

.MainMenu_MenuBar {
     background-color: #B69B53;
	border-bottom: #B69B53 0px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 0px solid; 
	border-right: #B69B53 0px solid;
	background-image:url(../../images/fondo_menu2.gif);
}

.SeparadorTabs {
	background-color: #000000;
}

/* Rayas opciones de menu */
.MainMenu_MenuItem {
     background-color: #B69B53;
	border-bottom: #B69B53 1px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 1px solid; 
	border-right: #B69B53 0px solid; 
	text-align: center;
}

/* Rayas opciones de menu */
.MainMenu_MenuIcon {
     background-color: #B69B53;
	border-bottom: #B69B53 1px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 1px solid; 
	border-right: #B69B53 0px solid;
}

.MainMenu_SubMenu {
     background-color: #E8E5DC;
	border-bottom: #B69B53 0px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 0px solid; 
	border-right: #B69B53 0px solid;
}

.MainMenu_MenuBreak {
     background-color: #B69B53;
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
}

.MainMenu_MenuItemSel {
     background-color: #E8E5DC;
	border-bottom: #B69B53 0px solid; 
	border-left: #B69B53 0px solid; 
	border-top: #B69B53 0px solid; 
	border-right: #B69B53 0px solid;
	color: black;
	text-align: center;

}

.MainMenu_MenuArrow {
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
}

/* PREMIOS */
.PremiosTituloTabla {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 9E7C33;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	background-image: url(LineaPuntos.gif);
}
.PremiosDescripcionFila1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: 737337;
	background-color: EFEFDE;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.PremiosDescripcionFila2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height: 20px;
	background-color: F9F9F2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.PremiosTituloConcurso {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 9E7C33;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: F9BC64;
}
.PremiosConcurso {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 003366;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: F9BC64;
}

