@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #CC140C;
    background-color: #000;
    padding-top: 90px;
}

a {
    outline: none;
    color: white;
}

a  img {
    outline: none;
}

img{
    border: 0px;
}

.container{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.listings {
    overflow: auto;
}

.listings a img {
    width: 100px;
    float: left;
    margin: 25px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.staticText {
    text-align: justify;
    font-size: 10px;
}

.rejected {
    color: red;
    font-weight: bold;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
}

h3 {
    font-size:16px;
    font-style:italic;
    font-weight: normal;
    padding: 5px;
    margin: 0px;
}

.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d51212+0,810b0b+98 */
    background: #d51212; /* Old browsers */
    background: -moz-linear-gradient(top, #d51212 0%, #810b0b 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d51212), color-stop(98%,#810b0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d51212 0%,#810b0b 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d51212 0%,#810b0b 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d51212 0%,#810b0b 98%); /* IE10+ */
    background: linear-gradient(to bottom, #d51212 0%,#810b0b 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51212', endColorstr='#810b0b',GradientType=0 ); /* IE6-9 */


    color:#ffffff;
    text-shadow:1px 1px 0px #000;

    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    display:inline-block;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:50px;
    line-height:50px;
    width:180px;
    text-decoration:none;
    text-align:center;
    border: none;
}

.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; font-weight: bold;
}

.mediumwhite{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; font-weight: bold;
}

.xbig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.banner {
    width: 100%;
}

.banner img {
    max-width: 300px;
}

.sections img {
    width: 100%;
}

#home-logo {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px black;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393939+0,303030+47,111111+100 */
    background: rgb(57,57,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,57,57,1) 0%, rgba(48,48,48,1) 47%, rgba(17,17,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,57,57,1)), color-stop(47%,rgba(48,48,48,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939  ', endColorstr='#111111  ',GradientType=0 ); /* IE6-9 */
}

.banner:before {
    content: url('http://static.scmclubs.com/curioso/contenido/header.png');
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px black;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393939+0,303030+47,111111+100 */
    background: rgb(57,57,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,57,57,1) 0%, rgba(48,48,48,1) 47%, rgba(17,17,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,57,57,1)), color-stop(47%,rgba(48,48,48,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(57,57,57,1) 0%,rgba(48,48,48,1) 47%,rgba(17,17,17,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939  ', endColorstr='#111111  ',GradientType=0 ); /* IE6-9 */
}

.content-banner {
    display: none;
}