 /*--------------------------------CONTACTO---------------------------------*/
#sidebar{
  width:495px;
  /*background:#fff000;*/
  }
#center{
  width:500px;
    /*background:url(../img/superior.png);*/
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
  }
  
  


#content{
    background:url(../img/superior.png);
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;    
}

#form{
    /*background:#123; */
    margin-top:60px;
    }
#textocontact{
    /*background:#ff0000;*/
    width:400px;
    margin:0 auto;
    border:3px solid #123;
    margin-top:20px;
    padding:10px;
    background:url(../img/superior.png);
    *margin-left:20px;
    *margin-bottom:10px;       
}        
    }
    #textocontact img{
    text-align:center;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;}
    
#textocontact p{
background:#143651;
padding:5px 10px;
font-size:14px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
*padding:5px;
}
 /*--------------------------------LOCALIZACION---------------------------------*/
#datos{
    /*background:#456; */
    padding-top:20px;
    text-align:center;
    margin:0 auto;
    }
    #datos img{border:1px solid #fff;}
    
    
.caja{
background:#3c7590;
padding:5px 10px;

}

.caja1{
/*border: 2px solid #fff;;*/
}

.formlabel{
/*background:green;*/
}

.caja2{
background:#71bee2;
}

.cajagrande{
background:#2b5a78;
border: 3px solid #083950;
}

.envio{
padding:8px 20px;
background:#8bbfd8;
margin:5px 30px 15px 30px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
border: 1px solid #fff;
} 

#textocontact a{
  color:#fff;
  }
#center p{
  width:400px;
  margin:0 auto;
  text-align:center;
  background:#143651;
padding:5px 10px;
font-size:14px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
*padding:5px;
  }