.cuerpo
{
margin-left:15px;
margin-right:15px;
background-color: white;
background-image: url('fondo.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

.boton {
 font-size : 8pt;
 font-family : verdana,sans;
 font-weight : bold;
 text-indent : 0pt;
 color : #666699;
 text-align : center;
 line-height : 9.5pt;
 margin-right : 0;
 margin-left : 0;
 margin-top : 0;
 margin-bottom : 0;
 background-color:silver;
}

.campo {
 font-size : 8pt;
 font-family : verdana,sans;
 font-weight : normal;
 text-indent : 0;
 text-align : left;
 color : gray;
 line-height:9.5pt;
 margin-right : 0;
 margin-left : 0;
 margin-top : 0;
 margin-bottom : 0pt;
 background-color:#eaeaea;
}

H1  {
 font-size : 10pt;
 font-weight : bold;
 font-family : verdana,sans;
 text-decoration : none;
 text-align : center;
 color : #996633;
 text-indent:0;
 margin-right : 0;
 margin-left : 0;
 margin-top : 0;
 margin-bottom : 5;
}

H2  {
 font-size : 9pt;
 font-weight : bold;
 font-family : verdana,sans;
 text-decoration : none;
 text-align : left;
 color : #666699;
 text-indent:0;
 margin-right : 0;
 margin-left : 0;
 margin-top : 15;
 margin-bottom : 5;
}

p  {
 font-size : 8pt;
 font-family : verdana,sans;
 font-weight : normal;
 text-indent : 20pt;
 color : #4b4b4b;
 text-align : justify;
 line-height : 11pt;
 margin-right : 5;
 margin-left : 5;
 margin-top : 0;
 margin-bottom : 5;
}

a  {
 font-size : 8pt;
 font-family : verdana,sans;
 font-weight : normal;
 text-decoration : none;
}

.marco {
   padding:8px;
   background-color: #eaeaea;
   width: 210px;
   border: 1px solid #999999;
} 

#tabla{
	border: 1px solid silver;
	border-top: 0px;
}
#cabtab{
	background-color:#eaeaea;
	padding: 2 2 2 2px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}
#cuerpotab{
	padding: 4 4 4 4px;
	background-color:transparent;
}

