/* 
    Document   : cssql
    Created on : 28-11-2013, 08:00:30 PM
    Author     : Rai
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
div{
    width:100%;
}
#logo{
    height: 100px;
    width: 100%;
    margin-bottom: 5%;
}
#titulo{
    font-size: x-large;
    font-weight: bolder;
    text-align: center;
}
#subtitulo{
    font-size: large;
    font-weight: bolder;
    text-align: justify;
    margin-top: 3%;
    margin-bottom: 3%;
}
#imagen{
    text-align: center;
}
#texto{
    font-size: medium;
    text-align: justify;
}
.tabla{
    width: 50%;
    text-align: justify;
    border-style: solid;
    border-color: rgb(44,95,240);
    margin-top: 3%;
}
.tabla thead{
    text-align: center;
}
.tabla th{
    font-size: large;
    background-color: rgb(44,95,240);
}
