html{
    background-color: #000000;
    background-image: url("/images/frontend/nacional/fondoCT.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.body {
    background-color: transparent;
    width: 989px;
    padding: 3px;
    margin: 0px auto;
    font-family: arial;
    font-size: 12px;
}

p {
    padding: 0px;
    margin: 0px auto;
}

a {
    color: #FFF;
    text-decoration: none;
}

a img {
    border: none;
    padding: 0px;
    margin: 0px auto;
}

/*ALGUNAS CLASES UTILES*/
.clear {
    clear: both;
}
/* popup puntaje */
.tabla_puntajes {
    color: #fff;
    width: 900px;
    font-size: 10pt;
    text-align: center;
}
.tabla_puntajes td, .tabla_puntajes th {
    padding: 3px;
    border: solid 3px #fff;
}
.tabla_puntajes th {
    padding: 5px;
    font-weight: bold;
    background-color: #000;
    text-transform: uppercase;
    text-align: center;
}
.tabla_puntajes td {
    background-color: #d4d4d4;
    color: #000;
}
.tabla_puntajes td.a_left {
    text-align: left;
}
th.col_desc_round {
    width: 150px;
}
div.popupContainer {
    font-family: Arial;
    /*
    background-color: #016A88;
    padding: 16px;
    
    
    */
}

div.popupContainer h1, div.popupContainer h2 {
    background-color: #00ADEF;
    border: solid 3px #fff;	
    margin-left: -2px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 120%;
    display: block;
    width: 887px;
}

div.popupSubContainerWrapper {
    padding: 3px;
    height:460px;
    overflow-x:hidden;
    overflow-y:scroll;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    text-align: left;
    font-size: 11px !important;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

#basic-modal-content {display:none;}
#openpopup{
    display: none;
}
/* Overlay */
#simplemodal-overlay {background-color:#000;}


#divRegistro .datos{
    background-color: #fff;
}
#scrollbar_container{
    text-align: left;
}