body {
  margin:0px 0px; padding:0px; padding-top:20px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align:center; /* Hack for IE5/Win */
  background-image:url(../images/background.jpg); 
  background-position:top center; 
  background-repeat:no-repeat; 
  background-color: #FFF;
  }
  
img {
    border: none;
  } 

#validez {
}
  
#Content1 {
  width:771px;
  height: 72px;
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
  border:0px dashed #333;
  }
  
#Content12 {
  width:771px;
  height: 30px;
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
  border:0px dashed #333;
  } 
  
#Content2 {
  width:771px;
  height: 324px;
  background-position:top center; 
  background-repeat:no-repeat; 
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
  border:0px dashed #333;
  }
  
#Contentinterior2 {
  width:771px;
  height: 330px;
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
  border:0px dashed #333;
  z-index:888;
  } 

.headerpie{padding-left:0px;position:relative;overflow:hidden;z-index:99999;}
.headerpie{ background-image:url(images/CUADRO.jpg); background-position:top center; background-repeat:repeat-x; height:40px}
.cohtml {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea,select {
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    font-family: Arial,helvetica,sans-serif;
    color:#969595 !important;
     -webkit-box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
  -moz-box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
  box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
}

/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: 'Droid Sans',Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #06F;
    border: 3px double #fff
}
.errores {
  width:90%;
  list-style:inside;
    display:block;
    color: #FF0000;
  
  
}
