@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400&display=swap');

*{
    margin: 0px;
    padding: 0;
*    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
}


body{
    width: 960px;
    margin: auto;
    align-content: center;
    overflow-y: scroll;
}


.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 64px;
    bottom:30px;
    right:30px;
    background:#11aa49;
    color:#FFF;
    border: #11aa49 solid 5px;
    border-radius:99px;
    text-align:center;
    font-size:58px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #088839;
    border: #088839 solid 5px;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.grupal{
    margin-top: 20px;
    width: 960px;
    height: 120px;
    display: flex;
    align-items: center;
    *border: 1px solid rgb(26, 1, 1);
}

.logotipo img{
    margin-top: 8px;
    width: 95x;
    height: 100px;
    float: left;
    display: inline-block, width 25% ;
}


.banner img{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -30px;
    width: 700px;
    height: 100px;
    *float: right;
    display: block;
    *border: 2px solid rgb(236, 1, 1)
}


/*BARRA MENU*/

.container_menu{
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
 *   border: #0c0c0c solid 1px;
}



/*ARTICULOS*/

   /* ESTILO DE CUERPO - BODY*/
   

/*SEGUNDA PARTE */

.exper{

    line-height: 22px;

    margin: 10px;

    display: block

}




.publicita{

    width: 960px;

    height: 400px;

    margin-left: auto;

    margin-right: auto;

    *background-color: #023877;

}





.pub_01{

    margin-left: auto;

    width: 200px;

    height: 410px;

   * border: solid 1px rgb(79, 5, 148);

    display: block;

    float: left;

    background-color: #3386B0;

}



.pub_01  h3{

    margin-top: 10px;

    color: red;

    font-family: Verdana, Geneva, Tahoma, sans-serif;

    font-size: 14px;
    margin-left: 10px;
    display: flex;

}


.teamviewer img{

    background-color: #fff;

    margin-left: 5px;

    margin-top: 15px;

    width: 180px;

    height: 55px;

}



.winrar img{

    background-color: #fff;

    margin-left: 5px;

    margin-top: 5px;

    width: 180px;

    height: 55px;

}



.manual img{

    background-color: #fff;

    margin-left: 5px;

    margin-top: 5px;

    width: 180px;

    height: 75px;

}


.text_01{

    width: 760px;

    height: 380px;

    display: flex;

    float: right;

    *align-items: center;

}


.parrafo{

    width: 640px;

    margin-left: 20px;

    text-align: justify;

    margin-top: 5px;

    float: left;

    line-height: 20px;

}


.programas{

    width: 660px;
    margin-left: 160px;
   * border: dashed 0.5px #a4aace;
    line-height: 350%;
    display: flex;

}



 .dprim{

     max-width: 220px;

     padding: 4px;

     align-items: center;

     margin-top: 10px;

 }

 .dprim img{

     width: 190px;

 }




.pie{

    margin-top: 10px;
    margin-bottom: 30px;
    width: 960px;

    color: #fff;

    background-color: #3386B0;

    position: relative;

    bottom: 0;

    text-align: center;

}

/* MENU */

