﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #DF0000;
    font-size: .80em;
    font-family:Arial Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #121212;
}

a:link, a:visited
{
     color:#000;
      text-decoration: none;
}

a:hover
{
     color:#000;
     text-decoration:underline;
}

a:active
{
    color: #034af3;
}
.liga
{
    color:#000;
    text-decoration:none;
}

.liga:hover
{
    text-decoration:underline;
    color:#000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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;
  
    margin: 0px auto 0px auto;

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #eee;
    
    /*border-left:#9FC2DE 4px solid;
    border-right:#9FC2DE 4px solid;*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #757575;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    
    margin: 0px 0px 0px 0px;
    /*
    background:#9FC2DE;
    padding: 4px;
    background:#fff;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;*/
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #000;
   
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;

    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:10px;

    background:#fff;
  
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #ccc;
    border: 1px #888 solid;
    color: #333;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    width:100px;
    text-align:center;
    font-size:16px;
      
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    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  
----------------------------------------------------------*/
#imgLogo
{
    height:150px;
}

#lblNombreEmpresa
{
    font-size:35px;
    padding-left:20px;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: center;
    width: auto;
    font-weight:bold;
    text-shadow: 2px 3px 5px rgba(150, 150, 150, 1);
    color:#DF0000;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: center;
    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;
}

/*sitio---------------------------*/
.instrucciones li
{
    list-style:none;
    font-size:15px;
    line-height:23px;
}

p
{
    padding:3px;
}

.error
{
    background:#fff;
    padding-left:10px;
    color:#f90000;
}

.exito
{
    color:#00f900;
}

.formulario
{
    width:100%;
    
}

.formulario th
{
    text-align:right;
    padding-right:10px;
     vertical-align:middle;
     color:#000;
     font-size:16px;
     
}

.formulario td
{
    vertical-align:top;
}


input[type=button],input[type=submit]
{
    background:#DF0000;
    color:#FFF;
    border:1px solid #DF0000;
    font-size:16px;
    font-weight:bold;

    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;



}

input[type=text],select,input[type=password],input[type=file]
{
    border:1px solid #DF0000;
    margin:2px;
    font-size:16px;
   padding:3px;
     -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
img
{
    border:0px;
}
.bloque
{
    padding:5px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border:1px solid #C9D8DE;
           margin-left:4px;
    margin-right:4px;

    */
    background:#fff;
 

}

.title
{
    font-size:16px;
}

.barra
{
     background:#C4D7E8;
}

.Principal
{
    padding-top:30px;
}

/*table---------------------------------*/
.table
{
    border-collapse:collapse;
 
    font-size:11px;
    color:#444;
}
.table tr
{
     border:1px solid #888;
}
.table th
{
    background:#ccc;
    color:#333;
     border:1px solid #888;
    font-size:12px;
}

.table td
{
        border:1px solid #888;
}

/* PAGINADO----------------------------------*/
.paginas
{
}

.paginas li
{
    list-style:none;
    float:left;
    margin-left:5px;
    border:1px solid #888;
    padding:3px;
    cursor:pointer;
}

.paginas .selected
{
    background:#ccc;
    color:#444;
}

.btnXml
{
    background:url('../media/icons/xml.png') !important;
        background-color:transparent !important;
        background-repeat:no-repeat !important;
     height:70px !important;
    width:70px !important;
    padding:0px !important;
    border:currentColor !important;
    cursor:pointer;
    
}

.btnPdf
{
   
    background-image:url("../media/icons/pdf.png") !important;
    background-color:transparent !important;
     height:70px !important;
    width:70px !important;
    padding:0px !important;
    border:currentColor !important;
    cursor:pointer;
}
