.normal {  
	font-size: 1em; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-align: justify;
}

.destacar, b {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.destacar_mas {  
	font-size: 1.2em; 
	font-style: normal; 
	font-weight: bold; 
	color: #ff6600;
}

p.subtitulo {
	font-size: 18px;
	font-style: normal; 
	font-weight: normal;
    letter-spacing: -1px; 
	color: #333333;
}


.enlace {  
	font-size: 1.1em; 
	font-weight: bold; 
	color: #666666; 
}

.enlace:hover{  
	color: Black; 
}


.nota {  
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}


.imagen {
	text-align: center;
}

.imagen img {
	border: 1px solid #DCDCDC;
	display: block;
	padding: 6px;
	margin: 6px auto 6px auto;
}


.imagen_sin_borde {
	text-align: center;
}

.imagen_sin_borde img { 	
	border: none;
	display: block;
	padding: 6px;
	margin: 6px auto 6px auto;
}


.imagen_flotante {  
	float: none; 
	margin-top: 0px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	clear: right
	}
	
.unfloat {  clear: left; margin-bottom: 15px}

