/* 
    Document   : estilo
    Created on : 24/09/2013, 07:00:30 AM
    Author     : CirSisLho
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

p{text-align: justify;}

.logoBaner{padding: 9px; float: left; margin-left: -20px;}

h1, h2, h3, h4, h5, h6 {text-align: center; padding: 5px;}

table thead tr th {background-color: #6888D8; color: #fff;}
table tbody tr {background-color: #fff; color: #000;}
.fondoblanco{background-color: #fff;}
.fondofboscuro{background-color: #4660A2;}
.fondofbclaro{background-color: #6888D8; color: #FFF; font-weight: bold;}
/*.azul background-color: #0047CC;*/
footer .pie{text-align: center;}
td div .diente{background-color: #f00; background-image: url("img/diente.png"); width: 34px; height: 57px;}


