body {
        font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
        background  : #000;
        font-size   : 90%;
        }

/***************
 ** PRINCIPAL **
 ***************/

#divprincipal {
	border: solid 3px #eee;
	background: #222;
	color: #fff;
	width: 90%;
	margin: 2em auto;
}

#divprincipal a, a:link {
        color:#89c;
        text-decoration : underscore;
        }

#divprincipal a:visited {
        color:#bbd;
        text-decoration : none;
        }

#divprincipal a:hover, a:active {
        color:#6aa;
        text-decoration : underline;
        }

/************
 ** TITULO **
 ************/

#divtitulo {
        background: #fff url("img/deigote-perfil.png") no-repeat right bottom;
	border-bottom: solid 2px #eee;
	margin: 0;
	padding: 0;
}

#divtitulo h1 {
	border: solid #000;
        color: #333;
	padding: 0.8em 0.8em 0.8em 2.5em;
	margin: 0;
}

/************
 ** INDICE **
 ************/

#divindice { 
	border-bottom : solid 2px #eee;
        background    : #eee;
}

#divindice ul {
	display       : inline;
        list-style    : none;
	text-align    : center;
}

#divindice li {
        border-right : solid 2px #eee;
        float        : left;
	margin	     : 0;
	width 	     : 18%;
        background    : #333;
}

#divindice a {
/*	display : block;*/
        padding : 0 0.3em 0 0.3em;
        font-weight: bold;
}

#divindice a:link {
	text-decoration: none;
	color: #fff;
}

#divindice a:visited {
	text-decoration: none;
	color: #fff;
}

#divindice a:hover, a:active {
	background: #fff;
        color: #000;
	text-decoration: none;
        font-weight: normal;

}

/***************
 ** CONTENIDO **
 ***************/

#divcontenido {
	border: solid 3px #222;
	background: #fff;
	color : #722;
	padding: 2em;
        font-weight: bold;
}

