/* 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: black; font-size: 10pt; text-indent: 4mm }
p#det { text-align: right }
p#lst { text-indent: 0em }
p#im { text-indent: 0em; text-align: center }
p#prc { text-indent: 0em; text-align: center; font-size: 14pt }
p#inf { text-indent: 0em; text-align: center; font-size: 9pt }

/* TABLA */
table#des { background-color: #FFFF66 }
td { text-align: justify; text-color: black; font-size: 10pt; vertical-align: top; border: 2mm; padding: 2mm }
td#des { background-color: #FFFF66 }

/* FONDO */
body {3px; padding: 3px; background: #FFEFD5 url('/fondo3.jpg') fixed }

/* ENCABEZADOS */
h1,h2,h3 { text-align: center }

/* IMÁGENES */
img { text-align: center; width: 160px }
img#log { width: 100px }
img#larga { width: 320px }
img#ancha { width: 220px }

/* CABECERA */
div#cont { width: 100% }

/* CABECERA - VINCULOS */
div#cab { float: left; width: 60%; 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 */
span#blq { width: 50%; background: #AFEEEE url('/fondologo1.gif') center; border: thin solid #4169E1; margin: 5px; padding: 3px; text-align: justify }

/* BLOQUE DE CONTACTO Y POLÍTICAS */
span#inf { width: 30%; background: #FAF0E6 url('/fondologo2.gif'); center; padding: 5px }
