	#pu-suscriptor{
		position: fixed;
		/*top:50%;
		left:50%;*/
		bottom:10px;
		right:10px;
		width:400px;
		height: 300px;
		/*margin-left:-200px;
		margin-top:-150px;*/
		background-color: #FFF;
		border-radius: 5px;
		box-shadow: 10px 10px 20px #000;
		z-index:1000;
		box-sizing: content-box;
		padding:10px;
		display: none;
		border-bottom: 5px solid #F05900;
	}
	#pu-suscriptor input[type=text]{
		width:90%;
		border:1px solid #ccc;
		border-radius: 3px;
		padding:3px;
	}
	#cierra-pu-suscriptor{
		position:absolute;
		top:5px;
		right:5px;
		z-index:1001;
		cursor: pointer;
	}
	.pu-cintillo{
		width: 100%;
		font-size: 16px;
		border-bottom: 1px solid #F05900;
		margin-top: 5px;
		color: #F05900;
	}
	.button {
	    background-color: #F05900;
	    border: none;
	    color: white;
	    padding: 10px 22px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 15px;
	    border-radius: 5px;
	    cursor: pointer;
	}
@media (max-width: 361px) {
	#pu-suscriptor{
		width:320px;
	}
	#pu-suscriptor .button{
		font-size: 12px;
	}
}