﻿/* CSS Document */


/*------------------------------ LINKS ------------------------------------*/
body
{
    scrollbar-face-color: #EEEEEE;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #a0a0a0;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #AAAAAA;
    scrollbar-arrow-color: #a0a0a0;
    scrollbar-track-color: #EEEEEE; 
    }
    
a.MenuTop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.MenuTop:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}


.MenuPrincipal a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.MenuPrincipal a:hover
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #cdddbb;
}

.MenuPrincipal:hover
{
	background: url(Images/Img_MenuRollOver.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

.MenuPrincipal
{
	text-align: center;
}

a.Reportes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354049;
	text-decoration: none;
}

a.Reportes:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.Vermas
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354049;
	text-decoration: none;
}

a.Vermas:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad1717;
	text-decoration: none;
}

a.MenuFooter
{
	font-family: Arial;
	font-size: 10px;
	color: #595b5e;
}

a.MenuFooter:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
/*----------------------------- END LINKS -----------------------------------*/


.BackGround
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(/Inversionistas/App_Themes/DefaultTheme/Images/Background.jpg);
	background-repeat: repeat-x;
}

.MensajePresidente
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354049;
	text-align: justify;
}

.FirmaPresidente
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #354049;
	text-align: right;
}

.PrecioAccion
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #354049;
}
.MenuSeparador
{
	background-image: url(/Inversionistas/App_Themes/DefaultTheme/Images/Img_SeparadorMenu.png);
}
.tdMenuPrincipal
{
	text-align: center;
	vertical-align: middle;
}


.MenuTop_lbtn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.MenuTop_lbtnHover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
	text-decoration: none;
}
.TitleReportes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.Titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#72757a;
}

.TituloTabla {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#FFFFFF;
	text-align:center;
	 background-color:#a0a0a0;
	 border-right-style: solid;
	 border-right-color: White;	 
	  border-right-width: 1px;
}

.Year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #3d3b3e;
	font-weight:lighter;
	text-align: center;
	padding-top: 15px;
	height: 122px;
}

.LinkAnalists a
{
	color:#B01717;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	 text-decoration: underline;
     border-width: 1px;
     border-style: solid;
     border-color: #B01717;
     display:inline-block;
	}
	
.LinkAnalists a:hover
{
	color: #821B1B;
	font-family:Arial;
	font-size:14px;
	font-weight:bolder;
	text-decoration: underline;
	}



.LinkContact a
{
	color:#B01717;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	}
	
.LinkContact a:hover
{
	color: #821B1B;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	}
	
.LinkContact img
{
  border-width: 0;
  text-decoration: none;
 
    }
 
    
/***************** MANAGEMENT SECTION**************************/
.Alert
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
}

.AlertBold
{
	font-family: Arial;
	font-size: 14px;
	color: Red;
	font-weight:bold;
}

.AlertSmall
{
	font-family: Arial;
	font-size: 9px;
	color: Red;
}

.ManagementlinkButton:link ,
.ManagementlinkButton:visited ,
.ManagementlinkButton:active  
{
	font-family: Arial;
	font-size: small;
	color: gray;
}

.ManagementlinkButton:hover
{
	font-family: Arial;
	font-size: small;
	color: gray;
	text-decoration: none;
    
}
.Instruction
{
	font-family: Arial;
	font-size: small;
	color: gray;
}

.InstructionBold
{
	font-family: Arial;
	font-size: small;
	color: gray;
	font-weight: bold;
}

.FieldName
{
	font-family: Arial;
	font-size: small;
	color: #404040;
}

.FieldNameBold
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
}

.FieldContent
{
	font-family: Arial;
	font-size: small;
	color: #606060;
}

.ManagementButton
{
	font-family: Arial;
	font-size: small;
	color: #707070;
}

.linkButton
{
	font-family: Arial;
	font-size: small;
	color: #595b5e;
}

.SmallLinkButton
{
	font-family: Arial;
	font-size: 10px;
	color: #595b5e;
}

.LoginField
{
	font-family:Arial;
	font-size: 11px;
	color: #707070;
	}
.LoginLabel
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
	}
	
.LoginButton
{
	font-family:Arial;
	font-size: 11px;
	color: #707070;
	}


/*******************STYLE FORMS********************/
.FormTitulo{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	padding-left:75px;
}

.FormBackground{
	background-image: url(images/Bg_Formulario.jpg);
	 background-repeat: no-repeat;
}

.FormTexto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d7079;
	padding-left:15px;
}

.TextoReporte
{
    position:absolute;
    width:100%; 
    left:0; 
    bottom:35%;
    font-family:Arial;
    font-size:13pt;
	color:#565656 ;
    text-align:center;
    font-weight:bold;
    
    }
    

.reporte img{ vertical-align:middle;}

