/* FUENTE */
* { font-family: Sans-Serif,Verdana,Arial }

/* VÍNCULOS */
a:link {color: blue; text-decoration: underline}
a:visited {color: darkred; text-decoration: underline}
a:active {color: black; font-weight: bold; text-decoration: none}
a:hover {color: darkblue; text-decoration: none}

/* PÁRRAFO */
p { text-align: justify; text-color: #000000; font-size: 10pt; text-indent: 2em }
p#lst { text-indent: 0em }
p#im { text-indent: 0em; text-align: center }
p#bibl { text-indent: 0em; text-align: right; font-size: 8pt }
p#prc { text-indent: 0em; text-align: center; font-size: 14pt }
p#inf { text-indent: 0em; text-align: center; font-size: 9pt }

/* TABLA */
td { text-align: justify; text-color: black; font-size: 10pt; vertical-align: top }

/* FONDO */
body {3px; padding: 3px; background: #CCFF33 url('/fondo4.gif') fixed }

/* ENCABEZADOS */
h1,h2,h3 { text-align: center }

/* IMÁGENES */
img { text-align: center; width: 160px }
img#larga { width: 320px }
img#log { width: 100px }

/* CABECERA */
div#cont { width: 100% }

/* CABECERA - VINCULOS */
div#cab { float: left; width: 45%; border-right: none; border-left: none; border-top: thin dotted brown; border-bottom: thin dotted brown; margin: 2px; padding: 2px; text-align: center; font-size: 8pt }

/* CABECERA - LOGO */
div#log { text-align: center }

/* BLOQUE DE INFORMACION BIBLIOGRÁFICA */
div#blq { float: right; background: #CCFFCC url('/fondologo1.gif') center; border: thin solid darkgreen; margin: 5px; padding: 3px }

/* BLOQUE DE CONTACTO Y POLÍTICAS */
span#inf { width: 30%; background: #FFFF66 url('/fondologo2.gif'); center; padding: 5px }
