/* 
    Document   : web
    Created on : 19/02/2018, 23:54:13 PM
    Author     : Raul Argaez
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.fondo{
    background: url("images/fondo-azul.jpg");
}
.titulo{
    font-size:      26px;
    font-weight:    bold;
    text-align:     center;
    
}

.titulo2{
    font-size:          30px;
    font-weight:        bold;
    text-decoration:    underline overline;
}

.t1{
    left:       10%;
    width:      35%;
    text-align: center;
    font-size:  16px; 
    border:     15%; 
    position:   absolute;
}

.td2{
    background-color:   whitesmoke; 
    color:              brown; 
    font-size:          18px; 
    text-align:         center;
}

.td3{
    font-size:  16px;
}

.t2{
    border:     15%; 
    left:       48%; 
    position:   absolute;
}

td{
    padding:    5px;
}

.img1{
    width: 55; 
    height: 35%;
}

.img2{
    width: 44%; 
    height: 40%
}

.img3{
    width: 49%; 
    height: 25%
}

.imguno{
    width: 50%;
    margin-left:  25%; 
    border-radius: 10px;
}

.imgdos{
    width: 60%; 
    margin-left: 20%;
    margin-right: 20%;
}

.divbody{
    width: 65%;
}

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

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

a:visited{
    color: springgreen;
}

a:link{
    color: springgreen;
}