@charset "utf-8";

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	_width:1300px;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:544px;
	height:267px;
	background:#ED1C24;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContactClose{
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	display:block;
}
#button{
	text-align:center;
	margin:100px;
}
#divTexto{
	margin:70px 0 0 30px;
}
#divBotonera{
	width:91px;
	height:116px;
	margin:30px auto;
}
#btn1{
	margin:0 0 5px 0;
}
#btn2{
	margin:0 0 5px 0;
}