/* estilos generales */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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 }
pre {  font-size: 10pt}

.texto {  text-align: left; margin-left: 50px; margin-right: 50px}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-align: center}
.pie {  font-size: 8pt; 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: 8pt }
.autores { font-size: 8pt; font-style: italic }
.fecha {  color: gray }
.cosas {  color: gray }
.acordes {  color: purple}


td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: black }

.barraTitulos {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: maroon;
	padding: 1px;
}
