@charset "utf-8";
/* CSS Document */ * {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
}

body, td, th {
    color: #FFFFFF;
}

a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}

.Estilo13 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.Estilo16 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
}

#todo {
    margin: auto;
    width: 100%;
    background: url(../file/fondo_banner.jpg) top center no-repeat;
}

#left {
    float: left;
    width: 307px;
    background: #37383a;
}

#right {
    background: #37383a;
    margin: auto;
    float: left;
    width: 543px;
    height: 100%;
}

#content {
    background: #37383a;
    margin: auto;
    width: 850px;
}

h1 {
    background: #222;
    width: 538px;
    height: 29px;
    padding-left: 7px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
}

#container {
    width: 540px;
    height: 400px;
    background: #111;
    overflow: hidden;
    border: 1px solid #333;
}

.thumb {
    width: 100px;
    height: 65px;
    margin: 4px;
    float: left;
}

#container ul {
    list-style: none;
}

ul#reglamento {
    list-style-image: url(../reglamento/pdf_icon.gif);
    margin-top: 30px;
    list-style-position: inside;
}

ul#reglamento li {
    height: 35px;
    margin-top: 5px;
}

.titulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: white;
}
