body	{
	background-color:#AABDD0;
	font-family:"Verdana", Verdana, monospace;
	}

#logo	{
	width:500px;
	height:270px;
	display:block;
	background:url('imagenes/logo.gif') left no-repeat;
	}


#Centrada	{
		position:absolute;
		top:-2px;
		left:50%;
		width:500px;
		height:auto;
		margin-left:-250px;
		border: 2px solid #eee;
		background-color:#0077BF;
		text-align:center;
		}

p	{
	margin-left:5px;
	margin-right:5px;
	font-size:8pt;
	font-family:verdana;
	color:#FFFFFF;
	font-style:italic;
	text-align:justify;
	}
	
.amarillo	{
			color:#FCD816;
			}
			
.derecha	{
			text-align:right;
			font-style:normal;
			}
			
.normal	{
		font-size:8pt;
		font-family:verdana;
		color:#FFFFFF;
		font-style:normal;
		}

A	{
	font-size:8pt;
	font-family:verdana;
	color:#FFFFFF;
	background:none;
	padding: 0.0em 0.2em 0.0em 0.2em;
	}

A:link	{
	text-decoration:none;
	}
	
A:visited	{
		text-decoration:none;
		color:#AABDD0;
		}
		
A:hover	{
	text-decoration:underline;
	color:#FCD816;
        }
        
A:active	{
        	text-decoration:underline;
		color:#FCD816;
		}
		
.navlist
{
margin: 0;
padding: 0 0 20px 10px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
line-height: 14px;
font-weight: bold;
margin: 0 10px 10px 10px;
text-decoration: none;
color:#FFFFFF;
}

.navlist a:visited
{
line-height: 14px;
font-weight: bold;
margin: 0 10px 10px 10px;
text-decoration: none;
color:#AABDD0;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
border-bottom: 4px solid #FCD816;
padding-bottom: 2px;
background: transparent;
color: #000;
}

.navlist a:hover { color: #FCD816; }
		

