.contenedorAyuda {
    display: block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}
.tituloPrincipal {
font-weight: bold;
}

p {
font-size:13px;
}

.bannerFacebook {
    float:left;
    width:100%;
    text-align: center;
}
.tituloPrincipal {
    width:100%;
    float:left;
    font-weight: bold;
    font-size:18px;
    margin:20px 0px;
    text-align:center;
}
.subtitulo {
    width:100%;
    float:left;
    font-weight: bold;
    margin: 15px 0px;
}
.textoPrincipal {
    width:100%;
    float:left;
    padding:20px;
    font-size:13px;
    border: thin solid gray;
}
.imagenInstalar {
   width:100%;
   margin: 10px auto;
   border:none;
}
.imagenInstalar img {
    border:none;
}
.imagenMuncom {
   width:100%;
   margin: 10px auto;
   border:none;
   text-align: center;
   margin-bottom: 20px;
}
.imagenMuncom img {
    border:none;
}

#menu {
    width: 20%;
    float: left; 
}

#texto {
    width: 80%;
    float: right;
}

#menu ul {
    list-style: none;
    padding: 0;
}

.redondeadoBottom {
    clear: both;
}
