/* COLOR: #74163A*/
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?xct2nw');
    src:url('fonts/icomoon.eot?xct2nw#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?xct2nw') format('truetype'),
        url('fonts/icomoon.woff?xct2nw') format('woff'),
        url('fonts/icomoon.svg?xct2nw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-file-empty:before {
    content: "\e900";
}
.icon-alarm:before {
    content: "\e901";
}
.icon-lock:before {
    content: "\e902";
}
.icon-bin:before {
    content: "\e903";
} 

a{
    text-decoration:none;
}

body{
    background-color: #EFF1F2;
    font-family: 'Open Sans', sans-serif;
    color:#555;
}
body *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
img{
    max-width:100%;
    height:auto;
}
#logo{
    width: 100%;
    max-width:990px; 
    margin: 0 auto;
    text-align: center;
}
#migas, #cerrarSesion{
    width:100%;
    max-width:990px;
    margin:0 auto; 
}
#cerrarSesion{
    text-align:right;
}
#migas a, #cerrarSesion a{
    color:#333;
    text-decoration:none;
    font-weight: bold;
}
#global{
    width:100%;
    max-width: 990px;
    margin:14px auto 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    background-color: #fff;
}
#contenedor{
    padding: 5%;
}
#name{
    text-align: center;
    font-weight: 400;
}
#form{
    padding-top: 15px;
}
#iniciar{
    
    border:1px solid #74163A;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 3.80%;
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius:3px;
    transition:all ease 0.3s;
    cursor: pointer;
}
#iniciar:hover{
    background-color: #2eacce;
}
.label{
    font-size: 13px;
    font-weight: normal;
    color: #666;
}
.input{
    height: 31px;
}
.textarea{
    min-height: 100px; 
}
.input, .textarea, .select{
    height: inherit !important;
    padding: 10px 8px !important;
    display: block;
    width: 100%;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #F5F8F9;
    background-image: none;
    border: 1px solid #74163A;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.grupo{
    margin-bottom: 15px;
}
#recordar{
    float: left;
}
#olvide{
    float:right;
    color:#555;
    text-decoration: none;
}
#pie{
    font-size: 12px;
} 
input:focus, textarea:focus{
    outline: 0;
    background-color: #fefbe2;
}    
table{
    width:100%;
    text-align: center;
}
table thead tr{
    background-color:#74163A;
    color:#fff; 
}
table tbody tr td{
    border:1px solid #74163A;
}
#paginador{
padding:5px 0;
text-align: right; 
}
#paginador a{
background-color:#74163A;
color:#fff;
 text-decoration: none;
}
#paginador a, span{
    margin:2px;   
    padding:2px;
}
#botoneraBottom{
    margin-top:15px;
    border-top:1px solid #74163A;
    text-align:right;
}
#botoneraBottom a{
    background-color:#74163A;
    padding:0 2px;
    color:#fff;
    text-decoration: none;
}
.degradado{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74163a+0,661325+44,74163a+100 */
background: #74163a; /* Old browsers */
background: -moz-linear-gradient(top,  #74163a 0%, #661325 44%, #74163a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #74163a 0%,#661325 44%,#74163a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #74163a 0%,#661325 44%,#74163a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74163a', endColorstr='#74163a',GradientType=0 ); /* IE6-9 */

}