@font-face {
	font-weight: normal;
}

body {  
	font-family: "Vernarda";  
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  	background-color: #a9a9a9 !important;
		
}

.cabezera {   
	display: block;  
	color: #87ceeb;  
	text-align: center; 
	font-size: 21px;
    font-weight: 700;
}

.titular {  
	padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
    background-color: #ffe4b5;
    font-weight: 300;
}

.seccion {  
	font-size: 1em;  
	display: block;  
	margin-right: 2em;  
	margin-left: 2em;  
	font-size: 25px;
    font-weight: 500;
}

#fecha {
	color: #df0101;
    font-size: 11px;
}

#articulo {  
	background-color: #fffaf0 !important;  
}

.texto {  
	text-align: justify;  
	font-weight: normal;  
	margin-left: 2em;  
	margin-right: 2em;
}

#enlace {   
	display: block;  
	color: #b8860b;
    font-family: Courier;
	text-align: center;  
	font-weight: bold;
}
	 
.pie {  
	font-family: Courier;  
	display: block;  
	font-size: 0.6em;  
	color: #808000;  
	margin-top: 15px;  
	text-align: center;
}