/* CSS Document */

.curved {

border:#d4e1ee solid 2px;

margin:0; background:white;

background:url(../img/bg_contenido.gif) bottom repeat-x;

text-align:left;

-moz-border-radius:5px; -webkit-border-radius:5px;

behavior:url(border-radius.htc); 
}


.curvedMe {

border:#d4e1ee solid 2px;

margin:0; background:white;

background:url(../img/bg_submenu.png) top repeat-x;

text-align:left;

-moz-border-radius:5px; -webkit-border-radius:5px;

behavior:url(border-radius.htc); 
}
