@charset "utf-8";

/*https://blog.endeos.com/lleva-las-listas-html-al-siguiente-nivel-con-css/*/
.frow {
	margin-top: -30px;
    clear:both;
}

.frow .col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
	padding-left:1%;
}

.frow .col:first-child { margin-left: 0; }

.frow .col4 {
  width: 25%;
}

.frow .col3 {
    width: 70%;
}

.frow .col3 div {
    padding-left: 50px;
	padding-right: 50px;
}

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

.borde {
    border: 15px ridge #2f450f;
    background-image: url(../images/panta1.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.dd0 {
    background-image: url(../images/robo0.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /*background-color: rgba(185,237,183,1.00);*/
}

#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
	font-size: 1.2em;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista2 ol {
    margin: 0 0 0 2em; 
}

#lista2 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background:rgba(198,235,143,1.00);
    color:rgba(0,0,0,1.00);
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

#lista2 li:hover{
    background: #eee;
}

#lista2 li:hover:before{
    transform: rotate(360deg);  
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    /*background: #87ceeb;*/
	background:rgba(130,240,31,1.00);
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.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(300px, 1fr));*/
 	gap: 10px;
}

.pru0 {
	background-color: black;
	color: white;
	border: 6px outset rgba(134,252,13,1.00);
}
.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;
}
