/* 
    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:      16px;
    font-weight:    bold;
    text-align:     center;
    
}

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

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

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

.td3{
    font-size:          10px;
}

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

td{
    padding:    5px;
}

.img1{
    width: 100%; 
    height: 60%;
}

.img2{
    width:  100%; 
    height: 100%;
}

.img3{
    width:  100%; 
    height: 100%;
}

.imguno{
    width: 60%;
    margin-left:  20%; 
    border-radius: 10px;
}

.imgdos{
    width: 80%; 
    margin-left: 10%;
}

.divbody{
    width: 75%;
}

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

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

a:visited{
    color: springgreen;
}

a:link{
    color: springgreen;
}