body{
    margin: 0px;
    margin-top: 0px;
    padding:0px;
    font-family: 'Trebuchet MS';
    vertical-align:baseline;
    background: #D3D3CC;
    color: #000000;
}

.superior{width:50%; float:left;}

#titulopagina{height:119px; font-family:Georgia, "Times New Roman", Times, serif; font-size:40px; padding:80px 0px 0px 20%; white-space: nowrap;}

@media screen and (min-width: 1700px) {
    legend {
        font-family: 'Trebuchet MS';
        font-size: 22px;
        font-weight: bold;
        color: #000000;
        text-align: left;
    }
    .filacabecera {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ff9933;
    }
    .cabecera {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ACACAC;
    }
    .titulotabla {
        font-family: 'Trebuchet MS';
        font-size:36px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        position:relative; 
        bottom:15px;
        z-index: -2;
    }
    .titulo {
        font-family: 'Trebuchet MS';
        font-size: 36px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .titulopagina {
        font-family: 'Trebuchet MS';
        font-size: 42px;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    .cuerpo {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        color: #000000;
        text-align: center;
    }
    .tablatotal {
        font-family: 'Trebuchet MS';
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: lightsteelblue;
    }

    label {
        display: block;
        width: 45%;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 18px;
        font-weight: bold;
        text-align:right;
        padding-right: 15px;
    }

    select {
        width: 40%;
        margin-bottom: 1em;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        font-weight: bold;
        border: 1px solid;
        -webkit-border-radius: 4px;
    }

    .small.boton, .small.boton:visited {
        font-size: 11px ;
    }

    .boton, .boton:visited,.medium.boton, .medium.boton:visited {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    }

    .large.boton, .large.boton:visited {
        font-size:14px;
        padding: 8px 14px 9px;
    }

    .super.boton, .super.boton:visited {
        font-size: 34px;
        padding: 8px 14px 9px;
    }

    .radiopriv{
        font-weight: bold; 
        color: black;
        text-align: center;
        padding-bottom: 8px;
        font-size: 18px;
    }

    td.datos{
        margin: 0 auto;
        font-size: 16px;
    }

    td.datosdcha{
        margin: 0 auto;
        font-weight: bold;
        text-align: right;
        font-size: 18px;
    }

    .sile {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        color : #000000;
        text-align: center;
        background-color: #C1F7A2;
    }

    .silecartera {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        color : #000000;
        text-align: center;
        background-color: #d9fd4f;
    }
    
    .cartera {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        color : #000000;
        text-align: center;
        background-color: #ffff66;
    }

    .filtrospeq {
        width: 40%; 
        margin: 0 auto;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1300px) {
    legend {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        text-align: left;
    }
    .filacabecera {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ff9933;
    }
    .cabecera {
        font-family: 'Trebuchet MS';
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ACACAC;
    }
    .titulotabla {
        font-family: 'Trebuchet MS';
        font-size:28px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        position:relative; 
        bottom:15px;
        z-index: -2;
    }
    .titulo {
        font-family: 'Trebuchet MS';
        font-size: 28px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .titulopagina {
        font-family: 'Trebuchet MS';
        font-size: 36px;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    .cuerpo {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color: #000000;
        text-align: center;
    }
    .tablatotal {
        font-family: 'Trebuchet MS';
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: lightsteelblue;
    }

    label {
        display: block;
        width: 45%;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        font-weight: bold;
        text-align:right;
        padding-right: 15px;
    }

    select {
        width: 40%;
        margin-bottom: 1em;
        font-family: 'Trebuchet MS';
        font-size: 12px;
        font-weight: bold;
        border: 1px solid;
        -webkit-border-radius: 4px;
    }

    .small.boton, .small.boton:visited {
        font-size: 9px ;
    }

    .boton, .boton:visited,.medium.boton, .medium.boton:visited {
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    }

    .large.boton, .large.boton:visited {
        font-size:12px;
        padding: 6px 10px 7px;
    }

    .super.boton, .super.boton:visited {
        font-size: 26px;
        padding: 8px 14px 9px;
    }

    .radiopriv{
        font-weight: bold; 
        color: black;
        text-align: center;
        padding-bottom: 8px;
        font-size: 15px;
    }

    td.datos{
        margin: 0 auto;
        font-size: 14px;
    }

    td.datosdcha{
        margin: 0 auto;
        font-weight: bold;
        text-align: right;
        font-size: 16px;
    }

    .sile {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color : #000000;
        text-align: center;
        background-color: #C1F7A2;
    }

    .silecartera {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color : #000000;
        text-align: center;
        background-color: #d9fd4f;
    }

    .cartera {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color : #000000;
        text-align: center;
        background-color: #ffff66;
    }

    .filtrospeq {
        width: 50%; 
        margin: 0 auto;
    }
}

@media screen and (max-width: 1300px) {
    legend {
        font-family: 'Trebuchet MS';
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        text-align: left;
    }
    .filacabecera {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ff9933;
    }
    .cabecera {
        font-family: 'Trebuchet MS';
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: #ACACAC;
    }
    .titulotabla {
        font-family: 'Trebuchet MS';
        font-size:28px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        position:relative; 
        bottom:15px;
        z-index: -2;
    }
    .titulo {
        font-family: 'Trebuchet MS';
        font-size: 28px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .titulopagina {
        font-family: 'Trebuchet MS';
        font-size: 36px;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    .cuerpo {
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color: #000000;
        text-align: center;
    }
    .tablatotal {
        font-family: 'Trebuchet MS';
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        background: lightsteelblue;
    }

    label {
        display: block;
        width: 45%;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        font-weight: bold;
        text-align:right;
        padding-right: 15px;
    }

    select {
        width: 40%;
        margin-bottom: 1em;
        font-family: 'Trebuchet MS';
        font-size: 12px;
        font-weight: bold;
        border: 1px solid;
        -webkit-border-radius: 4px;
    }

    .small.boton, .small.boton:visited {
        font-size: 9px ;
    }

    .boton, .boton:visited,.medium.boton, .medium.boton:visited {
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    }

    .large.boton, .large.boton:visited {
        font-size:12px;
        padding: 6px 10px 7px;
    }

    .super.boton, .super.boton:visited {
        font-size: 26px;
        padding: 8px 14px 9px;
    }

    .radiopriv{
        font-weight: bold; 
        color: black;
        text-align: center;
        padding-bottom: 8px;
        font-size: 15px;
    }

    td.datos{
        margin: 0 auto;
        font-size: 14px;
    }

    td.datosdcha{
        margin: 0 auto;
        font-weight: bold;
        text-align: right;
        font-size: 16px;
    }

    .sile {
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color : #000000;
        text-align: center;
        background-color: #C1F7A2;
    }

    .silecartera {
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color : #000000;
        text-align: center;
        background-color: #d9fd4f;
    }
    
    .cartera {
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color : #000000;
        text-align: center;
        background-color: #ffff66;
    }

    .filtrospeq {
        width: 55%; 
        margin: 0 auto;
    }
}

fieldset {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    padding-top: 12px;
    border-radius: 10px;
}

.filtros {
    width: 75%; 
    margin: 0 auto;
}

.separar{
    width: 100%;
    height: 20px;
}

.botoncentro {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.divizda{
    float: left;
    width: 32%;
    clear: left;
    white-space: nowrap;
}

.divcentro{
    float: left;
    width: 32%;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.divdcha{
    float: left;
    width: 32%;
    clear: right;
    white-space: nowrap;
}

.resultados{
    margin: 0 auto; 
    width: 80%;
}

.labelcheck {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    float: left;
}

.miniimagen{
    width: 20px;
    vertical-align: text-top;
    border: 0;
}

#imgmoneda{
    max-width: 100px;
}

.checks {
    margin-right: 2%;
}

input[type="checkbox"] {
    margin: 6px 3px 3px 3px;
    margin-bottom: 1em;
}

input[type="text"],[type="password"] {
    border: 1px solid;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    width: 40%;
    border-radius: 4px;
}

textarea { 
    border: 1px solid;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: bold;
    resize: none; 
}

.clear {
    clear: both;
}

.unalinea{
    white-space: nowrap;
}

.tabla {
    border-width: 1px;
    border-spacing: 0px;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: white;
    color: black;
}

.vacia {
    background-color: #F08181;
}

.combo {
    color: #000000;
    font-weight: bold;
    width: 120px;
}

p#titulopagina {
    margin: 0;
}


.boton, .boton:visited {
    background: #222;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor:pointer;
    margin-bottom: 1em;
}

.boton:hover {
    background-color: #111;
    color: #FFF;
}

.green.boton, .green.boton:visited { 
    background-color: #91BD09; }

.green.boton:hover{
    background-color: #749A02; }

.red.boton, .red.boton:visited {
    background-color: #E62727; }

.red.boton:hover{
    background-color: #CF2525; }

.blue.boton, .blue.boton:visited {
    background-color: #2981E4; }

.blue.boton:hover{
    background-color: #2575CF; }

.orange.boton, .blue.boton:visited {
    background-color: #FF9900; }

.orange.boton:hover{
    background-color: #FF6600; }

.botonExcel{
    cursor:pointer;
    width: 5%;
}

.boton[disabled='disabled']{
    color: gainsboro;
    opacity:0.4;
}

.boton[disabled='disabled']:hover{
    cursor: default;
}

.links {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: bolder;
    color: white;
}

.conmevacia {
    text-align: center;
    background-color: lightsteelblue;
}

.conmenole{
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-right-color: #ff0033;
    border-left-color: #ff0033;
    border-bottom-color: #ff0033;
    border-top-color: #ff0033;
    background-color: white;
}

.conmesile{
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-right-color: #009933;
    border-left-color: #009933;
    border-bottom-color: #009933;
    border-top-color: #009933;
    background-color: white;
}

.conmeanon{
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;
    background-color: white;
}

.cabeceragral{
    width:100%;
    height: 50px;
    background: #2c2d32;
    font-family: 'Trebuchet MS';
    color: #ffffff;
}

h1, h2, h3 {
    font-family: Trebuchet MS,Helvetica,Verdana,Arial,sans-serif;
}

/*Para las imagenes mouse over*/
#mostrarimagen{
    position:absolute;
    background:lightskyblue;
    padding:2px;
    display:none;
    text-align: center;
    font-weight: bold;
}

#mostrartitle{
    position:absolute;
    background:lightskyblue;
    padding:2px;
    display:none;
    text-align: center;
    font-weight: bold;
}

#mostrarimagennc{
    position:absolute;
    background:lightskyblue;
    padding:2px;
    display:none;
    text-align: center;
    font-weight: bold;
}

#mostrarimagenc{
    position:absolute;
    background:lightskyblue;
    padding:2px;
    display:none;
    text-align: center;
    font-weight: bold;
}

#mostrarimagencc{
    position:absolute;
    background:lightskyblue;
    padding:2px;
    display:none;
    text-align: center;
    font-weight: bold;
}

.noconme{
    background:lightskyblue;
    padding:2px;
    text-align: center;
    font-weight: bold;
}

/*Para los cuadros de ordenar otras*/
.ordenar {
    font-family: Calibri;
    font-size: 22px;
    font-weight: bolder;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color:rgb(86, 160, 255);
    text-align:center;
    cursor: move; 
}

/*Para poner texto*/
.cabeceratexto{
    font-family: 'Trebuchet MS';
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-right-color: #0033cc;
    border-left-color: #0033cc;
    border-bottom-color: #0033cc;
    border-top-color: #0033cc;
    text-align: center;
    padding: 8px 8px 8px 8px;
    border-radius: 6px;
    background-color: #C3C3E7;
    font-weight: bolder;
    font-size: 24px;
}

/* Paginacion */
#loading{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-top:200px;
}
#container{
    width: 80%; 
    margin: 0 auto;
}

#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover{
    background-color:#ededed;
    color:#bababa;
    border:1px solid #bababa;
    cursor: default;
}
#container .data ul li{
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#container .pagination{
    width: 800px;
    height: 25px;
    margin:0px auto;
}
#container .pagination ul li{
    list-style: none;
    float: left;
    border: 1px solid #006699;
    padding: 2px 6px 2px 6px;
    margin: 0 3px 0 3px;
    font-family: arial;
    font-size: 14px;
    color: #006699;
    font-weight: bold;
    background-color: #f2f2f2;
}
#container .pagination ul li:hover{
    color: #fff;
    background-color: #006699;
    cursor: pointer;
}
.go_button
{
    background-color:#f2f2f2;
    border:1px solid #006699;
    color:#cc0000;
    padding:2px 6px 2px 6px;
    cursor:pointer;
    position:absolute;
    margin-top:-1px;
    margin-left: 15px;
}

input[type="text"].goto{
    margin-top:-1px;
    margin-left:60px; 
    width: 40px;
}

.total
{
    float:right;font-family:arial;color:#999;
}

/*sortable*/
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

table#Resumen {
    margin: 0 auto;
}

/*Modal*/
.modal {
    display: none;
    width: 400px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.modal a.close-modal, span.ui-icon {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/Images/close.png) no-repeat 0 0;
}

.login_form.modal {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.login_form h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #1e3d47;
    text-align: center;
}

.login_form h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #1e3d47;
    text-align: left;
}

.login_form.modal p {
    padding: 20px 20px;
    border-bottom: 1px solid #ddd; 
    margin: 0;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
    overflow: hidden;
    text-align: start;
}
.login_form.modal p:last-child {
    border: none; 
}

.login_form.modal p label { 
    float: left; 
    font-weight: bold; 
    color: black; 
    font-size: 15px; 
    width: 110px; 
    line-height: 22px; 
}

.login_form.modal p input[type='text'] { 
    font-weight: bold; 
    color: black; 
    text-align: left;
    width: 60%;
}

.login_form.modal p input[type='password']{ 
    font-weight: bold; 
    color: black; 
    text-align: left;
    width: 60%;
}

#contador, #contadorcontactar{
    font-size: 14px;
    position: relative;
    left: 85%;
    top: 10px;
}

#añadirmoneda {
    width: 50%;
    margin: 0 auto;
    padding-left: 15px;
    background: lightsteelblue;
    border: 2px;
    position: fixed;
    overflow-y: scroll;
    display: none;
}

.selectcolvar{
    width: auto;
    margin: 0 auto;
}

.tituloañadirmoneda{
    font-style: italic;
    text-decoration: underline;
}

img#añadirmonecol, img#añadir{
    cursor: pointer;
    padding-left: 10px;
}

.oculto{
    display: none;
}