/* 
    Document   : estilos
    Created on : 15/11/2011, 05:32:57 PM
    Author     : ronald.romero
    Description:
        Estilos propios del aplicativo de consultas
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.titulo{
    color: #1D52A2; 
    font-weight: bold; 
    font-size: 22px; 
    vertical-align: middle;
}
.contenido{
    color: #1D52A2; 
    font-weight: bold; 
    font-size: 11px; 
}
.link{
    color: #1D52A2; 
    font-size: 12px;
}
.contenido1{
    color: #000000; 
    font-size: 10px; 
}
.Estilo2 {
    color: #1D52A2; 
    font-size: 12px;
    font-weight: bold;}
.cerrar{
    width: 95%;
    text-align: right;
    margin: 5px;
}
.req{
    color: #ffffff; 
    font-weight: bold; 
    font-size: 1px; 
}
.req1{
    color: #CD5C5C; 
    font-weight: bold; 
    font-size: 1px; 
}
.req2{
    color: #B0C4DE; 
    font-weight: bold; 
    font-size: 1px; 
}
#tablemenu {
    width: 210px;
    text-align: center;
    border: 1px solid #1D52A2;
    margin: 0 auto;
}
#tablemenu td {
    border: 1px solid #1D52A2;
}
#tablecontenido {
    width: 99%;
    border: 1px solid #1D52A2;
    border-spacing: 2px;
}
#tablecontenido tbody td {
    border: 1px solid #1D52A2;
    padding: .3em;
}
#tablecontenido thead th {
    background-color: #cccccc;
    border-color: inherit;
    padding: .5em;
}
.divtabla{
    padding: 5px;
}
.divmenu {
    margin: 15px; 
    text-align: center;
}
