﻿body   
{
    background-repeat:no-repeat;
     background-attachment: fixed;
     background-position: center; 
     background-color:transparent;

    
    font-size: 1em;
    font-family: "OpenSans-Regular"
    
}

.RowHighlight
{
    color: #336699;
    cursor: pointer;    
    background-image: url('/Intranet/selected_item_back.png');    
    background-repeat: repeat-x;
}

.RowHover
{
    color: #336699;
    cursor: pointer;
    background-image: url('/hover_item_back.png');    
    background-repeat: repeat-x;
}


@font-face {
   font-family: 'OpenSans-Bold';
   src: url('OpenSans-Bold/font.ttf');
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: url('OpenSans-Regular/font.ttf');
}
@font-face {
   font-family: 'OpenSans-Italic';
   src: url('OpenSans-Italic/font.ttf');
}



a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    /*margin-bottom: 10px;
    line-height: 1.6em;
    height: 16px;
    width: 62px;*/
    font-size: 1em;
    font-family: "OpenSans-Regular"
}


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #002856;
    
    font-family: "OpenSans-Regular";
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
  

}*/

h1
{
    font-size: 1.6em;
        color:#002856;
        /*padding-bottom: 0px;
        margin-bottom: 0px;
        text-align:center;
        font-variant: small-caps;*/
}    

h2
{
     font-size: 1.2em;
      /*text-align:center;*/
       width: 100%;
       color:#002856;
       text-align:center;
}


h3
{
    font-size: 1.2em;
      text-align:center;
    width: 100%;
}

h4
{
    font-size: 1.0em;
    text-align:justify;
       width: 100%;
       color:#002856;
    text-align:center;
}


h5
{
    font-size: 0.8em;
}

h6
{
    font-size: 1.0em;
    color:#18A5B7;    
}

h7
{
     font-size: 1.2em;
      /*text-align:center;*/
       width: 100%;
       color:#ffffff;
       text-align:center;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{

    
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
   background-color: #000b17;
   width: 100%;
   /*position: fixed;
   left: 0;
   bottom: 0;
   
   padding: 10px 10px 10px 10px;
   margin: 0px auto;
   background-color: #F42534;
   color: white;
   text-align: center;
   line-height: normal;
    color: #F42534;*/
  
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    
     background-image: url('/alamo/imaala/bk_header.png'); 
    width:100%;
     margin-left:auto;
    margin-right:auto;
    height: 60px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    
}

div.menu ul
{
    list-style: none;
    
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    width: auto;
    z-index:1000;
 
}

div.menu ul li a, div.menu ul li a:visited
{
   
    background-image: url('/alamo/imaala/bk_header.png'); 
    color:#E9E9E9;
    font-size:medium;
    font-style:normal;
    font-family:Verdana;
    font-weight:normal;
    display : block;
   line-height: 1.35em;
    padding: 4px 20px;
    text-decoration:none   ;
    white-space: nowrap;
    
    
}

 div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #669900;
    text-decoration: none;
    
    
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.buttonStyle
{
    background-color: #002856;
    color: #FFF;
    border: 1px solid #8CB3D9;    
    font-family: "OpenSans-Regular";
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0px;
    height:36px;
    width: 100px; 


    
}

.botonNw{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    font-family: "OpenSans-Regular";
    color: #002856;
    background-color: #ffffff;
    /*border-radius: 6px;*/
    /*border: 2px solid #0016b0;*/
    width:200px;

  }
  .botonNw:hover{
    color: #ffffff;
    background-color: #002856;
    cursor:pointer;
    
  }




.botonNw2{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: #002856;
    background-color: #ffffff;
    border-radius: 6px;
    /*border: 2px solid #0016b0;*/
    width:200px;

  }
  .botonNw2:hover{
    color: #ffffff;
    background-color: #002856;
    cursor:pointer;
    
  }


  .botonNw3{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    font-family: "OpenSans-Regular";
    color: #002856;
    background-color: #ffffff;
    border-radius: 6px;
    /*border: 2px solid #0016b0;*/
    

  }
  .botonNw3:hover{
    color: #ffffff;
    background-color: #002856;
    cursor:pointer;
    
  }

  .botonNw4{
    text-decoration: none;
    padding: 5px;
    font-weight: 150;
    font-size: 16px;
    font-family: "OpenSans-Regular";
    color: #002856;
    background-color: #ffffff;
    border-radius: 6px;
    /*border: 2px solid #0016b0;*/
    

  }
  .botonNw4:hover{
    color: #ffffff;
    background-color: #002856;
    cursor:pointer;
    
  }


   .botReg{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    font-family: "OpenSans-Regular";
    color: #ffffff;
    background-color: #002856;
    border-radius: 6px;
    width:320px;
    /*border: 2px solid #0016b0;*/
    

  }
  .botReg:hover{
    color: #002856;
    background-color: #ffffff;
    cursor:pointer;
    
  }

   .botIng{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    font-family: "OpenSans-Regular";
    color: #ffffff;
    background-color: #F42534;
    border-radius: 6px;
  width:320px;
    /*border: 2px solid #0016b0;*/
    

  }
  .botIng:hover{
    color: #F42534;
    background-color: #ffffff;
    cursor:pointer;
    
  }




  .stHeadliner {font-family: "OpenSans-Regular"
                font-size: 11pt;
                font-weight: bold;
                font-style: italic;
                background: #508AC5;
                color: #FFF;
                height: 57px;
                cursor: pointer;
}

   
 

  /*TABLA */

      /*tr
{
    cursor: pointer;
}*/

.RowHighlight
{
    color: #336699;
    cursor: pointer;
    background-image: url('../Imagenes/selected_item_back.png');
    background-repeat: repeat-x;
}

.RowHover
{
    color: #336699;
    cursor: pointer;
    background-image: url('../Imagenes/hover_item_back.png');
    background-repeat: repeat-x;
}

th
{
    height: 30px;
    background-color: #002856;
    color: #fff;
}

td
{
    padding: 5px;
    /*text-align: center;*/  
    /*CAMBIO 20 DE NOVIEMBRE*//
}



   
.clear
{
    clear: both;
}

div.hideSkiplink
{
    background-color:#E2E2E2;
    width:100%;
    height: 21px;
}
 
