*{ 
	margin: 0 ;
	padding: 0;
}
.fondo{
	background-color: #f4f6f6;
}
.body{
	width: 100%;
	display: flex;
	margin-top: 5vw;
	font-family: sans-serif, helvatica, bold;
	margin-bottom: 5vw;
}
.body-title{
	width: 100%;
	text-align: center;
	margin-top: 2vw;
	font-size: 1.7vw;
	-webkit-text-stroke: 0.1vw black;
	color: white;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
	font-family: sans-serif, helvatica, bold;
}
.sub-menu{
	width: 40%;
}
.sub-menu-title{
	width: 80%;
	margin-left: 10%;
}
.sub-menu-title-li{
	background-color: #001d9f;
	list-style: none;
	border: dotted 1px white;
	height: 7vw;
	align-content: center;
	text-align: center;
}
.fijo{
	background: #FFBD1A;
	list-style: none;
	border: dotted 1px white;
	height: 7vw;
	align-content: center;
	text-align: center;
}

.sub-menu-title-li-a{
	width: 90%;
	text-decoration: none;
	color: white;
	font-size: 1.6vw;
	margin-left: 5%;
}
.fijo-a{
	width: 90%;
	text-decoration: none;
	color: black;
	font-size: 1.6vw;
	margin-left: 5%;
}
.contenido{
	width: 60%;
}
.contenido-id{
	width: 85%;
	margin-left: 5%;
}
.contenido-id-text{
	width: 100%;
	height: 70vw;
	background-color: white;
	padding: 1vw;
	text-align: justify;
	overflow-y: scroll;
	overflow-x: hidden;
}
#delito-text{
	width: 100%;
	height: 70vw;
	background-color: white;
	padding: 1vw;
	text-align: justify;
	overflow-y: scroll;
	overflow-x: hidden;
}
#delito-text h3{
	font-size:1.3vw;
}
#delito-text-3{
	font-size: 2vw; 
	box-shadow: 0 0 0.5vw black; 
	text-shadow: 0.2vw 0.2vw 0.05vw rgba(0, 0, 0, 0.4);
}
.contenido-id-text ul,.contenido-id-text ol{
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.5vw;
	line-height: 2vw;
	background-color: white;
	padding: 0vw 1vw 0 3vw;
}
.contenido-id h3{
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.5vw;
	line-height: 2vw;
	background-color: white;
	padding: 1vw;
}
.contenido-id h2{
	color: rgba(0, 0, 0, 0.7);
	height: 5vw;
	font-size: 1.7vw;
	text-decoration: underline;
	border: dotted ;
	align-content: center;
	padding-left: 2vw;
	box-shadow: 0.5vw 0.5vw 0.5vw #FFBD1A;
}
.contenido-id h2:hover{
	cursor: pointer;
}
.contenido-id h3 a{
	color: rgba(0, 0, 0, 0.7);
}
.actores-contenido{
	width: 100%;
	display: none;
	text-align: justify;
	background-color: white;
	padding: 1vw;
}
.actores-contenido img{
	width: 100%;
}
.actores-contenido img:hover{
	cursor: pointer;
}
.actores-contenido ul li{
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.5vw;
	line-height: 2vw;
	padding-left: 2vw;
	list-style: none;	
} 
@media (max-width: 750px){
	.body{
		display: block;
	}
	.body-title h1{
		font-size: 5vw;
	}
	.sub-menu{
		width: 90%;
		margin-left: 5%;
		display: flex;
	}
	.sub-menu-title-li, .fijo{
		height: 12vw;
	}
	.sub-menu-title-li-a,.fijo-a{
		font-size: 4vw;
	}
	.contenido{
		width: 90%;
		margin-left: 5%;
		margin-top: 5vw;
	}
	.contenido-id-text{
		height: 100vw;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#delito-text{
		height: 75vw;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	#delito-text h3{
		font-size:4vw;
	}
	#delito-text-3{
		font-size: 4.5vw; 
		box-shadow: 0 0 1vw black; 
		text-shadow: 0.5vw 0.5vw 0.1vw rgba(0, 0, 0, 0.4);
	}
	.contenido-id-text ul,.contenido-id-text ol{
	font-size: 4vw;
	line-height: 4.5vw;
	}
	.contenido-id h3{
		font-size: 4vw;
		line-height: 4.5vw;
	}
	.contenido-id h2{
		font-size: 4.5vw;
	}
	.actores-contenido ul li{
		font-size: 4vw;
		line-height: 4.2vw;
	}
	.contenido-id h2{
	color: rgba(0, 0, 0, 0.7);
	height: 10vw;
	font-size: 4vw;
	text-decoration: underline;
	border: dotted ;
	align-content: center;
	padding-left: 2vw;
	box-shadow: 0.5vw 0.5vw 0.5vw #FFBD1A;
}