/* ================================
    CSS STYLES FOR DotNetNuke
    ESTILO DEFAULT
    MODIFICADO PARA OMINT
   ================================
*/


/* PAGE BACKGROUND 						*/
/* background color for the header at the top of the page  	*/
/* Todo lo que está atrás del logo y del menú 			*/

.HeadBg {
    background-color: White;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
}

/* background color for the content part of the pages 		*/
/* fondo de la parte principal de la página 			*/
Body
{
    background-color: white;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
}

/* background border colors for the selected tab 		*/
/* Donde aparece el Tab seleccionado + fecha + usuario 		*/

.TabBg {
    background-color: White;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    color: Black;

}


.LeftPane  { 
    BACKGROUND-COLOR: White;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;

}

.ContentPane  { 
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
}

.RightPane  { 
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
}





/* ================================	*/
/* text style for the selected tab 	*/
/* Texto del tab activo y anteriores 	*/
/* que se muestran debajo del menú	*/

.SelectedTab {
    font-weight: normal;
    color: Black;/*Gold;*/
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:  none;
    color: Black;/*Gold;*/
}

A.SelectedTab:visited  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;/*Gold;*/
}

A.SelectedTab:active   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;/*Gold;*/
}

A.SelectedTab:hover    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    underline;
    color: Black;/*Gold;*/
}




/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    color: Black;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;
}

A.OtherTabs:visited  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;
}

A.OtherTabs:active   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;
}

A.OtherTabs:hover    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Black;
}








/* GENERAL */
/* style for module titles */
/* Titulo de los módulos nuke de una página */
.Head   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 14px;
    font-weight:    Bold;
    color: Darkblue;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: *#003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: Red
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: bold
}







/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Navy;

    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;

    background-color: Whitesmoke;
    border-bottom: Gray 1px solid; 
    border-right: Gray 1px solid; 
    border-left: DarkGray 1px solid; 
    border-top: DarkGray 1px solid;  

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:visited  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:active   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:hover    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    underline;
    color: Navy;

    border-bottom: Black 1px solid; 
    border-right: Black 1px solid; 
    border-left: white 1px solid; 
    border-top: white 1px solid;  

}
 


   
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 12px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 18px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 16px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 14px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 14px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    color: #003366;
}






A:link  {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;

}

A:visited   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A:active    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A:hover {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    underline;
    color: Navy;
}






SMALL   {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 7px;
}

BIG {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size:  13px;
}

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-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #003366;
}




/* ============================ */
/* Menu-Styles 			*/
/* Module Title Menu 		*/
/* Menú del lapicito del Admin	*/
/* ============================ */

.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-family: Tahoma, Arial, Helvetica, Verdana;
    	font-size: 11px;
	font-weight: bold; 
	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-family: Tahoma, Arial, Helvetica, Verdana;
    	font-size: 11px;
	font-weight: bold; 
	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;
}





/* ============================ */
/* Main Menu 			*/
/* Menú principal del Nuke	*/
/* ============================ */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: White;/*Darkslateblue;*/
	height:16;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: Black;/*White; */
    	font-family: Tahoma, Arial, Helvetica, Verdana;
    	font-size: 11px;
	font-weight: normal; 
	font-style: normal; 
	height:21;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: Darkgray; 
	border-left: Darkgray 1px solid; 
	border-bottom: Darkgray 1px solid; 
	border-top: Darkgray 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: White;/*Darkslateblue; */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: Orange;
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
    	font-family: Tahoma, Arial, Helvetica, Verdana;
    	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.GrillaConSelec 
{
	behavior: url(../../Grilla.htc)
}
.GrillaHeader
{
}
.GrillaFooter
{
}
.GrillaPager
{
}


