#popupContactClose{
cursor: pointer;
text-decoration:none;
color: #fff;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack para internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
background-size: cover;
display:none;
position:fixed;
_position:absolute; /* hack para internet explorer 6*/
height:550px;
width:750px;
background: url(promo.jpg) no-repeat top center;
position: relative;
border:9px solid #cecece;
border-radius:5px;
z-index:2;
color:#fff;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#fff;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#fff;
font-weight:700;
display:block;
}
.text-gray{
	color: gray;
	font-size: 15px;
	
}
.text-black{
	color: black;

}

.margenes{
	padding-left:10px;
	padding-right:10px;

}