

.header
 {
 width: 100%;
 height: 116px;
 background-image: url(../img/bgtop.jpg);
 background-repeat: repeat-x;
 
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: 333333;
	font-weight: normal;
}
.bg
 {
  width:100%;
  height: auto;
  background-image:url(../img/bg2.png);
  background-repeat: repeat-x;
}

.contenido
 {
  width: 800px;
  height: auto;
}

.top_content
 {
  width: 536px;
  height: 43px;
  background-image: url(../img/top-content.jpg);
  background-repeat: no-repeat;

}

.title
 {
 color:#3873A1;
 font-family: Arial;
 font-size: 18px;
}


.footer
 {
 width: 100%;
 height:64 ;
 background-image:url(../img/bg_footer.jpg) ;
 background-repeat: repeat-x;
 color:#003333;
  font-family: Arial;
 font-size: 12px;

}