/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.3_contenedor
{
	width:100%;
	table-layout:auto;
}
.celdaContainer1
{
	width:0%;
	vertical-align:top;
	text-align:left;
}
.celdaContainer2
{
	width:100%;
	vertical-align:top;
	text-align:left;
}
.3_titulo
{
}

.3_contenedor_derecha_modif
{
	padding:3px;
	width:154px;
}
.3_titulo_derecha_modif .head
{
	color:#000;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
}
.3_titulo .head
{
	font-family: Arial, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #C63;
}
Head

/* Head   {
    font-family: Arial, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #C63;
}*/

/* style of item titles on edit and admin pages */
.SubHead    {
/*    font-family: Arial, Helvetica; */
/*    font-size:  11px; */
/*    font-weight:    bold; */
      color: #C63;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #DCDCDC;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}


/* 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: Arial, Helvetica;
  background-color: #ffff99;
}
.AVisible     {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
}
.AOculto 
{
	visibility:hidden;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.imagen
{
	border:0;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #C63;
}
H2  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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: #696969;
    height:1pt;
    text-align:left;
}
HR.HRPrivado
{
	color:#C63;
	height:5px;
	width:90%;
	text-align:center;
}
/* 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-family: Arial, Helvetica; 
	font-size: 9pt; 
	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, Helvetica; 
	font-size: 9pt; 
	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 */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_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;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
.linkimage_image
{
	border:0;
}
/*
.MenuHdr
{
  padding-left: 20px;
  font-weight: bold;
  font-size: 8pt;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  border-top: 1px dotted #666;
  background-image: url(images/bulletHeader.gif);
  background-position:5% 50%;
  background-repeat: no-repeat;
}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;    
}
.inventua_sideMenu
{
	border-bottom:1px dotted #666;
	padding:0;
	margin:0;
}
.MenuItem, .MenuItemMouseOver
{
  padding-bottom: 1px;
  padding-top: 1px;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #666;
  padding-top: 1px;
  text-decoration: none;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #666;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItemMouseOver
{
  border: #00008B 1px solid;
  background-color: #1A76D3!important;
  padding-left: 20px; 
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  color: white;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; display: block; 
}
*/
/*##################### SCHWINGMENU ###################################### */
#menu UL
{
    BORDER: 0px;
    PADDING: 0px;
    MARGIN: 0px;
    WIDTH: 160px;
}
#menu LI
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    DISPLAY: inherit;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 100%;
    PADDING-TOP: 0px;
    BORDER-top: 1px solid #ccc;
    color:#666;
}
#menu A
{
    PADDING-RIGHT: 6px;
    DISPLAY: block;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 4px;
    MARGIN: 0px;
    WIDTH: 100%;
    PADDING-TOP: 4px;
    TEXT-DECORATION: none;
    color:#666;
}
#menu A:hover
{
    /* BACKGROUND-COLOR: #ededed; */
}

#menu UL A
{
	background-image: url(images/bullet2.gif);
    background-repeat:no-repeat;
    background-position:5px 50%;
    padding-left:19px;
	font-weight:bold;


}
#menu UL A:Hover
{
	background-image: url(images/bullet2.gif);
    background-repeat:no-repeat;
    background-position:5px 50%;
	font-weight:bold;
}
#menu UL A:Hover, #menu UL UL A:Hover, #menu UL UL UL A:Hover
{
    BACKGROUND-COLOR: #ededed;
}
#menu UL A.submenu
{
	
}
#menu UL UL A
{
    PADDING-LEFT: 27px;
    WIDTH: 100%;
    background-image:none;
	font-weight:normal;
}
#menu UL UL A:Hover
{
	background-image: none;
	font-weight:normal;
}
#menu UL UL UL A:Hover
{
	background-position:22px 50%;
	background-repeat:no-repeat;
}
#menu UL UL UL A
{
    PADDING-LEFT: 35px;
    WIDTH: 100%;
    background-position:22px 50%;
    background-repeat:no-repeat;
}
#menu UL UL UL UL A
{
    PADDING-LEFT: 43px;
    WIDTH: 100%;
    background-image:none;
}
#menu UL UL UL UL A:Hover
{
	background-image:none;
}
#menu UL UL UL UL UL A
{
    PADDING-LEFT: 39px;
    WIDTH: 100%;
}
#RegistroCeldaIzquierda
{
	width:99%;
}
.RegistroIzquierdaIdioma
{
	color: #C63;
	width:20%;
}
.LoginIz, .LoginDr
{
	
}
.BtnRemPwd
{
	width:100%;
}
div.centrado
{
	text-align:center;
}
img.imgOculta
{
	visibility:hidden;
}
img.imgVisible
{
	visibility:visible;
	border:0;
}
.separadorFooter
{
	height:5px;
	background-color: #000;
}
.direccionFooter
{
	width:100%;
}
.legalFooter
{
	width:100%;
}
.imgBuscar
{
	border:0;
}

/* MODULO NOTICIAS */

.TituloNoticias {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:  bold;
	color: #4b7c9f;
}
.FechaNoticias {
    font-family: Arial, Helvetica;
    font-size:  11px;
	color: #cc6600;
}
.LineaSepara {
    color: #cccccc;
    height:1pt;
    text-align:left;
}
.Descripcion
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	padding-left: 10px;
}
.IconoNoticias
{
	border:0;
	vertical-align:middle;
}
.TablaDocumentos
{
	border:0;
	padding:4px;	
}
.W3C
{
	border:0;
}
.visible
{
	visibility:visible;
	display:block;
}
.oculto
{
	visibility:hidden;
	display:none;
}
.clsIdioma
{
	text-transform: capitalize;
}
.PagHijas {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #ADADAD;
	border-left-color: #000000;
	margin-top:4px;
}
.UltimaCelda{
	width:100%
}
.BordeTabla {
	border: #adbdc5 1px solid;
}
.TablaTitulo {
	background-image:url(../0/back_TablaTi.jpg);
	border-color: #adbdc5;
	border: 0px;
	font-family: Arial, Helvetica;
    	font-size: 11px;
    	font-weight: bold;
	color: #ffffff;
	background-repeat:repeat-x;
	height:100%;
}
.TituloEvents {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
	color: #4b7c9f;
}

.rtaimg {
float:right;
}

.pdficon {
border:0;
vertical-align:middle;
}

.separador {
width:10%;
}

.alinmedio {
vertical-align:middle;
}
.FotoNoticia
{
text-align:left;
}

#WrapCab{
width:768px;
}

#container
{
	width:100%;
	background-image:url(images/fon_logo2.gif);
	background-position: 164px 100%;
	background-attachment: 1px fixed;
	background-repeat: no-repeat;
	float:left;
	clear:both;
}

#side-a {
	float: left;
	width: 160px;
}

#side-b {
	margin: 0;
	float: left;
	width: 440px;
	/*height: 1%; /* Holly hack for Peekaboo Bug */*/
}
#Contenido
{
	padding:5px;
}
#derecha
{
	float:left;
	width:160px;
	margin:0;
	padding:0;
}
#contenidoderecha
{
	padding-left:5px;
	padding-right:0px;
	margin-left:0px;
}

#3_contenedor_derecha
{
	border:1px solid #000;
	
}
BODY, HTML  
{
	border:0;
	padding:0;
	MARGIN: 0; 
	FONT-FAMILY: arial,helvetica,sans-serif; 
	text-align:center;
}
#mainContent 
{
	text-align:left;
	BORDER-RIGHT: #666 1px solid; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px auto; 
	BORDER-LEFT: #666 1px solid; 
	WIDTH: 770px; 
	PADDING-TOP: 0px;
	padding:0;
	font-family:Arial;
	font-size:8pt;
	background-image: url(images/fondo.gif);
	background-repeat:repeat-y;
}
#cabecera {
	CLEAR: both; 
	WIDTH: 100%; 
	/* BORDER-BOTTOM: #666 1px dotted; */
	height:97px;
	text-align:right;
}
#WrapCab
{
	
	color: #996;
	clear:both;
	float:left;
	background-color:White;
	border-bottom:6px solid #DDDDDD;
	padding:0;
	margin:0;
}
#CabIz
{
	padding-left:5px;
	float:left;
	padding-bottom:0;
	padding-top:4px;
	height:24px;
}
#CabDr
{
	float:right;
	/* border:1px solid #000; */
	/* height:100%; */
	/* padding: 0 10px 0 0; */
	padding-right:10px;

}
#footer {
	clear: both;
	border-bottom:1px solid #666;
	padding:0;
	background: #fff;
}
 #Menu
{
	/* border-bottom:1px dotted #666; */
	padding-left:0px;
	padding-top:0px;
}

/****************************/
HR
{
	width:95%;
	height:1px;
	color:#666;
	text-align:left;
	
}
.hrPunteada
{
	width:100%;
	height:1px;
	color:#666;
	border:1px dotted #666;
}
.HRNoticias
{
	width:100%;
	height:1px;
	color:#000;
}
.absMiddle
{
	vertical-align:middle;
}
/*
.MenuHdr
{ 
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  background-color: #f1f1f1; 
  padding-top: 2px; 
  cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 8pt; 
  padding-left: 20px; font-weight: normal; padding-bottom: 2px;
  background-color: #f1f1f1; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}
.MenuItemMouseOver
{
  background-color: #cccccc!Important; 
}
*/


/* Caja de texto del mdulo de bsqueda */
.CajaBuscador
{
	vertical-align:middle;
	color:#666;
	font-size:10px;
	border:2px solid #bdbdbd;
}
/* Fn Caja de texto del mdulo de bsqueda */
td
{
	FONT-FAMILY: arial,helvetica,sans-serif; 
	font-size:8pt;
}



/* IgerSoft SiteMap (Mapa del sitio) */
TABLE.headline
{
	MARGIN-TOP: 12px;
}
TD.partition
{
	PADDING-BOTTOM: 12px;
}
.gutterPlug
{
	WIDTH: 10px; HEIGHT: 1px
}
DIV.verticalRule
{
	MARGIN-TOP: 12px; BACKGROUND: #e6e6e6; WIDTH: 1px; HEIGHT: 100%
}
.pixel
{
	WIDTH: 1px; HEIGHT: 1px
}
P.blurb
{
	MARGIN: 0em;
	font-family: arial, helvetica, sans-serif;
}
.bullet
{
	PADDING-RIGHT: 6px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; FONT: 70% Verdana; COLOR: #a6a6a6; PADDING-TOP: 2px
}
TABLE.subbullets 
{
	MARGIN-TOP: 3px;
}
.subbullet 
{
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; FONT: 55% Verdana; COLOR: #a6a6a6; PADDING-TOP: 2px
}
TD.sublink 
{
	PADDING-BOTTOM: 3px;
}

A.sitemap_root:link, A.sitemap_root:active, A.sitemap_root:visited
{
	font-weight: bold;	
	text-decoration: none;
}
A.sitemap_root:hover
{
	font-weight: bold;		
	text-decoration: underline;
}

A.sitemap_child:link, A.sitemap_child:active, A.sitemap_child:visited
{
	font-weight: normal;
	text-decoration: none;		
}
A.sitemap_child:hover
{
	font-weight: normal;
	text-decoration: underline;
}
/* Fn IgerSoft SiteMap */

#dnn_RightPane
{
	vertical-align:top;
}
/* ================================
    CSS STYLES FOR Module Event
   ================================
*/
#Table1
{
	width:90%;
}
.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Arial;
	border-collapse: collapse;
	text-align: center;
	width: 100%; /* 400px; */
	height: 100%; /* 400px; */
}

.EventTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: #6666ff;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-size: 8pt;
	font-weight:normal;
	font-family:Arial;
	background-image: none;
	color: #000;
	background-color: #c0c0c0;
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #00008B !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #00008B !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	background-color: #f0f0f0;
	text-transform:capitalize;
	color:#000;
}

.EventDay, .EventDay td
{
	font-size: 8pt;
	color: #ffffff !important;
	font-family: Arial;
	background-color: #D3D6E7;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 8pt;
	color: #000000 !important;
	font-family: Arial;
}

.EventOtherMonthDay, .EventOtherMonthDay td
{
	color: #ff0000;
	background-color:#ffffff;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #ff0000;
	background-color: #ffffff;
}


.EventWeekendDay
{
	background-color: #D3D6E7;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: #A9A9A9;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
#dnn_ContentPane
{
	padding:0;
	border:0;
	margin:0;
	width:100%;
}





















































































