﻿#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:140;
}

.popupContact{
	display:none;
	width:601px;
	height:240px;
	position:fixed;
	background-image:url(images/fundo_amigo_popup.jpg);
	background-repeat:no-repeat;
	_position:absolute; /* hack for internet explorer 6*/
	z-index:150;
	padding:12px;
	font-family:arial;
	color:#333333;
	font-size:13px;
	text-align:justify;
	margin-top:20px;
}

/* ESTILO PILULAS */

.popupContact3{
	display:none;
	width:480px;
	height:500px;
	position:fixed;
	background-image:url(images/fundo_pilulas.png);
	background-repeat:no-repeat;
	_position:absolute; /* hack for internet explorer 6*/
	z-index:150;
	padding:12px 20px 12px 0px;
	font-family:arial;
	color:#333333;
	font-size:13px;
	text-align:justify;
	margin-top:20px;
}

.popupContact3 p{
	padding:25px;
}
