* {
	_font-size: 11px;
}

body {
	scrollbar-face-color: rgb(224,224,235); 
	scrollbar-shadow-color: rgb(102,102,153); 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: rgb(102,102,153); 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: rgb(102,102,153);
	_text-align: center;
}

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color:#333333;
}
#copyright{
	color: rgb(224,224,235);
	text-align:center;
	height: 15px;
}

#copyright a:link, #copyright a:visited {
	color: rgb(224,224,235);
	text-decoration: underline;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#contenedor2 {
	background-image:url(../images/gradient_home.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	_text-align: center;
}

#contenedor {
	width: 723px;
	margin: auto;
	height: 100%;
	border-collapse:collapse;
}

#contenedor td {
	padding: 0px 10px;
}

#header {
	height: 126px;
	background-position: center bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#centered {
	padding: 0px;
	vertical-align:top;
}

#foot {
	height: 150px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

#scrolled {
	overflow: auto;
	width: 540px;
}

#right_bar {
	width: 172px;
	color: rgb(255,255,255);
	vertical-align: top;
	padding: 0px;
}

.bottom_spacer {
	vertical-align: bottom;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
