/***************************************** FORMATEO DE TEXTOS*/

body        {
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:.7em;
    background-image:url(./../img/page.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#6F8EAE;
    color:#818181;
    }

h2              {
    font-size:16px;
    color:#0070B2;
    margin:0px 0px 10px 0px;
    padding:0px;
    font-weight:bold;
    text-transform:lowercase;
    }


.calculadora {
    border:0px;
    width:20px;
    height:16px;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    padding:0px;
    background-image:none;
    background-color:#D7E0E9;
    text-align:center;
    float:none;
    color:#818181;
    font-weight:bold;
    }

.fondoregla     {
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:.7em;
    background-image:url(./../img/fondo_regla.gif);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#6F8EAE;
    color:#818181;
    }

input, select {
    background-image:url(./../img/gr_input.gif);
    background-repeat:repeat-x;
    background-position:left bottom;
    border:1px solid #B4B4B4;
    margin:0px;
    padding:0px;
    height:16px;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    display:block;
    float:left;
    }

label       {
    padding:2px 5px;
    float:left;
    }

.de300      {
    width:250px;
    height:20px;
    }

.carro      {
    clear:both;
    }

.bttn       {
    border:1px solid #6F8EAE;
    margin:0px 5px;
    padding:0px;
    width:auto;
    height:22px;
    text-align:center;
    color:#13396D;
    font-size:11px;
    font-weight:bold;
    background-image:url(./../img/gr_bttn.gif);
    background-repeat:repeat-x;
    background-position:left top;
    }