/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-mar-2014, 0:06:47
    Author     : ciberkaos
*/

section .titulo{
    
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color:#336699;
    font-weight: bold;
}

section h3{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    
}

input:focus{
    
    background-color: #ffffcc;
}

input{
    
    border: 1px solid #336699;
}

section table{
    width: 100%;
    
}

section table td{
    
text-align: right;
padding: 5px;
}

.der{
    text-align: left;
}

.grupo{
    background-color: #fff2c7;
    border: 1px solid #336699;
    
}

.tituGrupo{
    width: 100%;
    background-color: #336699;
    font-weight: bold;
    color:#FFF;
    padding: 5px;
    
}