body {
 
  font-size: 12px;
  height: auto;
  padding-bottom: 20px;
  font-family: arial;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family:  arial, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: left;
  color: #0032A1;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

h3{
    color: #0032A1;
}

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  
}

.content-control {
    margin-bottom: 15px;
    font-size: 14px;
    
}

.border-bot{
    border-bottom:1px solid #ccc;
}

.error{
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 0px;
    position: absolute;
}
.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}        


.input {
 height: 20px;
    
}