/* 
    Document   : konesh
    Created on : 29-jul-2013, 16:24:48
    Author     : Airy
    Description: Hoja de estilos de CFDIPortal
*/

@import url('superfish.css');           /* Se importa la hoja de estilos del menu principal*/

/*@font-face{
    font-family: 'Century Gothic Std';
    src: url('https://static.dior.com/fonts/CenturyGothicRegular/CenturyGothicW05-Regular.woff') format('woff'),
         url('https://static.dior.com/fonts/CenturyGothicRegular/CenturyGothicW05-Regular.woff2') format('woff2'),
         url('https://static.dior.com/fonts/CenturyGothicRegular/CenturyGothicW05-Regular.ttf') format('truetype'),
         url('https://static.dior.com/fonts/CenturyGothicRegular/CenturyGothicW05-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Century Gothic Std Bold';
    src: url('https://static.dior.com/fonts/CenturyGothicBold/CenturyGothicW05-Bold.woff') format('woff'),
         url('https://static.dior.com/fonts/CenturyGothicBold/CenturyGothicW05-Bold.woff2') format('woff2'),
         url('https://static.dior.com/fonts/CenturyGothicBold/CenturyGothicW05-Bold.ttf') format('truetype'),
         url('https://static.dior.com/fonts/CenturyGothicBold/CenturyGothicW05-Bold.eot') format('eot');
    font-weight: bold;
    font-style:normal;
}*/

* {
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
}

body {
    text-align:center;                  /* Centrar para IE5 */
    color: #333;
}


#principal {
    margin-left:auto;
    margin-right:auto;
    /*border:1px solid #ccc;*/
    width:95%;
    text-align: left;
}
#cabecera {    
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
#logo {    
    float:left;
    width: 20%;
    height: 50px;
}

#cabeceraIndex {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height: 40px;
}

#logoIndex {    
    text-align: center;
    width: 100%;
    height: 100px;
}

.bordes {
    border-radius: 6px;
}

#datos {
    float:left;
    padding-top: 10px;
    text-align: right;
    width: 80%;
    height: 20px;
    color: #888;
}
#menu {
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
    
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 0px;
    
    border-radius: 10px;
    border-right: 1px solid #f8f8f8;
    
    float:left;
    width: 100%;
    text-align: left;
    height: 30px;   
    background-color:#f8f8f8;
}

#menuPrincipal {
    margin-left: 10px;
    margin-right: 10px;
}
.sf-menu > li {
    border-radius: 6px;
    margin-left: 10px;
} 
.sf-menu a {
    border:0px none !important;
}

#cuerpo {
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    min-height: 600px;
    /*background-color:#fff;*/
    
}
#pie {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    padding-top: 5px;
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height: 20px;

    /*background-color:#f8f8f8;*/
}
#pie #leyenda a {
    font-size: 0.8em;
    color: #000;
    padding: 10px;
    text-decoration: none;
}

#pie_index {
    margin-top: 5px;
    border-radius: 5px;
    padding-top: 5px;
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height: 20px;

    /*background-color:#f8f8f8;*/
}

#pie_index #leyenda a {
    font-size: 0.8em;
    color: #000;
    padding: 10px;
    text-decoration: none;
}

#titulo-modulo {
    font-weight:bold;
    padding-left: 40px;
    padding-bottom: 10px;
    color: #888;
}

#seleccionEmpresa {
    width: 750px;
}
#seleccionEmpresa a {
    font-size: 0.9em;
    color: #000;
    padding: 5px;
    text-decoration: none;
}
#seleccionEmpresa td {
    text-align: left;
}

.custom-header{
    border: 1px solid #aaa;
    background: #ccc url(smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;border: 1px solid #aaa;
    padding: .5em 1em;
    text-align: left;
    color: #888;
}

.center {
    text-align:center !important;
}
