body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/socicon-webfont.woff') format('woff'),
    url('../fonts/socicon-webfont.ttf') format('truetype'),
    url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
    font-family: 'socicon' !important;
}


/* BARRA1 */

#barra1 {
    background-color: #201f19;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    line-height: 20px;
    text-align: center;
}

#barra1 a {
    color: #fff;
}

#barra1 .iconos {
    font-size: 25px;
}

#barra1 .iconos a {
    display: inline-block;
    margin-left: 15px;
}

#barra1 .iconos a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #barra1 {
        text-align: left;
    }
}


/* BARRA2 */

#barra2 {
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #b3b3b3;
    font-size: 25px;
}

#barra2 a {
    color: #b3b3b3;
    display: inline-block;
    margin: 8px 14px 6px 14px;
    text-decoration: none;
}

#barra2 a:hover {
    text-decoration: none;
}


/* CABEZA */

#cabeza  {
    background-color: #f2d232;
}

#cabeza .logo {
    padding-top: 19px;
}

#cabeza .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#cabeza .menu ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    height: 96px;
}

#cabeza .menu ul li a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #848484;
    line-height: 96px;
}

#cabeza .menu ul li a:hover {
    border-bottom: 4px solid #314761;
    color: #314761;
    text-decoration: none;
}


/* GENERAL */

.col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col h2:first-child {
    margin-top: 0;
}

.col *:last-child {
    margin-bottom: 0;
}


/* CONTENIDO */

#contenido {
    padding-top: 30px;
    padding-bottom: 30px;
}

#contenido h2 {
    display: block;
    margin-bottom: 15px;
    line-height: 38px;
    font-size: 21px;
    font-weight: 600;
    color: #1f1f1f;
    /*background: url("../img/h2_fondo.png") repeat-x bottom right;*/
}

#contenido h2 span {
    display: inline-block;
    /*background: url("../img/h2_span_fondo.png") repeat-x bottom left;*/
}

#contenido h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1f1f1f;
}

#contenido p {
    font-size: 14px;
    line-height: 24px;
    color: #6D6D6D;
}

#contenido hr {
    border-top: 2px solid #E5E5E5;
    margin: 0 0 !important;
}

#contenido input {
    background-color: #f3f3f3;
    font-size: 17px;
    font-weight: 400;
    color: #6d6d6d;
    border: none;
    border-radius: 0;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 2px;
}

#contenido textarea {
    background-color: #f3f3f3;
    font-size: 15px;
    font-weight: 400;
    color: #6D6D6D
    border: none;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #304660;
    border-color: #304660;
}

.btn-primary:hover {
    color: #fff;
    background-color: #314f6c;
    border-color: #314f6c;
}

.btn-lg, .btn-group-lg .btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 2px;
}

.jumbotron h1 {
    font-size: 26px;
    color: #314f6c;
    font-weight: 600;
}

.jumbotron p {
    font-size: 16px;
    font-weight: 400;
}


/* ANUNCIO */

#anuncio {
    margin: 30px 0;
    padding: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-align: center;
}

#anuncio h1 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #314761;
}

#anuncio .btn {
    margin-top: 20px;
    background-color: #304660;
    border: none;
}

#anuncio p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #anuncio h1 {
        font-size: 28px;
    }

    #anuncio h1, #anuncio p {
        text-align: left;
    }
}


/* SUBPIE */

#subpie {
    background-color: #f1f1f1;
    padding: 30px 0;
}

#subpie h3 {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #E6E6E6;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

#subpie p {
    margin-bottom: 0;
}


/* PIE */

#pie {
    background-color: #201f19;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

#pie p {
    line-height: 30px;
    margin: 0;
}

#pie a {
    color: #fff;
}

#pie a:hover {
    color: #fff;
    text-decoration: none;
}

#pie .iconos {
    text-align: right;
}

#pie .iconos a {
    display: inline-block;
    font-size: 28px;
    margin-left: 20px;
}

@media (max-width: 992px) {
    #pie * {
        text-align: center !important;
    }
}
#username{
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 30px;
}
#username span{
    left: -10px;
    font-size: 17px;
}