body {
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
}

.grey {
	color: #999999;	
}

.bold {
	font-weight: bold;
}

.small{
	font-size: 10px;	
}

#backgroundColor {
	background-color: #e9e9e9;
	position:absolute;
	top: 30;
	left: 10%;
	width: 80%;
	height: 420;
	z-index: -1;
}

#layout {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 80%;
	top: 460;
	left: 10%;
	text-align: right;
}

#options {
	position: absolute;
	width: 80%;
	left: 10%;
}

#information {
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	width: 80%;
	top: 35;
	left: 10%;
}

#moreno_del_valle2 {
	background: transparent url(img/moreno_del_valle2.gif) bottom left no-repeat; 
}

#nameb {
	font-size: 22px;
	font-weight: lighter;
	text-align: right;
}

#nameb a {
	color: #000000;
	text-decoration: none;
}

#nameb a:hover {
	color: #bfbdbd;
}

#menu {
	position:absolute;
	top:45;
	float: left;
	font-size: 12px;
	text-align: left;
}

#menu a {
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #bfbdbd;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #bfbdbd;	
}

.selected {
	color: #666666;
	font-weight: bold;
}

.proceso {
	color: #ed3f36;
	font-weight: bold;
	font-size: 10px;	
}

#copyright {
	text-align:center; 
	margin-top:15px;
	font-size: 9px;
}



