/* Quienes somos */
#signalwebPanel h2{
    clear:both;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 1.5em;
    color: #999999;
    border-bottom: 5px dotted #CCCCCC;
    width:100%;
}

#signalwebPanel h3{
    clear:both;
    padding-left: 10px;
    font-size: 1.3em;
    color: #313131;
    width:100%;
}

#signalwebPanel p.corridoDerecha {
    padding-left: 12px;
        padding-top: 0px;
}

#signalwebPanel li {
    margin-bottom: 10px;
}

#signalwebPanel img {
    margin-left: 12px;
}

/* Home */
#homePanel h1 {
    clear:both;
    margin-top:18px;
    padding-bottom: 8px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #313131;
    border-bottom: 5px dotted #CCCCCC;
    width:100%;
}
#homePanel h2 {
    clear:both;
    margin-left: 8px;
    margin-bottom: 0px;
    font-size: 1.5em;
    font-weight: bold;
    color: #7D7D7D;
    width:100%;
}
#homePanel ul{
    text-align: justify;
    width: 90%;
}
#homePanel li{
    font-size: 1.1em;
    display:inline;
    margin-right: 4px;
    color:#555555;
}
#homePanel img{
    margin-left: 10px;
}

/* Clientes */

#clientesPanel #clientBox{
    width:90%;
    margin-left:16px;
    border-top: 5px dotted #CCCCCC;
    padding:10px;
    cursor: pointer;
}
#clientesPanel #clientBox img{
    margin-left:4px;
}

/*Servicio */

#servicioPanel img.imagenDerecha {
    float:right;
    margin: 7px;
}

#servicioPanel h2 {
    color:#BE0B0A;
    font-size:1.5em;
    text-align: center;
}

#servicioPanel .contenidoPanel {
    width: 230px;
    float: left;
    height:170px;
    margin-right:6px;
    margin-bottom:15px;
    padding-left:5px;
    padding-right:5px;
    border:1px dotted #DDDDDD;
    cursor: default;
}

/* Planes */

#planesPanel #plan {
    width:212px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom: 10px;
    float:left;
}

#planesPanel #plan #middlePlan #botonConsulta img{
    margin-left: 40px;
    cursor: pointer;
}

#planesPanel #plan #topPlan.basico{
    background-image: url(../img/planes/banner2_01.png);
    height:10px;
}
#planesPanel #plan #middlePlan.basico{
    background-image: url(../img/planes/banner2_02.png);
    background-repeat:repeat;
    padding-bottom:3px;
    padding-left:12px;
    padding-right:6px;
    padding-top:4px;
}
#planesPanel #plan #bottomPlan.basico{
    background-image: url(../img/planes/banner2_03.png);
    height:6px;
}
#planesPanel #plan #middlePlan p.tituloPlan  {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    color:#333333;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
#planesPanel #plan #middlePlan p.textoBlanco {
    color:#FFFFFF;
    text-align: left;
}
#planesPanel #plan #middlePlan p.subtitulosCaracteristicas {
    color:#FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}

#planesPanel #plan #middlePlan ul.planes {
    display: table;
}
#planesPanel #plan #middlePlan li.planes {
    color:#FFFFFF;
    list-style-type:disc;
}
#planesPanel #plan #middlePlan img.planesIMG {
    float:left;
    padding-right:5px;
}

#planesPanel #plan #topPlan.promocion{
    background-image: url(../img/planes/promo_01.png);
    height:10px;
}
#planesPanel #plan #middlePlan.promocion{
    background-image: url(../img/planes/promo_02.png);
    background-repeat:repeat;
    padding-bottom:3px;
    padding-left:12px;
    padding-right:6px;
    padding-top:4px;
}
#planesPanel #plan #bottomPlan.promocion{
    background-image: url(../img/planes/promo_03.png);
    height:6px;
}

#planesPanel #planConsulta {
    width:450px;
    margin-bottom: 10px;
    margin-left: 23px;
    display: none;
}
#planesPanel #planConsulta .closeDiv{
    cursor:pointer;
    margin-left:380px;
}
#planesPanel #planConsulta #topPlan.consulta{
    background-image: url(../img/planes/consulta_01.png);
    height:11px;
    text-align: center;
}

#planesPanel #planConsulta #middlePlan.consulta{
    background-image: url(../img/planes/consulta_02.png);
    background-repeat:repeat-y;
    padding-bottom:3px;
    padding-left:12px;
    padding-right:6px;
    padding-top:4px;
}
#planesPanel #planConsulta #bottomPlan.consulta{
    background-image: url(../img/planes/consulta_03.png);
    height:12px;
}


#planesPanel #bases {
    float:left;
    width: 100%;
}

#loading {
    width:235px;
    margin-left:135px;
}
#loading img{
    margin-left:7px;
    margin-top:25px;
}
#loading p.textoEnviando{
    font-size: 1.4em;
    font-weight: bold;
    color: #313131;
}

/* Contacto */
#iconError {
    width:16px;
    height:16px;
    background-image: url('../img/error.png');
    display:none;
    float:left;
    position: absolute;
    cursor:pointer;
}

#loadingPlanes {
    width:235px;
    margin-left:105px;
}
#loadingPlanes img{
    margin-left:7px;
    margin-top:25px;
}
#loadingPlanes p.textoEnviando{
    font-size: 1.4em;
    font-weight: bold;
    color: #313131;
}
