#contacto-telefonos {
    font-size:13pt;
}
#contacto-telefonos ul {
    font-size:10pt;
}
div.enviado{
background-color: #008000;
padding: 10px 0;}

div.error{
background-color: #d50000;
padding: 10px 0;}

 div.enviado p, div.error p{
 margin: 0 !important;
 color: #fff !important;
 font-size: 1.1em;}

form#contacto{
width: 440px;
margin-left: 165px;
margin-top: 5px;
padding-bottom: 1px;
height: 725px;
text-align: center;
font-size: 0.7em;}
 
 #contacto fieldset{
 margin: 15px 20px;
 border: 0;
 text-align: left;}
 
  #contacto legend{
  font-size: 1.3em;
  font-weight: bold;
  color: #f17e00;}
  
  #contacto hr{
  color: #f17e00;
  background-color: #f17e00;
  border: 0;
  height: 1px;
  margin-bottom: 15px;}
  
  #contacto label{
  display: block;
  color: #999;
  font-weight: bold;
  clear: both;}
  
  #contacto input{
  padding: 2px 1px;
  font-size: 1.2em;
  border: 1px solid #ccc;
  margin-bottom: 15px;}
  
  #contacto input#nombre,
  input#direccion,
  input#asunto {
  width: 400px;}
  
  #contacto input#email{
  width: 220px;}
  
  #contacto textarea{
  border: 1px solid #ccc;
  font: 1.2em sans-serif;
  padding: 2px 1px;
  width: 400px;
  height: 100px;
  margin-bottom: 15px;}
  
  #contacto select#promocion{
  width: 175px;}
  
  #contacto select#conocio{
  width: 175px;
  margin-bottom: 15px;}
  
  #contacto button{
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 15px;}
  
  #contacto p{
  margin-bottom: 15px;
  color: #555;}
