@charset "utf-8";

.sec1 {
	display: block;
	float:left;
	margin: 0.5% 2% 1% 1%;
	padding-left:1%;
	width: 25%;
}

.colder {
	overflow-x:hidden;
	margin-right: 2%;
	margin-left: 2%;
}
.subtitu {
    font-size: 1.3em;
    padding-right: 30px;
    /*font-weight: bold;*/
	color: white;
    text-align: center;
    background-color: rgba(9,62,13,1.00)
}

.debajo0 {
	clear: both;
	position:relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
	/*grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));*/
 	gap: 10px;
}

.pru0 {
	background-color: black;
	color: white;
	border: 6px outset rgba(134,252,13,1.00);
	font-size: 1.5em;
	padding-left: 2%;
	padding-right: 2%;
}
.pru0 h3 {
    background-color: #90ee90;
    color: black;
    font-weight: normal;
    font-size: small;
}
.pru0 h3 a {
    color: black;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}
.pru0 h3 a:hover {
    letter-spacing: 150%;
    text-decoration: underline;
}
