
.basic {
    font: 400 12px Arial, 'Helvetica' !important;
    color: #333 !important;
    background-color: #EEEEEE;
}

body {
    font: 400 12px Arial, 'Helvetica' !important;
    font-weight: 900;
    color: #333 !important;
    display: inline;
    text-decoration: none;
    background-color: #fcfcfc;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top;
}

#body a {
    font-size: 11px;
    color: #005066;
    text-transform: uppercase;
    display: inline;
    border-bottom: 1px dotted #005066;
    text-decoration: none;
    line-height: 1.4em;
    font-family: Arial, 'Helvetica' !important;
    font-weight: 700;
    cursor: pointer;
}

#heading {
    height: 90px;
    background-color:black;
    color:white;
    width: 100%;
}

#footer {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #323232;
    color: white;
    width: 100%;
}

.loginTitle {
    /*color: #304F60;*/
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
}

.loginLine {
    border-bottom: 1px solid #CCC;
}

.tablaPrincipal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.button {
    font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    display: inline-block;
    color: white;
    padding: 5px 10px 5px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    background: #FF5000;
    border-style: none;
    overflow: visible; /*For IE6 only*/
    background-image: none;
    zoom: 1;
}

    .button:hover, .button:focus {
        background-position: 0 -50px;
        color: white;
    }

    .button:active {
        background-position: 0 -100px;
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
        -webkit-box-shadow: none;
    }

.label {
    font-size: 14px;
    font-weight: normal;
    font-family: "myriad-pro", Arial, 'Helvetica';
    /*color: #244974;*/
    color: #000000;

}

.input {
    font-size: 14px;
    /*color: #244974;*/
    color: #000000;
    text-decoration: none;
    background-color: white;
    border: none;
    height: 29px;
}

input::-webkit-input-placeholder 
{
    color:#9a9595 red !important;
} 

input:-moz-placeholder 
{ /* Firefox 18- */
  color: #9a9595 !important;  
} 

input::-moz-placeholder {  
    /* Firefox 19+ */
color: #9a9595 !important;  
} 

input:-ms-input-placeholder 
{  
    color: #9a9595 !important;
}

.failureNotification {
    font-size: 1.1em;
    color: Red;
}

.LinkENButton /** INGLES */ {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0em 0.5em;
    height: 31px;
    width: 31px;
    color: Black;
    font-size: 11px;
    background-color: Transparent;
    text-decoration: none;
    cursor: pointer;
    background: url(../Images/Login/idioma_en_min.png) center no-repeat;
}

.LinkESButton /** ESPAŅOL */ {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0em 0.5em;
    height: 31px;
    width: 31px;
    color: Black;
    font-size: 11px;
    background-color: Transparent;
    text-decoration: none;
    cursor: pointer;
    background: url(../Images/Login/idioma_es_min.png) center no-repeat;
}

* {
    margin: 0;
}

html, body {
    height: 99%;
}

form {
    height: 99%;
}

.Bk {
    background-color: #FFFFFF;
}

.tabHighlightedStyle {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #FF5000;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #DDDDDD;
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tabDefaultStyle {
    font-weight: bold;
    font-size: 10px;
    background-color: #ff7f4c;
    color: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #DDDDDD;
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.TextoNaranja
{
    color: #FF5000 !important;
}

.bienvenido {
    width:590px;
    padding-left: 20px;
    float: left;
    border-left: solid 1px #FF5000;
}

.letraBienvenido {
    font-size: 30px;
}

.letraPresentacion {
    font-size: 40px;
    font-family: Arial, "Helvetica" !important;
    font-weight:400;
}

.Botones2 {
    width:260px;
    height:31px;
    border:0px;
    background-color:#EEEEEE;
    padding-left: 35px;
    text-align:left;
    background-repeat:no-repeat;
    cursor:pointer;
}

.recuperarContrasenia {
    background-image:url(/Common/Images/Login/botoncontrasena.jpg);
}

.cambiarContrasenia {
    background-image:url(/Common/Images/Login/botoncambiarcon.jpg);
}