﻿CSS
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(Imagenes/varios/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #EFC9A7;
}

#navcontainer ul li a:hover
{
background: transparent url(Imagenes/varios/list-on.gif) left center no-repeat;
color: #020100;
}

#navcontainer ul li a#current
{
background: transparent url(Imagenes/varios/list-active.gif) left center no-repeat;
color: #FDE6C6;
}

body { background:#020100;
}

#copy
{
	text-align: center;
    font: normal 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #94714E;
}
}
#fly
{

text-align: center;
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #EFC9A7;

}
/*contenido*/
#contenido {text-align: justify; }
#contenido{font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	line-height:20px;  color:#EFC9A7;	vertical-align:top;
}

