@charset "utf-8";
/* CSS Document */

.wrapper {
	margin: auto;
	width: 758px;
	border: #6A6A6A 2px solid;
	height:250px;
	background:#FFFFFF;
}
.rounded{
	/*Genera las esquinas redondeadas del DIV*/
	rounded-corner: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../css/border-radius.htc);
}
#tableBorder {
	border:2px solid #BEBEBE;
	background-color:#FFFFFF;
}
