html {
	height: 100%;
	vertical-align: top;
	margin: 0;
		}

body {
	margin: 0;
	font-family:  tahoma, verdana, arial, sans-serif;
	height: 100%;
	vertical-align: top;
	background-color: #000000;

	}
a , a:link , a:visited {
	color : #666666;
	text-decoration : underline;
}
a:hover {
	color: #666666;
	text-decoration : none;
}
a:active , a:focus {
	color : #666666;
}


/***************************************************** ENTRADA **********************************************/
#paginaEntrar{
	position: relative;
	margin: 15% auto;
	width: 100%;
	height: 350px;
	vertical-align: top;
	text-align: center;
	background: url(../images/fnd_01.gif) repeat-x #000000;
	
}



#logoEntrar a{
	position: relative;
	padding: 0px;
	border: 1px solid #000000;
	top: 25px;
	margin: auto;
	height: 30px;
	width: 487px;
	background-color: #000000;

}
#logoEntrar a:hover{
	border: 1px solid #333333;

}

#direccionHome{
	position: relative;
	margin: auto;
	top: 100px;
	width: 100%;
	height: 150px;
	vertical-align: top;
	text-align: center;
	color: #999999;
	font-size: 9px;

}


/***************************************************** HOME **********************************************/
#paginaHome {
	position: relative;
	margin: auto;
	width: 800px;
	height: 100%;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: url(../images/fnd_03.gif) repeat-x top #1A1A1A;

}
#cabecera{
	position: relative;
	top: 20px;
	left: 10px;
	height : 23px;
	width: 365px;
	background-color: #000000;
	
}
#cabecera a{
	border: 1px solid #000000;
	display: block;

}

#cabecera a:hover{
	border: 1px solid #666666;

}
