/******************************************
Estilos generales
******************************************/


/*Color de fondo a la pag*/

.divSaleAlert{
	position: absolute;
		left: 50%;
		top: 50%;
		width: 200px;
		height: 600px;
		margin-top: -80px;
		margin-left: -150px;
}

.divMascara{
	top:0px;
	left:0px;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	height:3000px;
	background-color:#000;
	border:#FF0000;
}
 /*2 popup*/
.divSaleAlert1{
	text-align:center;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -335px;
	margin-top: -260px;
	width: 670px;
	height: 500px;
}


.divMascara1{
	position: absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	height:3000px;
	background-color:#000;
	border:#FF0000;
}

/**************************************************
FIN ESTILOS DE COLLECTION
**************************************************/
