.wrap_manchas{
	background: rgba(249, 168, 221, 0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.manchas{
	width: 754px;
	height: 617px;
	background: url(./img/manchas/fondo.jpg);
	position: absolute;
	left: 50%;
	margin-left: -376px;
	top: 60px;
	border:  dotted 3px #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.manchas .mancha1{
	width: 298px;
	height: 362px;
	background: url(./img/manchas/foto1.png);
	position: absolute;
	bottom: -30px;
	left: -60px;
}

.manchas .mancha2{
	width: 200px;
	height: 250px;
	background: url(./img/manchas/foto2.png);
	position: absolute;
	bottom: -30px;
	right: -20px;
}

.manchas .campo{
	width: 260px;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 15px;
}

.manchas .campo .label{
	width: 100px;
	background: #fff;
	float: left;
	color: #df3483;
	font-family: 'Nunito', sans-serif;
	height: 30px;
	font-size: 13px;
}

.manchas .campo .input{
	width: 160px;
	border: none;
	float: left;
	background: #f4d4e4;
	height: 30px;
	outline: none;
	padding-left: 10px;
}

.manchas .texto{
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	line-height: 30px;
	padding-top: 45px;
}

.amarillo{
	color: #f9f891;
}

.manchas .grande{
	font-size: 34px;
}

.manchas .enviar{
	width: 132px;
	height: 43px;
	background: url(./img/manchas/enviar.png);
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 20px;
}

.manchas .enviar:hover, .manchas .cerrar:hover{
	opacity: 0.8;
}

.manchas .legal{
	font-size: 11px;
	font-family: 'Arial';
	line-height: 12px;
}

.manchas .legal a{
	color: #fff;
}

.manchas .legal a:hover{
	text-decoration: underline;
}

.manchas .cerrar{
	position: absolute;
	top: 10px;
	right: 10px;
}

.manchaescondida1{
	position: absolute;
	top: 0px;
	right: 0px;
}

.manchaescondida2{
	position: absolute;
    bottom: -90px;
    right: 120px;
    width: 200px;
}

.manchaescondida3{
	position: absolute;
    top: -310px;
    left: 0px;
    width: 220px;
}

@media screen and (max-width: 640px) {
	
	.mancha1{
		display: none;
	}	
	.mancha2{
		display: none;
	}
	
	.manchas{
		width: 100%;
		margin-left: 0px;
		left: 0px;
		background: #73cee1;
		
	}
	
	.tit_manchas{
		width: 90%;
	}
	
}
