@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#container {
	width: 950px;
	margin: auto;
	position: relative;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 154px;
}
#sidebar {
	left:0px;
	top:154px;
	padding-left: 10px;
	width:210px;
	height:386px;
	position: absolute;
	background-image: url(images/side_bgr.png);
	background-repeat: no-repeat;
}
#content {
	left: 210px;
	top: 0px;
	width: 730px;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
}
.border {
	border: 1px solid #0033CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#dxbgr {
	height: 386px;
	position: absolute;
	left: 940px;
	top: 154px;
}
#footer {
	height: 60px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cell_align {
	vertical-align: middle;
}

img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_home {
	left: 210px;
	top: 0px;
	width: 730px;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/contenthome.jpg);
	background-repeat: no-repeat;
}
#search_module {
	margin: 2px;
	padding: 2px;
	border: 2px solid #FF0000;
	width: 90%;
	margin: auto;
	position: relative;
}
.img_in_text {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_in_textCopia {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

