@charset "utf-8";
/* CSS Document */

#fondopagina { -moz-border-radius: 10px; /*Propiedad de soporte*/  
-webkit-border-radius: 10px; /*Propiedad de soporte*/  
border-radius: 10px; /*Propiedad válida*/ 
position: absolute; 
padding: 5px; 
top: 0em; 
width: 898px;
height: 300px;
background-color: #BCBCBC; 
background-image:url(../imagessector/bgsector.jpg); 
background-repeat:repeat-x;
border: 1px solid #999; 
color: #1c1c1c; 
text-align: center; 
margin:0 auto;
padding:0;
padding:0 28px 0 28px; 
z-index: -3;  
}