.texto_contenido{
font-size:12px;
border-bottom: 2px solid #FFEEFF;
border-right: 3px solid #FFEEFF;
background-color: #FFEEDD;
text-align: justify;
}
.encabezado_contenido{
    font-size:15px;
	 text-decoration: none;
	 color: Orange;
	 }
	 
.enlace_contenido{
	
   font-size:10px; 
   color: Red;
   	
}
.enlace_contenido:hover {
	 color: MenuText;
	
}
.enlace_accion{
	font-size:14px;
	color: black;	
	background-color: Red;
}
.enlace_accion:hover{
  color:Red;
  background-color:Black;
	
}
.autor{
    color: Black;
	 font-size: 9px;
}



  


	