/** * fichero de estilos * Adimeco * David Barredo */ body { font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 13px 0px 0px 0px; text-align: center; background-color: #6b7e8a; background-image: url(imagenes/f_body.png); background-repeat: repeat-x; } #contenedor{ text-align: left; width: 750px; margin: auto; padding: 0px 0px 0px 0px; } #titulo{ display: none; } #subtitulo{ display: none; } #lateral{ width: 194px; height: 370px; float: right; background-image: url(imagenes/menu.gif); background-repeat: no-repeat; margin-top: 13px; } #lateral ul{ margin: 0px; padding: 50px 1px 1px 15px; list-style: none; list-style-type: square; list-style-position: inside; color: #ffffff; } #lateral ul.anidada{ margin: 0px; padding: 0px 0px 0px 20px; list-style: none; list-style-type: circle; list-style-position: inside; color: #ffffff; } #lateral li{ margin: 0px; padding: 10px 0px 0px 0px; font-weight: bold; text-align: left; } #lateral a{ color: #ffffff; text-decoration: none; } #lateral a:hover{ color: #7D9BC1; text-decoration: none; } #principal{ padding: 0px 0px 0px 0px; margin-top: 13px; margin-right: 212px; display: block; } #cab_cont{ background-image: url(imagenes/cab_cont.gif); background-repeat: no-repeat; color: #ffffff; font-weight: bold; font-size:10pt; height: 39px; padding-top: 8px; padding-left: 13px; } #contenido{ background-image: url(imagenes/f_cont.jpg); background-repeat: repeat-y; min-height: 288px; padding: 13px; color: #ffffff; text-align: justify; margin-top: -10px; } #pie_cont{ background-image: url(imagenes/pie_cont.gif); background-repeat: no-repeat; height: 19px; } #pie{	 margin-top: 13px; background-image: url(imagenes/pie.gif); background-repeat: no-repeat; width:750px; height:44px; font-size:10px; font-weight: bold; color: #fefefe; padding: 10px 0px 0px 30px; text-align:left; } .negrita{ font-weight: bold;	 } /* Color de fondo para formulario de correo */ form input{ background: #779b77; } form textarea{ background: #779b77; } #barredo{ font-size: 7pt; color: #6E6E6E; text-align: center; } #barredo a{ text-decoration: none; color: #324F8B; } /** * fin del fichero **/ 