* {
	margin: 0px;
	padding: 0px;
}

html{ background: url('/images/bg.png');}

body table tr td ul {
	list-style-type: none;
        background: url(/img/st2.png)
}   

body table tr td ul li {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	width: 120px;
	float: left;
	margin-left: 75px;
	text-align: center;
	color: #FFF;
}
body table tr td ul li a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #999;
	display: block;
	font-weight: bold;
    background: url(/img/st1.png)
}
body table tr td ul li a:hover {
	color: #FFF;
	background-color: #F00;
    background: url(/img/st2.png)
}

body   { margin: auto auto;}

.pie {
	font-size: 9px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 0px;
	vertical-align: middle;
	font-weight: bold;
}
.ofi {
	color: #FFF;
	margin-left: 5px;
	background-color: #FFF;
}
.titulo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	background-color: #999;
}
.pie a {
	color: #0094ff;
}
.pie a:hover {
	color: #000;
}

ul#menu {
    font-size: 16pt;
    font-family:Segoe UI, Verdana, Helvetica, Sans-Serif;
    font-weight: lighter;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 240px;
    margin-left:0;
    height: auto;
    margin-top: 220px;
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

    ul#menu li {
        display:block;
        float: left;
        text-align:center;
        padding-right: 28px
    }

        ul#menu li a {
            background: none;
            color: #FDFEFF;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #f00;
            text-decoration: none;}

nav {    display: block;         }

/* Hidden Span */
a.host, a.host:link, a.host:visited {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */}

a.host:hover {
z-index:999; /* va a estar por encima de todo */
background-color:none; /* DEBE haber un color de fondo */
font-weight:lighter !important; /* forzar negritas */}

a.host span {
display: none; /* el elemento va a estar oculto */}

a.host:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
/* margin-top:0px; left:310px; donde va a estar */
width:500px; height: 30px; /* el ancho por defecto que va a tener */
padding:3px; /* la separación entre el contenido y los bordes */
font-size: small;
background-color: transparent!; /* el color de fondo por defecto */
color: #FF9600; /* el color de los textos por defecto */}

.credict{ font-size: small; width: 100px; text-align: center;}
.credict a, .credict a:link, .credict a:visited{color:#37BE0F; padding:0 5px; font-size: medium; font-family: 'Segoe UI', Verdana, 'Arial Rounded MT',Cambria;}
.credict a:hover{ color:#fff; padding:0 7px; font-size: medium;}