/* 
    Document   : web
    Created on : 23/10/2015, 08:06:37 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: 24%;
    margin-left:  38%; 
    border-radius: 10px;
}

.imgdos{
    width: 30%; 
    margin-left: 35%;
}

.divbody{
    width: 55%;
}

.whatsapp{
    display: none;
}