/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}


/* endo of don't change*/

.overlay_alert {
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.alert_message {

	text-align:center;
	color:#fff;	
}


/*********************************** Dl Ol ***********************************/	

#dlol, #dlol-tm {
	
	height: 210px;
	width: 480px;
	background-image: url(../../images/site-images/dlol/dlol.png);
	background-repeat: no-repeat;
	background-position: center;
	}
		
.x {
	float: left;
	margin: 0 0 110px 0;
	}
	
	.x a:link {
		border: none;
		}
		
	.x a:hover {
		border: none;
		}
	
	
#dl-buttons {
	clear: both;
	margin: 0 auto 0 auto;
	height: 27px;
	width: 410px;
	padding-left: 26px;
	}
		
.dl-button1 {
	float: left;
	width: 107px;
	margin: 0 15px 0 0;
	}
	
.dl-button2 {
	float: left;
	width: 107px;
	margin: 0 15px 0 16px;
	}
	
.dl-button3 {
	float: left;
	width: 107px;
	margin: 0 0 0 16px;
	}
	
	
	.dl-button1 a:hover {
		text-decoration: none;
		border: none;
		}
				
	.dl-button2 a:hover {
		text-decoration: none;
		border: none;
		}
			
	.dl-button3 a:hover {
		text-decoration: none;
		border: none;
		}	
		
		
#dlol-maqua {
	height: 210px;
	width: 411px;
	margin: 0 auto 0 auto;
	background-image: url(../../images/site-images/dlol/dlol-2button.png) ;
	background-repeat: no-repeat;
	background-position: center;
	}
	
#dl-buttons2 {
	clear: both;
	margin: 0 auto 0 auto;
	height: 27px;
	width: 338px;
	padding-left: 43px;
	}
	
		
.dl-buttonl {
	float: left;
	width: 127px;
	margin: 0 20px 0 0;
	}
	
.dl-buttonr {
	float: left;
	width: 127px;
	margin: 0 0 0 21px;
	}
	
	.dl-buttonl a:hover {
		text-decoration: none;
		border: none;
		}
				
	.dl-buttonr a:hover {
		text-decoration: none;
		border: none;
		}
		
			
/*********************************** Terminado ***********************************/
