.informacion {
    background: #ecf0f6;
    color: #fff;
    font-size: 14px;
}

.well {
    background: rgba(16,150,180,1);
    background: -moz-linear-gradient(left, rgba(16,150,180,1) 0%, rgba(4,105,125,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,150,180,1)), color-stop(100%, rgba(4,105,125,1)));
    background: -webkit-linear-gradient(left, rgba(16,150,180,1) 0%, rgba(4,105,125,1) 100%);
    background: -o-linear-gradient(left, rgba(16,150,180,1) 0%, rgba(4,105,125,1) 100%);
    background: -ms-linear-gradient(left, rgba(16,150,180,1) 0%, rgba(4,105,125,1) 100%);
    background: linear-gradient(to right, rgba(16,150,180,1) 0%, rgba(4,105,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1096b4', endColorstr='#04697d', GradientType=1 );
    min-height: 20px;
    padding: 50px;
    margin-bottom: 0px;
    background-color: #f1f1f1;
    border: 0px solid #1096b4;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    -webkit-box-shadow: inset 0 rgba(0,0,0,.05);
    box-shadow: inset 0 rgba(0,0,0,.05);
}

.arriba{
    margin-top: 5px;
}

.planes {
    min-height: 20px;
    padding: 100px 0;
    margin-bottom: 0;
    background-color: #ecf0f6;
    border: 1px solid #ecf0f6;
    border-radius: 0px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 rgba(0,0,0,.05);
    box-shadow: inset 0 rgba(0,0,0,.05);
}

.que-necesitas {
    min-height: 20px;
    padding: 50px;
    margin-bottom: 20px;
    border-radius: 0px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 rgba(0,0,0,.05);
    box-shadow: inset 0 rgba(0,0,0,.05);
}

footer{
    background: url(../img/publicidad/fondo.png) no-repeat center center;
    background-position: 0,0;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 50px;
    padding-bottom:30px;
    color: #fff;
}

.firma{
    padding-top: 15px;
    padding-bottom: 5px;
    background: #026d47;
    color: #fff;
}

.titulos {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/internet.jpg);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.contenido{
    padding: 50px;
    background-color: #ecf0f6;
    border: 1px solid #ecf0f6;
}

.contenido-2{
    padding: 50px;
    padding-bottom: 60px;
    background-color: #fff;
    border: 1px solid #fff;
}

.hola{
    background-color: #fff;
    color: #555555;
    padding: 8px 10px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.beneficios{
    margin: 0;
    padding-top: 50px;
    padding-bottom:50px;
    background: url(../img/publicidad/fondo.png) no-repeat center center;
    background-position: 0,0;
    background-repeat: no-repeat;
    color: #fff;

}

.beneficios2{
    margin: 0;
    padding-top: 80px;
    padding-bottom:100px;
    background-color: #fff;
    background-position: 0,0;
    background-repeat: no-repeat;

}

.publicidad{
    background: #f8f6f5;
    margin: 0;
    padding-top: 50px;
    padding-bottom:100px;

}

.planes-duo {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/duo.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.planes-internet {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/internet.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.planes-banda-ancha {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/banda-ancha.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.planes-television {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/television.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.preguntas-frecuentes {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/preguntas.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}

.contactenos {
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: url(../img/fondo-planes/contactenos.png);
    background-position: 0,0;
    background-repeat: no-repeat;
}