/*  */
.bloque_de_texto h1 {
	color: #000;
	margin-bottom: 20px;
	font-weight: bold
}
.bloque_de_texto h2 {
	color: #000;
	margin-bottom: 10px;
	font-weight: bold
}
.bloque_de_texto h3 {
	color: #000;
	margin-bottom: 5px;
	font-weight: bold
}
.bloque_de_texto p {
	text-align: left;
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.bloque_de_texto ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
}
.bloque_de_texto li {
	display: list-item;
}
.bloque_de_texto a {
	outline: 0;
	text-decoration: underline;
}
.bloque_de_texto ul li {
	list-style: disc outside;
}
.bloque_de_texto ul li a {
	text-decoration: none;
	color: #000;
}
.bloque_de_texto ul li:first-child {
}
.bloque_de_texto ul li:last-child {
}
.texto_oculto{
	display:none;
}
