/* 
    Document   : handled
    Created on : 31/10/2015, 07:34:08 PM
    Author     : Raul Argaez
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background: url("images/fondo-azul.jpg");
}

h2{
    font-size: 97%;
}

.botonfb{
    position: 	fixed;
    top:	2px;
    right:	5px;
}

.tlogofb{
    width: 	75px;
    /*height:	15%;*/
}

.whatsapp{
    display: block;
    position: fixed;
    margin-top: 28%;
    margin-left: 81%;
    text-align: center;
    font-size: 9px;
    text-align: center;
}

.wpimg{
    width: 45px;
    border-radius: 50%;
}

a:visited{
    color: springgreen;
}

a:link{
    color: springgreen;
}