@charset "utf-8";

body {
    margin:0;
    padding:0;
    font-family:'Arial';
    font-size:14px;
    color:#424242;
    background-image:url('/imgs/fondo/fondo.jpg');
    background-repeat:repeat-x;
    background-color:#eeeeee;
    line-height:16px;
    width:1000px;
    min-width:1000px;
    margin-left:auto;
    margin-right:auto;
}

img {
    border:none;
}

a:link {
    color:#424242;
    text-decoration:none;
    outline:none;
}

a:visited {
    color:#424242;
    text-decoration:none;
    outline:none;
}

a:hover {
    color:#3a6d7e;
    text-decoration:none;
    outline:none;
}

a:active {
    color:#3a6d7e;
    text-decoration:none;
    outline:none;
}

.superior {
    background:#2c3134;
    border:1px #343e40 solid;
    padding:10px;
    margin:10px;
}

.lateral {
    float:left;
    background-color:#cfcf7f;
    border:1px #c0c070 solid;
    width:300px;
    margin-right:10px;
    margin-left:20px;
    margin-bottom:10px;
}

.centro {
    float:left;
    width:650px;
}

.centro .menu_form {
    min-height:400px;
}

.inferior {
    float:left;
    font-size:11px;
    text-align:center;
    width:300px;
    margin-top:60px;
    margin-bottom:5px;
}

.titulo {
    background-color:#5f5f5f;
    border:1px solid #5f5f5f;
    padding-top:8px;
    padding-bottom:6px;
    padding-left:16px;
    font-weight:bold;
    font-size:16px;
    color:#fff;
    height:20px;
}

.menu_form {
    margin:10px;
    background-color:#f9f9f9;
    border:1px solid #afafaf;
}

.padding {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
}

.fila {
    padding:3px;
}

.mensaje {
    margin:2px;
}

input[type="text"] {
    font-family:'Arial';
    font-size:14px;
    color:#585858;
    padding:4px;
    border:1px solid #afafaf;
    width:290px;
}

input[type="password"] {
    font-family:'Arial';
    font-size:14px;
    color:#585858;
    padding:4px;
    border:1px solid #afafaf;
    width:290px;
}

textarea {
    font-family:'Arial';
    font-size:14px;
    color:#585858;
    padding:4px;
    border:1px solid #afafaf;
    width: 290px;
}

select {
    font-family:'Arial';
    font-size:14px;
    color:#585858;
    padding:4px;
    border:1px solid #afafaf;
    background-color:#fff;
    width:300px;
}

input[type="button"] {
    font-family:'Arial';
    padding:6px;
    cursor:pointer;
    color:#424242;
}

input[type="submit"] {
    font-family:'Arial';
    padding:6px;
    cursor:pointer;
    color:#424242;
}

input[type="reset"] {
    font-family:'Arial';
    padding:6px;
    cursor:pointer;
    color:#424242;
}

fieldset {
    border:1px solid #A4A4A4;
}

.tabla {
    width:580px;
    margin:20px;
    border:1px solid #cccccc;
}

.tabla thead {
    background-color:#dddddd;
}

.tabla tbody {
    background-color:#ffffff;
}

.tabla tfoot {
    background-color:#dddddd;
}

.tabla td {
    padding:4px;
    border:1px solid #cccccc;
}

.padding tfoot {
    padding-left:2px;
}

.imagen_boton {
    cursor:pointer;
}

.texto_boton:hover {
    cursor:pointer;
    color:#005b71;
}

.deshabilitado {
    background-color:#efefef;
    color:#666666;
}

.deshabilitado a {
    color:#666666;
}

.derecha {
    float:right;
}

.izquierda {
    float:left;
}

.clear {
    clear:both;
}

.dato {
    font-weight:bold;
}

.bordes_lateral {
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
}

.bordes {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.bordes_arriba {
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
}

.bordes_abajo {
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
}

.campo {
    padding-bottom:9px;
}

.validacion {
    padding:6px;
    color:#ffffff;
    background-color:#e76757;
    width:288px;
}

.login {
    width:350px;
    margin-left:300px;
    margin-top:80px;
}

.errores {
    margin-top:80px;
}

.costado {
    float:left;
}

.flechitas {
    float:right;
    margin-top:-10px;
    margin-left:10px;
}

.flechitas ul, li {
    list-style:none;
    margin:0;
    padding:0;
}

.flechita_de_abajo {
    margin-left:1px;
    margin-top:1px;
}

.aplicacion {
    margin-bottom:16px;
}

.iconos_aplicacion {
    margin-top:28px;
    margin-right:28px;
}

.titulo_chico {
    font-size:25px;
}

.titulo_producto {
    font-size:18px;
}

.fieldset {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.cursiva {
    font-size:13px;
    font-style:italic;
}

.tachado {
    text-decoration:line-through;
}

.eventos_movil {
    padding:6px;
    border:1px solid #a6b2b5;
    background-color:#e4e7e7;
}

.ultima_version{
    margin-bottom: -5px;
    height: 20px;
}

.selector:hover {
    background-color: #cfcf7f;
}

.tabla_productos_clientes {
    border-collapse: collapse;
}

table tbody tr:hover {
    background-color: #cfcf7f;
}

.filtros{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.input_chico{
    width: 100px;
}

.input_fecha{
    max-width: 100px;
}