#texto1{
	margin-top: -311px;
	margin-left: 230px;
	text-align: left;
 }
 #texto2{
	margin-top: 50px;
	margin-left: 10px;
	text-align: center;
 }
 #texto3{
	margin-top: -311px;
	margin-left: 230px;
	text-align: left;
 }

.modal{
	display: none;
	position: fixed;
	z-index:.1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.852);
} 

.contenido-modal{
	position: absolute;
	background-color: #fefefe;
	margin-top: 10px;
	margin-left: 15%;
	width: 72%;
	height: 600px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
}
@keyframes modal{
	from{top:-330px; opacity:1;}
	to{top:0; opacity:1;}
}
.close{
	color: #00000;
	font-size:30px;
	font-weight: bold;
}
.close:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header, .footer{
	background:#f1f1f1;
		padding:20px;
		box-shadow:1px 6px 11px rgba(0,0,0,0.1)
	}
p{
	text-align: justify;
}

.modal-body{
	padding: 20px 16px;
}

@media(max-width: 600px) {
	.modal{
	display: none;
	position: fixed;
	z-index:.1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.852);
} 
	.contenido-modal{
	position: absolute;
	background-color: #fefefe;
	margin-top: 10px;
	margin-left: 5%;
	width: 90%;
	height: 90%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
}
	#texto1{
	margin-top: -200px ;
	margin-left: 114px;
 }
 #texto2{
	margin-top: 0px;
	margin-left: -120px;
	text-align: left;
 }
	#SolText{
	line-height:13px;
	margin-bottom: 40%;
	margin-top: 8px;
 }
}
