body {text-align: center}
body {background-color: #000000 ; VLINK:#xxyyzz }
#global {background-color: #000000 ; background-image: url(objetos/fondo.png);background-repeat:no-repeat ;background-position:center center }
img {border-style: none}
.centrado {text-align:center}
h1 {font.size: 3.1em; color:white ; font-weight: bold ; text-decoration: none ; text-align: center}
h2 {font.size: 0.8em; color:white ; font-weight: bold ; text-decoration: none ; text-align: center ;font-family: verdana ; line-height:5px}
h3 {font.size: 1 em; color:white ; font-weight: bold ; text-decoration: none }
#global {width:1000px   ; text-align: center }
#cuerpo {width:1000px   ; text-align: center }
#navegacion {width:450px   ; text-align: left}
#cabeza {width:1000px ; height:70px   }
#pie2 { width:1000px ; height:110px ; text-align: center}
/* links normales */
a:link {
    text-decoration: none;
color: #FFFFFF;
}
/* visitados */
a:visited {
color: #FFFFFF;
}
/* hover */
a:hover {
    text-decoration: underline;
}
/* activos */
a:active {
    font-weight: bold;
}