/* CSS Document */
html,body{
	margin:0;
	padding:0;
}
div#global{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
}
div#header{
	width:100%;
}
div#content{
	clear:both;
}
div#footer {
	border-top:1px dotted #999999;
	clear:both;
	padding-top:3px;
}
div#flashcontent{
	clear:both;
	margin-bottom:10px;
}
div#column_left{
	width:260px;
	float:left;
	margin-right:15px;
	min-height: 230px;
	_height:230px;
}
div#column_middle{
	width:210px;
	float:left;
	border-left:#666666 dotted 1px;
	border-right:#666666 dotted 1px;
	padding-left: 10px;
	min-height: 230px;
	_height:230px;
}
div#column_right{
	width:225px;
	float:left;
	margin-left:5px;
	min-height: 230px;
	_height:230px;
}
div#column_right_inicio{
	width:220px;
	float:left;
	padding-left:15px;
	margin-bottom:10px;
}
div#column_double {
	width:495px;
	float:left;
	border-right:1px dotted #999999;
	padding-right:15px;
	margin-bottom:15px;
	margin-right:5px;
	min-height:450px;
	_height:450px;
}