/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border: #036 1px solid;
}
/* styles used in the FileManager */
.FileManager
{
    border: #000 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: #000 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height:100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
}

.FileManager_FileList
{
    height:100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    padding: 25px;
}

.FileManager_Header
{
    font-size: 12px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    background-color: #EEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    background-color: #dedfde;
    height: 25px;
    margin: 2px;
}

.FileManager_Item
{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background-color: #F8F8F8;
    border-top: #000 1px dashed;
    border-bottom: #000 1px dashed;
}

.FileManager_AltItem
{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background-color: #EEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #9ff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-size: 12px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

a { 
        text-decoration: none;
}
a:active{ 
        text-decoration: none;
}

a:link	{ 
        text-decoration: none;
}
a:hover	{ 
        text-decoration: none;
}

/* styles used in the Wizard Framework */
.Wizard
{
    border: #000 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border: #696969 1px solid;
    padding: 2px;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffc;
    border-bottom: #000 1px solid;
    height:40px;
}
.WizardFooter
{
    border-top: #000 1px solid;
    background: #cfc;
}
.WizardBody
{
    padding: 10px;
    height: 325px;
}
.WizardHelp
{
    padding: 5px;    
    border-left: #000 1px solid;
    width: 180px;    
    background-color: #cff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    color: #000;
}
.WizardText
{
    font-size: 9pt;
    color: #000;
}

 
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL UL LI    {
    list-style-type:    disc;
}

UL UL UL 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 {
    height:1pt;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
    border-width: 0;  
}

.ModuleTitle_MenuBar {
    height:16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border: #FFF 1px solid;
    border-width: 1px 0;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon {
    background-color: #EEE;
    border: #EEE 1px solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    background-color: #FFF;
    border-width: 0;
}

.ModuleTitle_MenuBreak
{
    border: #EEE 1px solid;
    border-width: 1px 0;
    background-color: #EEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
 {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

/*////////////// estilos de la pagina  ////////////////////////*/
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.contentmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636163;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.titulomain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
}
.supertitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        font-weight: normal;
	color: #FFFFFF;
}
.titulointerno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #080810;
}
.titulointerno02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #353545;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949294;
	font-weight: normal;
}
.textindicadores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

#txthistoria .content .menuconsejos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #526FC4;
	text-align: left;
	height: auto;
	width: auto;
}
.campo {
	background-color: #F0F0F0;
	border: 1px solid #63657B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menuppal {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px; 
        font-weight: bold;
        color: #7A7A7A; 
        text-decoration: none
}
a.menuppal:visited {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7A7A7A;
}

a.menuppal:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E70000;
	background-repeat: repeat;
	background-position: left left;
	text-decoration: blink;
}

a.menuppal:link {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7A7A7A;
}

a.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a.menu2:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

a.menu2:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

a.menu2:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat;
	background-position: left left;
	text-decoration: blink;
	font-weight: normal;
}

a.menu2:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}.logueo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
.logueo a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
.logueo a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
.logueo a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
.logueo a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
/*///////////////////////
.MainMenu_MenuContainer
{
    background-color: transparent;
	font-size: 11px;
	height:15px;
}

.MainMenu_MenuBar {
    height: 15px;
	font-size: 11px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
	width:200px;
    color: black;
    font-size: 11px;
    font-style: normal;
	border: red 1px solid;
    background-color: #FFFFFF;	
}

.MainMenu_MenuIcon
{

}
.ModuleTitle_RootMenuArrow
{
    
}
.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #ffffff;
	border:
}
.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_MenuContainer{ 
	background-color:transparent; 
	width:100%; 
}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow
{
   display:none; 
}

.MainMenu_MenuBreak{ display:none; }

/* estado "reposo" del menu desplegable */
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:normal;
				color:#7a7a7a;
				border:1px #e70000 solid;
				width: 190px;
				height:17px;
				padding-left:10px;
				background-color:#FFFFFF;
				background-image:url(images/activeMenu.gif);
				background-repeat:no-repeat;
		/*		
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#7a7a7a;
				border:1px #e70000 solid;
				width: 190px;
				height:17px;
		
		
				color:#ffffff;
				font-size:11px;
				font-weight:normal;
				border:1px #973083 solid;
				border-width:1px 1px;
				width: 158px;
				padding-top: 3px;
				padding-right: 15px;
				padding-bottom: 3px;
				padding-left: 10px;*/
}
/*////// Estado "sobre" del menu desplegable //////*/
.submenuitemselected{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	border:1px #e70000 solid;
	width: 190px;
	height:17px;
	background-image:url(images/overMenu.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-left:10px;
}
/*  Estado "reposo" menu raiz  */
.rootmenuitem TD{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	font-weight:bold;
	padding:0 0 5 5;	
	background-color:#FFFFFF;
	background-image:url(images/1x1.gif);
}

/* Estado "sobre" del menu raiz */
.rootmenuitemselected TD{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF; 
	font-weight:bold;
	background-color:#e70000;
	padding:0 0 5 5;	
		
}
/* Ubicacion en el sitio en el menu Raiz */
.rootmenuitembreadcrumb TD{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:0 0 5 5;	
	background-color:#e70000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-color:#e70000;
	background-image:url(images/1x1.gif);
	font-weight:bold;
}
.linkConFlecha{
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#404AAC;
background-image:url(/Portals/0/Skins/INTERNA/images/bullet10a.gif);
background-repeat:no-repeat;
width:100%;
height:20px;
padding-left:25px;
padding-top:3px;
}
.tdAmarilloTextoSIN{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#FFFFCC;
background-image:url(/Portals/0/Skins/INTERNA/images/bullet11.gif);
background-repeat:no-repeat;
width:100%;
height:20px;
padding-left:25px;
padding-top:3px;
}
.tdTransparentTextoSIN{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-image:url(/Portals/0/Skins/INTERNA/images/bullet11.gif);
background-repeat:no-repeat;
width:100%;
height:20px;
padding-left:25px;
padding-top:3px;
}
.FlechitaAzul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-image:url(/Portals/0/Skins/INTERNA/images/flechaAzul2.gif);
background-repeat:no-repeat;
background-position:55px;
width:100%;
height:20px;
padding-left:75px;
padding-top:3px;
}
.FlechitaAzul a:visited{
color:#EA7502;
text-decoration:none;
}
.FlechitaAzul a:active{
color:#EA7502;
text-decoration:none;
}
.FlechitaAzul a:hover{
color:#404AAC;
text-decoration:none;
}
.FlechitaAzul a:link{
color:#EA7502;
text-decoration:none;
}
.tdGrisLavadoIconTextoSIN{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#F2F2F2;
background-image:url(/Portals/0/Skins/INTERNA/images/bullet11.gif);
background-repeat:no-repeat;
width:100%;
height:20px;
padding-left:25px;
padding-top:3px;
}