.normal {  
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-align: justify;
}


.destacar {
	font-weight: bold;
	color: #333333
}
	
	
.enlace {  
	font-size: 110%; 
	color: #B9B900; 
}


.titulo_imagen {
	font-size: 90%;
	color: #666666;
	padding: 2px 0 3px 2px;
	text-align: center;
	font-style: italic;
}


.imagen {
	border: 1px solid #333333;
	margin: 6px 3px 6px 0;
}

.imagen_sin_borde { 
	margin-bottom: 6px; 
	margin-top: 6px; 
	border: none;
}

