@charset "utf-8";
/* CSS Document */

body
{
background-color:#e3e3e3;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:20px;
 color:#666666;
}



#general
{
 width: 800px;
 background-color:#ffffff;
 margin:auto;
}

#cabecera
{
 width: 800px;
}

#cuerpo
{
 width: 800px;
 padding: 0px 0px 0px 0px;
}

#pie
{
  width: 800px;
  height:72px;
  background-image:url(../images/pie.jpg);
  clear: both;
}

p,a
{
 padding: 2px 10px 2px 10px;
}

p.textopequeno
{
 font-size:9px;
}

b, 
{
 color:#666666;
}

img
{
 border:0;
}

a:hover
{
 text-decoration:none;
 color:#00418d;
 font: bold;
  
}

input{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
}



