		html,body
		{
			margin:0;
			padding:0;
		}
		.modal-overlay
		{
			position:fixed;
			top:0;
			right:0;
			bottom:0;
			left:0;
			height:100%;
			width:100%;
			margin:0;
			padding:0;
			background:#a1a1a1;
			opacity:.75;
			filter: alpha(opacity=75);
			-moz-opacity: 0.75;
			z-index:101;
		}
		* html .modal-overlay
		{   
			position: absolute;
			height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}
		.modal-window
		{
			position:fixed;
			top:50%;
			left:50%;
			margin:0;
			padding:0;
			z-index:102;
			background:#fff;
}
		* html .modal-window
		{
			position:absolute;
		}
		.close-window
		{
			position:absolute;
			width:32px;
			height:32px;
			right:8px;
			top:8px;
			background:transparent url('/examples/modal-simple/close-button.png') no-repeat scroll right top;
			text-indent:-99999px;
			overflow:hidden;
			cursor:pointer;
			opacity:.5;
			filter: alpha(opacity=50);
			-moz-opacity: 0.5;
		}
		.close-window:hover
		{
			opacity:.99;
			filter: alpha(opacity=99);
			-moz-opacity: 0.99;
		}
		
#telefono-modal #info{
	width: 489px;
	display: block;
	font-size: 31px;
	font-weight: bold;
	color: #2559a8;
	letter-spacing: -3px;
	text-align: center;
	margin-top: 30px;
}
#telefono-modal #telefono{
	width: 489px;
	display: block;
	font-size: 71px;
	font-weight: bold;
	color: #b0cbe6;
	letter-spacing: -6px;	
	text-align: center;
	margin-top: 20px;
}