* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -0.7px;
line-height: 12px;
}

#menu {
height: 40px;
line-height: 40px;
background: #57626a url(img/menu.jpg) no-repeat;
font-family: 'Lato', 'Segoe UI', Roboto, sans-serif;
text-transform: uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #FF4800;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

hr {
  border: none; /* elimina el borde por defecto */
  height: 1px;  /* grosor de la línea */
  background: linear-gradient(to right, 
    rgba(100, 100, 100, 0),     /* totalmente transparente en el extremo izquierdo */
    rgba(100, 100, 100, 0.8),   /* gris oscuro en el centro */
    rgba(100, 100, 100, 0)      /* transparente en el extremo derecho */
  );
}

/* 1) Aumenta ligeramente el contraste del fondo de página */
:root {
  --bg-color: #e9ecef; /* antes: #f5f6fa */
  /* mantenemos --card-bg en blanco */
}

ol li {
  background-color: rgba(0,0,0,0.02); /* gris claro muy suave */
  padding: 0.3rem 0.5rem;
}
ol li:nth-child(even) {
  background-color: transparent; /* alterna: unos sí, otros no */
}

ol li:hover {
  background-color: rgba(255, 255, 0, 0.05); /* amarillo muy sutil */
}
