#columnaCentral {
	position:	relative;
	display:	inline;
	float:		left;
	width:		670px;
	margin:		0px 4px 0px 4px;
	}

#barraTop {
	background-color:	#009083;
	/*background:			#FFFFFF url('../imagenes/fondo_eval_rojo.jpg') repeat-x top;*/	
	/*width:				100%;*/
	height:				38px;
	margin-top:			1px;
	margin-bottom:		2px;
	padding-top:		2px;
	font-family:		"Verdana";
	font-size:			12px;	
	font-weight:		bold;
	color:				#FFFFFF;
	}

#datos {
	width:				210px;
	height:				180px;
	margin: 			2px;
	padding-top: 		20px;
	position:			relative;
	display:			inline;
	vertical-align:		top;
	background-color:	#E1E6F7;
	float:				left;
}

#datos a:link, #datos a:hover, #datos a:visited, #datos a:active {
    color: 				#006699;
    text-decoration: 	none;
    font-weight:		bold;
}

#datos a:hover {
    color: 				#003333;
}

#paginas {
	margin:				10px;
	width:				100%;
	display:			block;
	font-weight:		bold;
	}

.limpia-float {
	clear:				both;
}
