/* Start of CMSMS style sheet 'liquid-round' */
@charset "UTF-8";

@media all {
/*--- Esquinas redondeadas  ------------------------------------------------------------------------- */
.liquid-round {
width:100%;
margin:0px auto;
background:#3D473F url(uploads/images/sipe/liquid-round/leftside_orange_frame.png) repeat-y left top;
}

 .top {
 width:100%;
height:20px;
background:url(uploads/images/sipe/liquid-round/top_orange_frame.png) no-repeat left top;
}

.top span {
display:block;
position:relative;
height:20px;
background:url(uploads/images/sipe/liquid-round/top_right_orange_frame.png) no-repeat right top;
}

.center-content {
position:relative;
background:url(uploads/images/sipe/liquid-round/rightside_orange_frame.png) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}

.bottom {
height:60px;
background:url(uploads/images/sipe/liquid-round/bottom_orange_frame.png) no-repeat left bottom;
}

.bottom span {
display:block;
position:relative;
height:60px;
background:url(uploads/images/sipe/liquid-round/bottom_right_orange_frame.png) no-repeat right top;
}
/*---------------------------------------------------------------------------------------------------- */
}

/* End of 'liquid-round' */

