/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	background-image: url(images/fd_html.jpg);
	background-repeat: no-repeat;
    background-color: #182454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {

	margin: 0px;
	padding: 0px;
}
#contenedor {
	background-image: url(images/fdbody.gif);
	background-repeat:   repeat-y;
	text-align: center;
	height: 100%;
	min-height:608px;
	overflow:hidden;
	height:expression(this.scrollHeight < 602? "602px" : "auto" );
	width: 850px;
	margin-left: 8%;
	
}
#entrada {
	width: 90%;
	height: 25px;
	text-align: right;
}
#entrada table {
float: right;
}
#entrada a {
	color: #529afc;
	font-size: 15px;
	font-weight: bold;
}
#entrada a:link, a:visited, a:active{
	text-decoration: none;
}
#entrada a:hover {
    color: #fff;
	text-decoration: overline;
	background-repeat: no-repeat;
	background-position: right center;
}



