
/* Estilo de Navigare */
/* <link rel="stylesheet" type="text/css" href="estilo.css"> */

body         { background-image: url('graficos/fondovelanueva.jpg'); background-attachment: scroll; margin-top: 0 }
body.gris    { background-image: url('graficos/fondogris.jpg'); margin-top: 200 }
body.index  { background-image: url('graficos/fondovelanueva.jpg'); margin-top: 120; }
body.intro    { brackground-color: black; margin-top: 160 }

/* Rollover rojo en links */
A:link        { text-decoration: underline; font-weight: bold; color: #B30000; }
A:visited     { text-decoration: underline; color: #6A0000; font-weight: bold; }
A:hover       { text-decoration: underline; color: #FF0000; font-weight: bold;}

/* A:link { color: #CC0000; } */
/* A:visited { color: #8B0000; text-decoration: none; } */
/* A:hover { color: darkorange; font-weight: bold; } */

/* Banner de Navigare (para borders/top.htm)*/
H1.banner { position: absolute; left: 0px; top: 0px; }
H6.botones { position: absolute; left: 0px; top: 99px; color: #000000; }
H6.textobanner { position: absolute; left: 0px; top: 99px; background: #FFFAB3; color: #000000; font-family: verdana, arial ; font-size: 10px; align="center" }

/* Título */
H1 { color: #800000; font-size: 20pt; font-family: verdana, arial  }

/* Autor */
H2 { background: #FFFAB3; color: #800000; font-family:  verdana, arial ; font-size: 10pt; font-style: italic; align="right" }

/* Introducción (= Sección) */
H3 { color: #000000; font-size: 13pt; font-family: verdana, arial }

/* texto */
H4 { color: #000000; font-size: 10pt; font-family: verdana, arial }

/* Publique en el foro */
H5 { background: #FFFAB3; color: #800000; font-family: verdana, arial ; font-size: 12pt; align="center" }

/* Letra chiquita */
H6 { color: #000000; font-family: verdana, arial ; font-size: 10px; align="center" }

/* Letra chiquita fondo amarillo*/
H6.amarilla { background: #FFFAB3; color: #000000; font-family: verdana, arial ; font-size: 10px; align="center" }
