/* 
================================================================
    CSS STYLE DEL SITIO OMINT
    #081c59 = AZUL OMINT
    #d3d7e4 = LILA de fondo general antes del blanco
    #a9b2cb = LILA oscuro para el panel izquierdo
================================================================
*/ 


/* ============================ */
/* 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: 	#f3f1e7; /*#cecec6;*/
}

.MainMenu_MenuBar {
	cursor: 	pointer; 
	cursor: 	hand; 
	height:		16;
}

.MainMenu_MenuItem {
	cursor: 		pointer; 
	cursor: 		hand; 
	color: 			#8a8555;
    font: 			Verdana;
    font-size: 		11px;
	font-weight: 	normal; 
	font-style: 	normal; 	
}

.MainMenu_MenuIcon {
	cursor: 			pointer; 
	cursor: 			hand; 
	background-color: 	#CCCC99; 
	border-left: 		#CCCC99 1px solid; 
	border-bottom: 		#CCCC99 1px solid; 
	border-top: 		#CCCC99 1px solid; 
	text-align: 		center; 
	width: 				15; 
	height: 			21;
}

.MainMenu_SubMenu {
	z-index: 			1000; 
	cursor: 			pointer; 
	cursor: 			hand; 
	background-color: 	#f3f1e7; 
	filter:				progid:DXImageTransform.Microsoft.Shadow(color='#808060', Direction=135, Strength=3) ; 
}

.MainMenu_MenuBreak {
	border-bottom: 		#CCCC99 1px solid; 
	border-left: 		#CCCC99 0px solid; 
	border-top: 		#CCCC99 1px solid;  
	border-right: 		#CCCC99 0px solid; 
	background-color: 	#CCCC99; 
	height: 			1px;
}

.MainMenu_MenuItemSel {
	background-color: 	#cecec6;
	cursor: 			pointer; 
	cursor: 			hand; 
	color: 				#141c5a; 
    font-family: 		Arial;
    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
{
}

INPUT, SELECT, TEXTAREA
{
  font-size: 		12px;
  font-family: 		Arial;
  vertical-align: 	Middle;
}


/* 
   *********************************************************************
   PAGE BACKGROUND 						
   Background color for the header at the top of the page  	
   Todo lo que est atras del logo y del menmenu
   *********************************************************************
*/

.HeadBg {
    background-color: 		#003d7c;	/*#f3f1e7;*/
    font-family: 		Arial;
    font-size: 			11px;
}



/* 
   *********************************************************************
   Background color for the content part of the pages 		
   Fondo de la parte principal de la pagina 			
   *********************************************************************
*/
Body
{
    font-family: 	Arial;
    font-size: 		11px;
    background-color: 	WHITE;
}

/* background border colors for the selected tab 		*/
/* Donde aparece el Tab seleccionado + fecha + usuario 		*/
.TabBg {
    background-color: 	#003d7c;	/*#f3f1e7;*/
    font-family: 	Arial;
    font-size: 		11px;
    color: 		white;
}


.LeftPane  { 
/*    BACKGROUND-COLOR: 	#bcc6dc;	*/
    font-family: 	Arial;
    font-size: 		9px;
    width:		134;
}

.ContentPane  { 
    font-family: 	Arial;
    font-size: 		9px;
    background-color: 	WHITE;
}

.RightPane  { 
    font-family: 	Arial;
    font-size: 		9px;
/*    filter:		progid:DXImageTransform.Microsoft.Gradient(endColorstr='#f3f1e7', startColorstr='#FFFFFF', gradientType='1');*/
    BACKGROUND-COLOR: 	#cfd0d2;
}

.RightPane3  { 
    font-family: 	Arial;
    font-size: 		9px;
/*    filter:		progid:DXImageTransform.Microsoft.Gradient(endColorstr='#f3f1e7', startColorstr='#FFFFFF', gradientType='1');*/
    BACKGROUND-COLOR: 	WHITE;
}




/* 
  ======================================
  Text style for the selected tab 	
  Texto del tab activo y anteriores 	
  que se muestran debajo del menú	
  ======================================
*/

.SelectedTab {
    font-weight: 		normal;
    color: 			white; /*#8a8555;*/
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration: 		none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:  		none;
    color: 			white; /*#8a8555;*/
}

A.SelectedTab:visited  {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			white; /*#8a8555*/;
}

A.SelectedTab:active   {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			#8a8555;
}

A.SelectedTab:hover    {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	underline;
    color: 			#8a8555;
}




/* text style for the unselected tabs */
.OtherTabs {
    font-weight: 		bold;
    color: 			white; /*#8a8555;*/
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration: 		none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			white; /*#8a8555;*/
}

A.OtherTabs:visited  {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			#8a8555;
}

A.OtherTabs:active   {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			#8a8555;
}

A.OtherTabs:hover    {
    font-family: 		Arial;
    font-size: 			11px;
    text-decoration:    	none;
    color: 			#8a8555;
}








/* GENERAL */
/* style for module titles */
/* Titulo de los mdulos nuke de una pgina */
.Head   {
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		14px;
    font-weight:    	Bold;
    color: 		#081c59;
}

/* style of item titles on edit and admin pages */
/* Entre otras cosas es lo que usa el faster en el cuadro amarillo */
.SubHead    {
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		13px;
    font-weight: 	Bold;	
    color: 		Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/* Entre otras cosas es lo que usa el nukeform para lo labels de campos */
.SubSubHead {
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight: 	normal;	
    color: 		black;
}

/* text style used for most text rendered by modules */
.Small
{
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		10px;
    font-weight: 	normal;
}

.Normal
{
    font-family: 	Arial, Tahoma, 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:	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight: 	normal;
}

.NormalRed
{
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight: 	bold;
    color: 		Red
}

.NormalBold
{
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight: 	bold
}


/* 
*******************************************************************************
text style for buttons and link buttons used in the portal admin pages 
*******************************************************************************
*/
.CommandButton     {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 9px;
    font-weight: normal;
    color: Navy;

    padding-top: 0px;
    padding-bottom: 0px;
    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: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:visited  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:active   {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A.CommandButton:hover    {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    underline;
    color: Navy;

    border-bottom: White 1px solid; 
    border-right: White 1px solid; 
    border-left: Black 1px solid; 
    border-top: Black 1px solid;  

}
 


   
/* GENERIC */
H1  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 18px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 16px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 14px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 14px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    color: 		#003366;
}






A:link  {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;

}

A:visited   {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A:active    {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    none;
    color: Navy;
}

A:hover {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 11px;
    text-decoration:    underline;
    color: Navy;
}






SMALL   {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 7px;
}

BIG {
    font-family: Arial, Tahoma, 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: 	Arial, Tahoma, 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: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight:    	bold;
    color: 		#003366;
}



/* ============================ */
/* Menu-Styles 			*/
/* Para el menú del panel Izq.  */
/* ============================ */

.MenuIzqPagActual
{
    font-family: 	Arial, Tahoma, Helvetica, Verdana;
    font-size: 		11px;
    font-weight: 	Bold;
    font-color: 	navy;    
}




/* ============================ */
/* 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: Arial, Tahoma, 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: Arial, Tahoma, 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;
}


/* Menu de arriba de todo HOME - EMERGENCIAS - ETC... */
/*
.ShortCut, A.ShortCut:link, A.ShortCut:visited  {
	color:		#003d7c;
	font-size:	12pt;
	font-family:	Georgia, Times New Roman, Times, serif;
}
.ShortCutSmall, A.ShortCutSmall:link, A.ShortCutSmall:visited  {
	color:		#003d7c;
	font-size:	8pt;
	font-style:	Italic;
	font-family:	Georgia, Times New Roman, Times, serif;
}
*/



/* Título de los OmintNavegacion */
.ShortCutBold, A.ShortCutBold:link, A.ShortCutBold:visited  {
	color:				#003d7c;
	font-size:			13pt;
	font-style:			Bold;
	font-family:		Arial, Verdana, Times New Roman, Times, serif;
}

/* Cada elemento de los OmintNavegacion */
.ShortCutSmall, A.ShortCutSmall:link, A.ShortCutSmall:visited
{ 
	font-family: 		Arial, Verdana, Helvetica, sans-serif; 
	font-size: 			8pt; 
	color: 				#091B59;
	text-decoration: 	none; 
	font-weight: 		Bold;
}

 /* Cada elemento de los OmintNavegacion cuando le pasas por arriba */ 
 A.ShortCutSmall:hover {
	font-family: 		Arial, Verdana, Helvetica, sans-serif; 
	font-size: 			8pt; 
	color: 				#091B59;
	text-decoration: 	underline; 
	font-weight: 		Bold;
}	

/* Cada link del menú Top */
.ShortCut, A.ShortCut:link, A.ShortCut:visited  {
	font-family: 		Arial, Verdana, Helvetica, sans-serif; 
	font-size: 			11pt; 
	color: 				#091B59;
	text-decoration: 	none; 
	font-weight: 		Bold;
}

 /* Cada elemento del menú top cuando le pasas por arriba */ 
 A.ShortCut:hover {
	font-family: 		Arial, Verdana, Helvetica, sans-serif; 
	font-size: 			11pt; 
	color: 				#091B59;
	text-decoration: 	underline; 
	font-weight: 		Bold;
}
	
