/* CSS Document */

/*curva gris*/
div#caja {
	width: 880px;
	text-align: left;
	background-color: #EBEBEB;
	float: left;
}
div#content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 880px;
}
div#top-left {
	width: 880px;
	height: 10px;
	background-color: #EBEBEB;
}
div#top-right {
	float: right;
	width: 10px;
	height: 10px;
	background-color: #EBEBEB;
}
div#bottom-left {
	width: 880px;
	height: 10px;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#bottom-right {
	float: right;
	width: 10px;
	height: 10px;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*curva blanco*/
div#caja2 {
	width: 880px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-image: url(../img/bg_top2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#content2 {
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 23px;
	width: 834px;
	float: left;
}
div#bg-top {
	width: 880px;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	height: 17px;
}
div#top-left2 {
	width: 880px;
	height: 17px;
	background-image: url(../img/top_left2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#top-right2 {
	float: right;
	width: 13px;
	height: 17px;
	background-color: #FFFFFF;
	background-image: url(../img/top_right2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div#bottom-left2 {
	width: 880px;
	height: 13px;
	background-color: #FFFFFF;
	background-image: url(../img/bottom_left2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

div#bottom-right2 {
	float: right;
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	background-image: url(../img/bottom_right2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

