 /*--------------------------------NOSOTROS---------------------------------*/

 #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; 
 }

 #sidebar{
 /*background:#fff;*/
 width:530px;
 padding:25px;
 height:370px;
 margin-top:10px;
 }
 
 #sidebar img{
 margin-left:5px;
 margin-bottom:5px;
 border:1px solid #fff;
 width:255px;
 *width:230px; }
 
 
 #center{
/* background: green;*/
 width:355px;
 padding:0px 20px;
 padding-top:10px;
 height:430px;
 }
 
 #center a{
 color:#fff;
 text-decoration:none;
 
 }
 
 .caja{
 background:#3c7590;
 padding:5px;
 border:1px solid #fff;
 width:320px
 }