body {
    color: #444444;
    font-family: "Arial Narrow", Arial, "Liberation Sans", sans-serif;
    font-size: 100%;
    margin: 0;
    text-align: center;
}

a {
    text-decoration: none;
    color: #1B6A97;
    outline: 0;
}

a:visited {
    color: #1B6A97;
}

.ui-tabs-panel a {
    color: #C12929 !important;
}

.ui-tabs-panel a:visited {
    color: #1B6A97 !important;
}

.ui-tabs-nav li a {
    text-align: center;
}

a img {
    border: 0;
}

input, select {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 5px;
    width: 220px;
}

input, select, .textoCampo {
    font: caption !important;
    font-size: 1em !important;
    color: #1B6A97 !important;
}

button {
    width: auto;
    margin: 5px;
}

.oculto {
    display: none;
    visibility: hidden;
}

.centrado {
    text-align: center;
    margin: auto;
}

.justificado {
    text-align: justify;
}

.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

.negrilla {
    font-weight: bold;
}

.bloqueCentrado {
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.listaHorizontal {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
}

.listaHorizontal li {
    display: inline-block;
    *display: inline; /* Truco para IE7 */
    zoom: 1;
    float: left;
}

.listaSimple {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
}

.listaSimple li {
    display: block;
    *display: block; /* Truco para IE7 */
    zoom: 1;
}

.cuadroDialogo {
    display: none;
    font-size: 0.8em;
    text-align: justify;
}

.error {
    color: #990000;
}

.mensaje {
    color: #2D8823;
}

#contenedorPrincipal {
    width: 980px;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-size: 0.8em;
}

#bloqueSuperior {
    background: transparent url("imagenes/logo.png") scroll no-repeat left top;
    width: 100%;
    height: 80px;
    margin: auto;
    border-bottom: 1px dashed #d9d9d9;
}

#menuSuperior {
    float: right;
    margin-top: 1em;
}

#menuSuperior ul li {
    margin-left: 0.5em;
}

#menuSuperior ul li a {
    display: block;
    padding: 0.75em 1.25em;
}

#bloquePlanes {
    position: relative;
    float: left;
    width: 680px;
    margin: 1em 0;
}

#bloqueUsuario {
    position: relative;
    float: right;
    width: 280px;
    margin: 1em 0;
}

#creditos {
    font-size: 0.65em;
    padding: 0.5em 0;
    border-top: 1px dashed #d9d9d9;
    text-align: center;
    clear: both;
}

.reporte {
    table-layout: fixed;
    border-collapse:collapse;
    width: 100%;
    margin: 20px 0;
}

.reporte th, .reporte td {
    padding: 5px;
    border: 1px solid #cecece;
}

.reporte tr.impar {
    background-color: #f9f9f9 !important;
}

.reporte tr.par {
    background-color: #f0f0f0 !important;
}

.separador {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.controlSelectorCantidad {
    border: 0;
}