@font-face{
	font-family:fuente;
	src: url(../fonts/BLKCHCRY.ttf);
}

body{
	font-family:fuente;
	font-size:25px;

}

p{
	line-height:50px;
}

/*-Estilos del modal*/

.modal{
	display:none;
	
	
}

.modal:target{
	display:block;
	position:fixed;
	background:rgba(0,0,0,0.8);
	padding-left:;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}


.foto{
	size:100%;
	float:left;
	margin-right:50px;
	margin-bottom:20px;
	float:left;
}

.foto img{
	
	width:200px;
	height:100%;
	max-width:100%;
	border:7px solid white;
	box-sizing:border-box;
	margin:0;	
}

.cerrar{
	display:block;
	background:#fff;
	width:25px;
	height:25px;
	margin:15px auto;
	text-align:center;
	text-decoration:none;
	font-size:25px;
	color:#000;
	padding:5px;
	border-radius:50%;
	line-height:25px;
}











