    footer {
        margin: 0px 0px 0px 0px;
        padding: 0;
    }
    footer p {
        text-align: left;
    }
    footer div {
        text-align: left;
    }
    .opinionPadding {
        padding: 43px 0 0 0;
    }
    .nosInteresaTuOpinion {
        background-color: black;
    }

    .letraBlanca,
    .letraBlanca label,
    .letraBlanca h5 {
        color: #FFF;
    }

    .letraTamano {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .letraTamano label a {
        font-size: 14px;
        color: #FFF;
        padding-right: 5px;
        padding-left: 5px;
        text-decoration: underline;
    }

    .letraTamano label a:hover {
        color: rgb(77, 119, 191);
    }

    .letraTamano article, .letraTamano label {
        padding-top: 24px;
        color: #BABABA;
        font-size: 12px;
    }

    .letraTamano article img {
        padding: 4px;
        width: 20px;
    }

    .nosInteresaTuOpinion section p {
        padding-top: 20px;
        font-size: 16px;
        font-family: helvetica;
    }

    .nosInteresaTuOpinion form button {
        background-color: #E7E7E7;
        padding: 3px 15px;
        color: #000;
        font-size: 20px;
        margin-top: 15px;
        width: 30%;
        -webkit-transition: background-color 600ms ease-out;
        text-shadow: none;
    }

    .nosInteresaTuOpinion form button:hover {
        background: #ac1f53;
        color: #FFF;
        -webkit-transition: background-color 400ms ease-out;
    }
    .width-camp{
        width: 85%;
    }

    .link-white {
        color: #FFF;
    }

    .error {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #E41992 !important;
        font-weight: normal !important;
    }
    
    /*contacto*/
    .contacto-fo{
        padding-left: 80px;
    }
    .contacto-fo h3{
        color: #FFF;
    }
    .contacto-fo p span{
        color    : #999;
        font-size: 28px;
    }
    .contacto-fo a{
        color: #999 !important;
    }
    .contacto-fo a:hover{
        color: #FFF!important;
    }
    .contacto-fo a i{
        font-size   : 28px;
        padding-top : 5px;
    }

    .contacto-fo div{
        
        text-align  : center;
        width       : 42px;
        margin-left : 4px;
        padding     : 0;
    }
    .contacto-fo h3 {
        color: #FFF;
        font-weight: 100;
    }
    .siguenos div span {
        border-radius: 31px;
        background-color: #FFF;
        color: #999;
        font-size: 20px;
        width: 32px;
        height: 25px;
        padding-top: 6px;
        -webkit-transition: background-color 300ms ease-out;
    }

    .facebook span:hover{
        background-color   : #3B5998;
        color              : #FFF;
        border-radius      : 36px;
        -webkit-transition : background-color 300ms ease-out;
    }
    .twitter span:hover{
        background-color   : #55AAEE;
        color              : #FFF;
        -webkit-transition : background-color 300ms ease-out;
    }
    .youtube span:hover{
        background-color   : #CC0000;
        color              : #FFF;
        -webkit-transition : background-color 300ms ease-out;
    }
    .OtrasRedes{
        padding : 0 0 0 20px;
        width   : 58%;
    }

    .indentar-md {
        text-indent: 80px;
        font-size: 16px;
    }

    .indentar-sm {
        text-indent: 60px;
        font-size: 16px;
    }

    .padding-superior-cero {
        padding-top: 0px;
    }

    @media (min-width: 768px) and (max-width: 979px) {
        .row-fluid .span11 {
            padding-left: 10px;
        }
    }

    @media (max-width: 767px){
        .container {
            width: 470px;
        }

        footer {
            margin: 0px -20px 0px -20px;
        }
        .contacto-fo {
             padding-left: 0px; 
        }

        .row-fluid .span1 {
            width: 8.382979%;
            float: left;
        }

        .width-camp {
            width: 100%;
        }
    }

    .triangulo {
        border-color: transparent transparent transparent #AD6A4D;
        border-style: solid;
        -webkit-transform: rotate(26deg);
        -moz-transform: rotate(26deg);
        border-width: 21px 11px 5px 11px;
        height: 0;
        width: 0;
        position: absolute;
        left: -7px;
        top: 4px;
    }

    .tituloOpinion {
        font-family: Arial;
        font-size: 22px;
        font-weight: 400;
        background-color: #C66E3C;
        width: 284px;
        position: relative;
        top: 20px;
        color: #FFF;
        padding: 5px;
        text-indent: 25px;
        margin-left: 0;
        margin-right: 0;
    }