Hola pzin
Mira como tengo mi .html y .css:
Código CSS:
Ver original.pestanas_textos div {
width: 700px;
height: 450px;
position: absolute;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
margin-left: 240px;
color: #FFF;
line-height: 1.2;
z-index: 5;
opacity:0;
transition: all 1s ease;
background-color: #DFDDCE;
top: 97px;
}
.pestanas_textos .tab-e {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #543F2A;
text-align: center;
min-width: 120px;
padding: 5px;
margin-right: 18px;
text-decoration: none;
position: relative;
transition: all .5s ease;
background-color: #DFDDCE;
}
a.tab-e:hover {
color: #CE4646;
}
p img {
float: left;
margin: 10px;
}
.boton:target + .pestanas_textos div {
opacity: 1;
color: #543F2A;
background-color: #DFDDCE;
}
Pero no logro dejar visible la número Uno.
Gracias por tu ayuda