@charset "utf-8";
.curvedArea {
	display: block;
	width: 800px;
}
.topLeft {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/bg/bg_topleft.gif);
	float:left;
}
.topRigth {
	background-color:#FFFFFF;
	background-image:url(../imagenes/bg/bg_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 55px;
	height: 60px;
	float:right;
}
.centerLeft {
	background-image:url(../imagenes/bg/bg_centerLeft.gif);
	background-repeat:repeat-y;
	width:100%;
	float:left;
}
.centerRight {
	background-image:url(../imagenes/bg/bg_centerRigth.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
	width:100%;
	height:100%;
	float:right;
}
.bottomLeft {
	background-image:url(../imagenes/bg/bg_bottomLeft.gif);
	background-repeat:no-repeat;
	width:100%;
	float:left;
}
.bottomRight {
	background-color:#FFFFFF;
	background-image:url(../imagenes/bg/bg_bottomRight.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	width:64px;
	height:57px;
	float:right;
}
.content {
	margin-right:25px;
	margin-left: 25 px;
}
.clear {
	clear:both;
}