.caja-popup{
	width: 450px;
	height: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e0e0e+39,7d7e7d+99 */
background: #0e0e0e; /* Old browsers */
background: -moz-linear-gradient(top,  #0e0e0e 39%, #7d7e7d 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0e0e0e 39%,#7d7e7d 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0e0e0e 39%,#7d7e7d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

padding: 65px 25px;

text-align: center;
margin: 100px auto;
}

.texto1{
	font-family: raleway;
	font-size: 16px;
	color: #fff;
}

.texto2{
	font-family: raleway;
	font-size: 14px;
	color: #c4c4c4;
	font-style: italic;
	font-weight: normal;
}

.boton-si{
text-align: center;
	width: 35px;
	height: auto;
	padding: 10px;
	background-color: #7f6229;
	font-family: raleway;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.boton-no{
text-align: center;
	width: 35px;
	height: auto;
	padding: 10px;
	background-color: #1f1f1f;
	font-family: raleway;
	font-size: 16px;
	color: #c4c4c4;
	font-weight: bold;
}


.hoja{
	padding: 30px;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
  background-image: url(../images/bg-notebook.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
   
}