1 .cabecera {2 background-color: white;3 overflow: auto;4 width: 100%;5 6 }7 8 9 10 11 .contenido_cabecera {12 margin: auto;13 width: 920px;14 15 16 17 }18 19 .cabecera ul li {20 21 float:left;22 list-style:none;23 color:white;24 padding:5px;25 }26 27 28 29 30 .cabecera a {31 text-decoration:none;32 33 34 }35 36 37 38 .nav {39 color:black;40 float: left;41 width: 100%;42 margin-top: 15px;43 display:block;44 }45 46 47 .nav ul {48 49 margin: 0;50 padding: 0;51 width: 100%;52 53 54 }55 56 57 58 59 60 .nav ul li {61 62 border: 1px solid #ff0000;63 font-size: 0.8em;64 text-align: center;65 display:block;66 float: left;67 padding:0px;68 margin:0px;69 height: 30px;70 width: 118px;71 72 }73 74 75 76 .fila {77 78 width:100%;79 float:left;80 81 }82 83 84 .col {85 float:left;86 width:33%;87 margin-top: 10px;88 89 }
Enlace
El enlace para compartir es: