/* base semi-transparente */

.overlay {          									
	display: none;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index:1001;
	opacity:.40;
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
}
	
/* ventana modal */
.modal {													
	display: none;
	position: absolute;
	padding: 5px 20px 20px 20px;
	margin: 0px 0px 20px 0px;
	background: #fff;
	color: #333;
	z-index:1002;
	overflow: hidden;
}

.modal2 {
	text-align:left!important;
	font: 16px arial narrow,arial;
	padding-bottom:5px;
}

.modal2 a {
	color: #006DE1;
	text-decoration:none;
}

.modal2 a:hover {
	color: #0050A6;
	text-decoration:underline;
}

