/* 
    Document   : desktop
    Created on : 31/10/2015, 07:32:12 PM
    Author     : Raul Argaez
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background:             url("images/fondo1.jpg");
    background-size:        70px 70px;
    opacity:                .85;
}

h2{
    font-size: 115%;
}

.botonfb{
    position: 	fixed;
    top:	1%;
    left:	5%;
}

.tlogofb{
    width: 	35%;
    height:	15%;
}

.whatsapp{
    display: none;
}