@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #246485;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6D6D6D;
    background-color: #fcfcfc;
}

div#wrapper {
    background-image: url(../assets/bk-wrapper.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f6f6f7;
}

div#main {
    width: 1000px !important;
    margin: 0 auto;
}

div#header {
    padding: 10px;
    font-weight: normal;
    background-image: url(../assets/un-pais-una-patente.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

div#header a {
    display: block;
}

div#menu {
    background-color: #1f5673;
    #margin-top: 3px;
}

div#menu ul {
    height: 40px;
    #height: 35px;
    z-index: 1000;
}

div#menu ul li {
    list-style-type: none;
    margin: 0 4px;
    padding: 12.5px 0;
}

div#menu ul li:first-child {
    margin-left: 0;
}

div#menu ul li:last-child {
    margin-right: 0;
}

div#menu ul li:after {
    content: "|";
    margin-left: 4px;
    color: #3b935e;
}

div#menu ul li:last-child:after {
    content: none;
}

div#menu ul li span {
    background-color: #3b935e;
    padding: 12px 5px;
    color: #f6f6f7;
}

div#menu  ul li a#consulta {
    cursor: default;
}

div#menu  ul li a#consulta:hover {
    text-decoration: none;
}

div#menu ul li span em {
    font-style: normal !important;
}

div#menu ul li a, div#menu ul li span {
    font-size: 13px;
    color: #f6f6f7;
}

div#menu ul li a {
    text-decoration: none;
}

div#menu ul li a:hover {
    text-decoration: underline;
}

div#content {
    padding: 15px 0;
    padding-bottom: 30px;
}

div.msj-error, div.msj-error-login, div.msj-confirmacion {
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

div.msj-error, div.msj-error-login {
    border: 1px solid #D00;
    background-color: #FFEAEA;
    background-image: url("../assets/error.gif");
}

div.msj-confirmacion {
    border: 1px solid #23962b;
    background-color: #bbeabe;
    background-image: url("../assets/confirmacion.gif");
}

div.msj-error, div.msj-confirmacion {
    margin-bottom: 15px;
}

div.msj-error-login {
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

div.msj-error-login p, div.msj-error p, div.msj-confirmacion p {
    color: #D8000C;
    font-weight: bold;
    margin: 0 !important;
    margin-left: 24px !important;
}

div.msj-confirmacion p {
    color: #1e7a24;
}

div.requerido {
    margin: 5px 0;
}

div.seleccionDepartamento, div.logout {
    margin: 5px 0;
}

div.logout ul li {
    float: left;
    list-style-type: none;
}

div.logout ul li:after {
    content: "|";
    margin: 0 10px;
}

div.logout ul li:last-child:after {
    content: "";
}

div.logout ul li a {
    color: #23788A;
}

div.logout ul li span {
    font-weight: bold;
    margin-left: 5px;
}

div.seleccionDepartamento a {
    display: inline-block;
    margin: 3px 10px;
}

div.login {
    margin: 0 auto;
    width: 350px;
    padding: 30px 20px;
    border: 1px solid #E7E6E6;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

div.textos-explicativos {
    width: 480px;
}

div.textos-explicativos .texto {
    padding: 20px;
}

div.textos-explicativos .texto .texto-solo {
    width: 430px;
}

div.texto-home {
    width: 850px;
    margin: 20px;
}

.texto .texto-texto p, .texto .texto-solo p, .texto-home p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

div.textos-explicativos .border-bottom {
    border-bottom: 1px solid #c1c1c1;
}

.texto-texto p.pro {
    color: #246485;
}

.texto-texto p.pro span {
    font-style: italic;
    color: #6D6D6D;
}

.textos-explicativos-texto-titulo {
    font-size: 14px;
    font-weight: bold;
}

.texto-img {
    width: 130px;
    margin-right: 20px;
}

.texto-texto {
    width: 280px;
}

.listado-links {
    margin: 15px 0;
}

.listado-links li {
    background-image: url(../assets/bullet-li.gif);
    background-repeat: no-repeat;
    background-position: center left;
    margin: 5px 0;
    list-style-type: none;
}

.listado-links li a {
    color: #246485;
    font-size: 13px;
    margin: 5px 0;
    margin-left: 10px;
}

.listado-links li a, .texto-texto a:hover {
    text-decoration: none;
}

.texto-texto .listado-links li a span {
    font-style: italic;
    color: #6D6D6D;
}

div.mapa-uruguay {
    width: 350px;
    margin: 20px;
}

p.mapa-titulo {
    color: #23788A;
    padding-bottom: 5px;
}

div.mapa-uruguay div.mapa {
    margin: 5px 0;
}

a.tooltip {
    display: block;
    position: absolute;
    cursor: pointer;
    background-image: url(../assets/bk.gif);
}

a.artigas {
    margin: 10px 0 0 60px;
    width: 100px;
    height: 60px;
}

a.artigas span {
    margin: 35px 0 0 40px;
}

a.artigas:hover span {
    width: 150px !important;
}

a.salto {
    margin: 70px 0 0 60px;
    width: 100px;
    height: 50px;
}

a.salto span {
    margin: 20px 0 0 40px;
}

a.salto:hover span {
    width: 150px !important;
}

a.paysandu {
    margin: 120px 0 0 50px;
    width: 100px;
    height: 50px;
}

a.paysandu span {
    margin: 20px 0 0 30px;
}

a.paysandu:hover span {
    width: 150px !important;
}

a.rio-negro {
    margin: 170px 0 0 50px;
    width: 80px;
    height: 40px;
}

a.rio-negro span {
    margin: 20px 0 0 30px;
}

a.rio-negro:hover span {
    width: 150px !important;
}

a.soriano {
    margin: 210px 0 0 35px;
    width: 70px;
    height: 60px;
}

a.soriano span {
    margin: 20px 0 0 30px;
}

a.soriano:hover span {
    width: 150px !important;
}

a.colonia {
    margin: 270px 0 0 35px;
    width: 80px;
    height: 40px;
}

a.colonia span {
    margin: 15px 0 0 40px;
}

a.colonia:hover span {
    width: 150px !important;
}

a.rivera {
    margin: 70px 0 0 180px;
    width: 100px;
    height: 50px;
}

a.rivera span {
    margin: 25px 0 0 30px;
}

a.rivera:hover span {
    width: 150px !important;
}

a.tacuarembo {
    margin: 120px 0 0 150px;
    width: 80px;
    height: 50px;
}

a.tacuarembo span {
    margin: 15px 0 0 -70px;
}

a.tacuarembo:hover span {
    width: 150px !important;
}

a.cerro-largo {
    margin: 120px 0 0 230px;
    width: 100px;
    height: 70px;
}

a.cerro-largo span {
    margin: 40px 0 0 -100px;
}

a.cerro-largo:hover span {
    width: 150px !important;
}

a.durazno {
    margin: 180px 0 0 130px;
    width: 90px;
    height: 45px;
}

a.durazno span {
    margin: 25px 0 0 40px;
}

a.durazno:hover span {
    width: 150px !important;
}

a.flores {
    margin: 225px 0 0 105px;
    width: 40px;
    height: 45px;
}

a.flores span {
    margin: 15px 0 0 10px;
}

a.flores:hover span {
    width: 150px !important;
}

a.florida {
    margin: 225px 0 0 150px;
    width: 60px;
    height: 60px;
}

a.florida span {
    margin: 40px 0 0 20px;
}

a.florida:hover span {
    width: 150px !important;
}

a.treinta-y-tres {
    margin: 190px 0 0 220px;
    width: 100px;
    height: 40px;
}

a.treinta-y-tres span {
    margin: 15px 0 0 40px;
}

a.treinta-y-tres:hover span {
    width: 150px !important;
}

a.san-jose {
    margin: 270px 0 0 115px;
    width: 35px;
    height: 60px;
}

a.san-jose span {
    margin: 15px 0 0 10px;
}

a.san-jose:hover span {
    width: 150px !important;
}

a.canelones {
    margin: 285px 0 0 150px;
    width: 60px;
    height: 35px;
}

a.canelones span {
    margin: 20px 0 0 30px;
}

a.canelones:hover span {
    width: 150px !important;
}

a.montevideo {
    margin: 320px 0 0 150px;
    width: 35px;
    height: 20px;
}

a.montevideo span {
    margin: 10px 0 0 20px;
}

a.montevideo:hover span {
    width: 150px !important;
}

a.lavalleja {
    margin: 225px 0 0 210px;
    width: 45px;
    height: 70px;
}

a.lavalleja span {
    margin: 35px 0 0 20px;
}

a.lavalleja:hover span {
    width: 150px !important;
}

a.maldonado {
    margin: 300px 0 0 210px;
    width: 45px;
    height: 45px;
}

a.maldonado span {
    margin: 15px 0 0 25px;
}

a.maldonado:hover span {
    width: 150px !important;
}

a.rocha {
    margin: 230px 0 0 255px;
    width: 65px;
    height: 100px;
}

a.rocha span {
    margin: 35px 0 0 25px;
}

a.rocha:hover span {
    width: 150px !important;
}

a.tooltip span {
    display: none;
    padding: 7px;
    font-size: 11px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    color: #6c6c6c;
    width: 115px;
}

a.tooltip span p {
    color: #23788A;
    margin-top: 0;
    font-size: 11px !important;
}

a.tooltip ul {
    margin-right: 10px;
}

a.tooltip ul li {
    list-style-type: none;
    margin-top: 3px;
}

a.tooltip ul li.titulo, a.tooltip p.titulo {
    color: #23788A;
    font-size: 11px !important;
    background-image: none;
}

a.tooltip p.titulo {
    margin: 0 !important;
}

div.vencimientos table td, div.vencimientos table th {
    padding: 10px !important;
    text-align: center !important;
}

div.vencimientos table th.dpto, div.vencimientos table td:first-child {
    text-align: left !important;
}

div.bloque {
    padding: 30px 40px;
    border: 1px solid #E7E6E6;
    background-color: #fff;
}

div.bloque p {
    margin: 10px 0;
    line-height: 16px;
    font-size: 14px;
}

div.bloque-mantenimiento {
    width: 500px;
    margin: 0 auto;
    padding: 100px 0;
}

div.mantenimiento {
    background-image: url(../assets/icono-error.gif);
    background-repeat: no-repeat;
    height: 80px;
    width: 125px;
    margin-right: 30px;
}

div.texto-mantenimiento {
    width: 300px;
    margin: 15px 0;
}

div.contador {
    margin: 5px 10px;
}

div.contador ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    padding-right: 10px;
}

div.contador ul li:first-child {
    border-right: 1px solid #E7E6E6;
}

div.contador ul li span {
    font-weight: bold;
}

div#listado-departamentos {
    margin: 15px 0;
    width: 550px;
    margin-left: 40px;
}

div#listado-departamentos div {
    width: 150px;
    margin: 10px;
}

div#listado-departamentos div ul li {
    list-style-type: none;
    margin: 10px 0;
    background-image: url(../assets/bullet-li.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

div#listado-departamentos div ul li a {
    color: #246485;
    font-size: 14px;
    margin-left: 15px;
}

div#listado-departamentos div ul li a:hover {
    text-decoration: none;
}

div.pie-sucive {
    background-color: #ccc;
    border: 2px solid #ddd;
    padding: 20px;
    margin-top: 40px;
}

p.titulo-combo {
    font-size: 14px;
}

p.titulo, p.titulo-form {
    color: #23788a;
    font-size: 20px !important;
    margin: 10px 0;
    margin-bottom: 20px !important;
    background-image: url(../assets/bk-p.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

p.titulo span, p.titulo-form span {
    background-color: #fff;
    padding-right: 15px;
}

p.titulo-form {
    color: #23788a;
    font-size: 16px !important;
    font-style: normal;
}

p.titulo-form-destacado {
    font-weight: bold;
    margin-top: 40px !important;
}

div.combo-general p.tituloPrefactura {
    color: #23788a;
    font-size: 20px !important;
    margin: 10px 0;
    margin-bottom: 20px !important;
    background-repeat: no-repeat;
    background-position: center left;
}

div.combo-general p.tituloPrefactura span {
    background-color: #fff;
}

div.combo-general div.combo, div.login div.combo {
    margin: 10px 0;
}

div.combo-general div.combo {
    margin-right: 30px;
}

div.combo-general div.combo span {
    font-size: 14px;
    font-weight: bold;
}

div.combo-general div.combo span.span-consulta {
    font-size: 11px;
}

div.combo-general div.combo span.dia, div.combo-general div.combo span.dia i {
    font-weight: normal;
}

div.combo-general div.combolargo, div.login div.combolargo {
    margin: 10px 0;
}

div.combo-general div.combolargo {
    margin-right: 30px;
}

div.combo-general div.combolargo label {
    width: 200px;
    float: left;
}

div.combo-general div.combolargo span {
    font-size: 14px;
    font-weight: bold;
}

div.combo-general div.combolargo span.span-consulta {
    font-size: 11px;
}

div.combo-general div.combolargo span.dia, div.combo-general div.combolargo span.dia i {
    font-weight: normal;
}

div.combo-en-linea div select, div.combo-en-linea div input {
    width: 150px;
}

div.listado-reportes {
    margin: 30px;
}

div.listado-reportes ul li {
    list-style-type: none;
    margin: 5px 0;
}

div.filtro {
    margin-bottom: 20px;
    width: 500px;
}

div.filtro div.botones {
    margin: 30px 15px;
}

div.filtro div.boton {
    margin-right: 10px;
}

div.datos {
    margin-bottom: 20px;
}

div.datos div.combo {
    margin: 5px;
    margin-right: 20px;
}

.combo.label-width-130.left {
    min-width: 250px;
}

div.datos div.combo span, div.datos div.combo label {
    font-size: 14px;
}

div.valor-patente {
    margin: 30px 0 30px 100px;
}

p.destacado-patente {
    font-size: 16px !important;
    margin-left: 100px !important;
    margin-top: 40px !important;
}

div.bonificacion-patente {
    margin: 30px 0 30px 150px;
}

div.valor-patente ul, div.bonificacion-patente ul {
    font-size: 14px;
    margin: 15px;
}

div.valor-patente ul li, div.bonificacion-patente ul li {
    margin: 5px 0;
    margin-left: 10px;
    list-style-type: none;
}

div.valor-patente ul li:before, div.bonificacion-patente ul li:before {
    content: "-";
    margin-right: 10px;
}

div.valor-patente ul li span, div.bonificacion-patente ul li span {
    font-weight: bold;
}

div.valor-patente span#valorPatente, div.valor-patente p span {
    color: #3a9f65;
    font-weight: bold;
    font-size: 16px;
}

div.table {
    margin: 40px 0;
    font-size: 14px;
}

div.factura-table {
    margin: 15px 0;
}

div.table table {
    width: 100%;
    border-collapse: collapse;
}

div.table table tr td, div.table table tr th {
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
}

div.table table tr th a {
    color: #6D6D6D;
    padding-right: 25px;
    background-image: url(../assets/bullet-th.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

div.table table tr.navigation td {
    border: none;
}

div.table table tr.navigation td span {
    font-style: normal;
}

div.table table tr.navigation td span a {
    padding: 3px;
    color: #6D6D6D;
    border: 1px solid #ddd;
}

div.table table tr.navigation td span em span {
    background-color: #3a9f65;
    border: 1px solid #3a9f65;
    color: #fff;
    padding: 3px;
}

div.table table tr.headers th.icons {
    width: 10px;
}

div.factura-table table tr td, div.factura-table table tr th {
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
}

div.table table tr th {
    background-color: #f9f9f9;
}

div.table table tr th.importe {
    width: 70px;
    text-align: right !important;
    padding-right: 10px !important;
}

div.table table tr td.center {
    width: 70px;
}

div.table table tr td.center div.boton {
    width: 50px;
}

table tr td.importe-cifra, input.right-text {
    text-align: right !important;
    padding-right: 10px !important;
}

table td input {
    width: auto !important;
}

.boton-modificar tr td:last-child {
    width: 101px;
}

.boton-modificar div.boton {
    width: 80px;
}

div.info-factura {
    border: 1px solid #666;
    padding: 15px;
}

div.info-factura ul li {
    margin: 10px 0;
    margin-left: 20px;
}

div.monto-factura {
    margin: 0;
    margin-bottom: 10px;
}

div.monto-factura div.combo {
    margin-right: 0;
    margin-left: 30px;
}

div.monto-factura label, div.monto-factura div.combo span {
    font-size: 16px;
    margin: 0;
}

div.monto-factura label {
    width: auto;
    float: left;
}

div.monto-factura div.combo span {
    width: auto;
    float: right;
    margin-left: 10px;
}

div.captcha {
    width: 300px;
    margin: 20px 0;
    margin-left: 150px;
}

div.captcha .combo {
    width: 300px;
}

div.captcha .combo img {
    border: 1px solid #666;
}

div.captcha .combo label {
    width: auto;
    font-size: 12px;
    margin: 5px 0;
    display: block;
    font-style: italic;
}

div.botones {
    margin: 0 20px;
}

div.login div.botones {
    margin: 0;
}

div.botones div.volver a {
    margin-top: 4px;
    display: block;
}

div.boton {
    background-color: #3a9f65;
    padding: 7px 3px;
}

div.boton a, div.boton input {
    margin: 1px 12px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

div.boton input {
    background: none;
    padding: 0 7px;
    margin: 0;
    border: none;
    width: auto !important;
    font-family: Arial, Helvetica, sans-serif;
}

.margen-izq {
    margin-left: 150px;
}

div#documentos-de-interes ul {
    margin-left: 20px;
}

div#documentos-de-interes ul li {
    margin-bottom: 25px;
}

div#documentos-de-interes ul li p.doc-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

div#documentos-de-interes ul li p.doc-description {
    margin-bottom: 5px;
}

div#documentos-de-interes ul li a.doc-link {
    color: #246485;
    display: block;
}

div#documentos-de-interes ul li a.doc-link:hover {
    text-decoration: none;
}

div#publicidad div.medio {
    border-bottom: 1px solid #23788A;
    margin-bottom: 40px;
}

div#publicidad div.medio h3 {
    color: #23788A;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}

div#publicidad div.medio p.mediaTitle {
    text-align: center;
}

div#publicidad div.medio p.mediaTitle span {
    color: #aaa;
}

div#publicidad div.medio ul.image-wrapper {
    list-style-type: none;
    margin: 20px 0;
}

div#publicidad div.medio ul.image-wrapper li {
    float: left;
    margin-right: 10px;
}

div#publicidad div.medio ul.image-wrapper li img {
    border: 1px solid #ccc;
    padding: 5px;
}

div#publicidad div.medio div.audioWrapper, div#publicidad div.medio div.videoWrapper {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

div#informacion div#deptoWrapper div.cfx {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 400px;
}

div#informacion div#deptoWrapper div.cfx div.left {
    margin-right: 10px;
}

div#informacion div#deptoWrapper div.cfx h3 {
    margin-bottom: 5px;
}

div#informacion div#deptoWrapper div.cfx h3 a {
    color: #6a6a6a;
    font-size: 16px;
    text-decoration: none;
}

div#informacion div#deptoWrapper div.cfx a[id] {
    border: 1px solid #aaa;
    display: block;
    text-indent: -9999px;
    height: 85px;
    padding: 2px;
    width: 85px;
}

div#informacion div#deptoWrapper div.cfx a#artigas, div#informacion div#deptoWrapper div.cfx a#canelones, div#informacion div#deptoWrapper div.cfx a#cerro-largo, div#informacion div#deptoWrapper div.cfx a#durazno, div#informacion div#deptoWrapper div.cfx a#flores, div#informacion div#deptoWrapper div.cfx a#florida, div#informacion div#deptoWrapper div.cfx a#lavalleja, div#informacion div#deptoWrapper div.cfx a#maldonado, div#informacion div#deptoWrapper div.cfx a#montevideo, div#informacion div#deptoWrapper div.cfx a#paysandu, div#informacion div#deptoWrapper div.cfx a#rio-negro, div#informacion div#deptoWrapper div.cfx a#rivera, div#informacion div#deptoWrapper div.cfx a#rocha, div#informacion div#deptoWrapper div.cfx a#salto, div#informacion div#deptoWrapper div.cfx a#san-jose, div#informacion div#deptoWrapper div.cfx a#soriano, div#informacion div#deptoWrapper div.cfx a#tacuarembo, div#informacion div#deptoWrapper div.cfx a#treinta-y-tres {
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: bold;
}

div#informacion div#deptoWrapper div.cfx a#artigas {
    background-image: url(../assets/info_LogoArtigas.jpg);
}

div#informacion div#deptoWrapper div.cfx a#canelones {
    background-image: url(../assets/info_LogoCanelones.jpg);
}

div#informacion div#deptoWrapper div.cfx a#cerro-largo {
    background-image: url(../assets/info_LogoCerroLargo.jpg);
}

div#informacion div#deptoWrapper div.cfx a#colonia {
    background-image: url(../assets/info_LogoColonia.jpg);
}

div#informacion div#deptoWrapper div.cfx a#durazno {
    background-image: url(../assets/info_LogoDurazno.jpg);
}

div#informacion div#deptoWrapper div.cfx a#flores {
    background-image: url(../assets/info_LogoFlores.jpg);
}

div#informacion div#deptoWrapper div.cfx a#florida {
    background-image: url(../assets/info_LogoFlorida.jpg);
}

div#informacion div#deptoWrapper div.cfx a#lavalleja {
    background-image: url(../assets/info_LogoLavalleja.jpg);
}

div#informacion div#deptoWrapper div.cfx a#maldonado {
    background-image: url(../assets/info_LogoMaldonado.jpg);
}

div#informacion div#deptoWrapper div.cfx a#montevideo {
    background-image: url(../assets/info_LogoMontevideo.jpg);
}

div#informacion div#deptoWrapper div.cfx a#paysandu {
    background-image: url(../assets/info_LogoPaysandu.jpg);
}

div#informacion div#deptoWrapper div.cfx a#rivera {
    background-image: url(../assets/info_LogoRivera.jpg);
}

div#informacion div#deptoWrapper div.cfx a#rio-negro {
    background-image: url(../assets/info_LogoRioNegro.jpg);
}

div#informacion div#deptoWrapper div.cfx a#rocha {
    background-image: url(../assets/info_LogoRocha.jpg);
}

div#informacion div#deptoWrapper div.cfx a#salto {
    background-image: url(../assets/info_LogoSalto.jpg);
}

div#informacion div#deptoWrapper div.cfx a#san-jose {
    background-image: url(../assets/info_LogoSanJose.jpg);
}

div#informacion div#deptoWrapper div.cfx a#soriano {
    background-image: url(../assets/info_LogoSoriano.jpg);
}

div#informacion div#deptoWrapper div.cfx a#tacuarembo {
    background-image: url(../assets/info_LogoTacuarembo.jpg);
}

div#informacion div#deptoWrapper div.cfx a#treinta-y-tres {
    background-image: url(../assets/info_LogoTreintaYTres.jpg);
}

div#informacion div#deptoWrapper div.cfx ul {
    margin-left: 15px;
}

div#informacion div#deptoWrapper div.cfx ul li a {
    color: #246485;
    text-decoration: none;
}

div#informacion div#deptoWrapper div.cfx ul li a:hover {
    text-decoration: underline;
}

div#logos {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 970px;
    padding: 15px;
}

div#logos ul {
    width: 555px;
    margin: 0 auto;
}

div#logos ul li {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    border-right: 1px solid #E7E6E6;
    list-style-type: none;
}

div#logos ul li:last-child {
    border: none;
    margin: 0;
}

div#footer {
    background-color: #484847;
    height: 20px;
    padding: 20px;
}

.footer-wrapper {
    width: 950px;
    margin: 0 auto;
}

.footer-wrapper p {
    background-image: url(../assets/bullet-footer.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    color: #edebeb;
    margin: 5px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cfx:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cfx {
    display: inline-block;
}

html[xmlns] .cfx {
    display: block;
}

* html .cfx {
    height: 1%;
}

#consultaValorMercadoForm, div.factura-table table tr th {
    padding: 10px 5px !important;
    text-align: left;
}

#consultaValorMercadoForm, div.factura-table table tr td {
    padding: 10px 5px !important;
    text-align: left;
}

input.submit_hyperlink {
    background:none!important;
    border:none;
    color:#23788A;
    cursor:pointer;
    text-align: left;
    padding: 0!important;
    text-decoration:underline;
}

input.submit_hyperlink:hover{
    text-decoration:none;
}


.combo .dua {
    margin-top: 34px !important;
    border-radius: 10px !important;
    background-color: #f3f3f3 !important;
}

.combo .dua label {
    padding: 22px;
    width: auto !important;
}

.combo .duabotton {
    border-radius: 10px !important;
    margin: 14px !important;
}

.combo .duabotton a{
    margin: -1px 12px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.duainputs {
    display: inline-block !important;
}

.navigator {
    margin-top: 10px !important;
}