@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#navigator{
	height: 600px;
	width: 200px;
	float:left;
}

#encaje {
	height:600px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;	
}

.nav li{
	display:block;
	margin-bottom: 10px;
	bottom: 20px;
}

.nav li a{
	font-size: 20px;
	font-weight:bolder;
	color: #FFFFFF;
	margin: auto;
	text-decoration:none;
}

.nav li a:visited{
	color: #FFFFFF;
}

.nav li a:hover{
	background-color: #CCCCCC;
	color: black;
	text-transform: capitalize;
}

.nav li a:active{
	color: #FFFFFF;
}


#links {
	height: 250px;
	width: 140px;
	float:left;
	padding-left: 50px;
	margin-top: 350px;
	position: relative;
	text-align: left;
}

#links a{
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	margin: auto;
	text-decoration:none;
}
#links li a:hover{
	background-color: #CCCCCC;
	color: black;
	text-transform: capitalize;
}

.style1 {
	font-size: 20px;
	font-weight: bold;
}
.style4 {font-size: 18px}
.style5 {font-size: 18px; font-weight: bold; }
.style6 {font-size: 20px; }