html, body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	height:101%;
}

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}


.proyecto {
	color:#000000;
	text-decoration:none;
}

.proyecto:hover{
	color:#333333;
	text-decoration:none;
}


#ajaxcontent{
	width:710px;
	
	min-height:629px;
	min-width:710px;
	
	max-width:710px;

}

.linkhome {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	outline: none;
}

.linkhome:hover {
	color:#0099cc;
}

.activo{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	outline: none;
}

#listado {
	text-align:left;
	height:315px;
	min-height:315px;

}

#listado p {
	margin:0px;
	padding:0px;
}