h1, h2, .normal, .destacar {  font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif; }

h1 {
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin-bottom: 1em;
	padding: 0;
}

.normal {  
	font-size: 1em; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-align: justify;
	}

.destacar {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	}

.destacar_mas {  
	font-size: 1.1em; 
	font-style: normal; 
	font-weight: bold; 
	color: #669900;
	}



.enlace {  font-size: 1em; font-style: italic; font-weight: bold; color: #B9B900; text-decoration: none}


.imagen_titulo {
	font-size: 11px;
	color: #666666;
	padding: 2px 0 3px 2px;
}

.nota {  
	font-size: 0.9em; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000}

