/* impresora */ @media print { body, h3, a, a:visited, h1, h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, .texto a, .texto a:visited, td, .fecha, .cosas, .acordes { color: black } address, .menu { display: none } } /* pantallas peque&ntilde;as */ @media only screen and (max-device-width: 480px) { .texto { margin-left: 0; margin-right: 0 } } /* estilos generales */ body { font-family: Arial, Helvetica, sans-serif; color: black; background-color: #FAE4CD; text-align: center; } a { text-decoration: none; color: red} a:visited { color: maroon } a:hover { text-decoration: underline } address img { border-style: none } img { border-width: 1px; border-color: silver } a:hover img { border-color: maroon } h1 { color: red } td { margin: 10px } .texto { text-align: left; margin-left: 1em; margin-right: 1em } .menu { /* font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; */ text-align: center} .pie { /* font-size: 1em; font-style: italic; margin-top: 0px; padding-top: 0px */ } .nota { font-size: smaller} .izq { float: left; margin-right: 8px; margin-top: 4px} .dcha { float: right; margin-left: 8px; margin-top: 4px} .gente { font-size: 0.9em; } .autores { font-size: 0.9em; font-style: italic } .fecha { color: gray } .cosas { color: gray } .pie a img { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } .xlk { color: green} a.xlk:visited { color: olive}
.centrado { margin-left:auto; margin-right:auto }