/** * fichero de estilos * Adimeco * David Barredo */ body { font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 10px 0 10px 0px; text-align: center; background-color: #ffffff; } #contenedor{ text-align: left; width: 750px; margin: auto; } #cabecera{ background-image: url(imagenes/cab.jpg); background-repeat: no-repeat; height:135px; color: #333300; font-size:12pt; font-weight: bold; padding: 3px 3px 3px 10px; } #titulo{ display: none; } #subtitulo{ display: none; } #cuerpo{ margin: 0 0 0 0px; padding: 0 0 0 0px; } #lateral{ background-image: url(imagenes/menu.jpg); background-repeat: no-repeat; width:180px; height:450px; float: right; } #lateral ul{ margin : 0 0 0 0px; padding: 13px 0 0 13px; list-style: none; list-style-type: square; list-style-position: inside; } #lateral li{ margin: 2px 2px 13px 2px; padding: 2px 2px 2px 2px; font-weight: bold; } #lateral a{ color: #324F8B; text-decoration: none; } #lateral a:hover{ color: #7D9BC1; text-decoration: none; } #vodafone{ margin-top: 40px; margin-left: 13px; } #vodafone img{ border-style: none; } #principal{ margin-right: 200px; background-image: url(imagenes/cab_cont.jpg); background-repeat: repeat-x; padding:13px; display:block; border-style:solid; border-color:#6E6E6E; border-width:1px; min-height: 422px; } #principal a{ color: #324F8B; text-decoration: none; } #principal a:hover{ color: #7D9BC1; text-decoration: none; } #pie{ margin-top: 20px; background-image: url(imagenes/pie.jpg); background-repeat: no-repeat; width:750px; height:30px; font-size:10px; font-weight: bold; color: #fefefe; padding: 10px 0px 0px 30px; text-align:left; } #barredo{ font-size: 7pt; color: #6E6E6E; text-align: center; } #barredo a{ text-decoration: none; color: #324F8B; } /** * fin del fichero **/ 