/**<style>**/
                body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
            color: #333;
            line-height: 1.6;
        }

       
        /*fin del estilo del encabezado*/
.logofzla {
    width: 50%; /* Ajusta el tamaño según sea necesario */
    height: auto; /* Mantener la proporción del logo */
    display: block;
    margin: 0 auto; /* Centrará el logo horizontalmente */
    padding: 0; /* Quita el espacio adicional dentro del contenedor del logo */
    position: relative;
    margin-top: 5px; /* Ajusta el espacio hacia arriba para acercarlo al contenedor superior */
}
	#sx-header {
    float: left;
    width: 100%;
    padding:10px;
}
 #left-sxh {
	width:auto;
	float:left;

}	
.titulo-sxh {
    font-size: 10em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
}

 /* FECHA DE LA MEDITACION */    
	.fecha-sxh {
    font-size: 50em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: right; 
}
	.separa-sxh { 
    background: url('../images/na.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 40px;
    border: 0;
	margin-top:15px;
	position: relative;
}
p {
    text-align: left; /* Justificar texto */
    line-height: 1.5em; /* Espaciado entre líneas de 1.3 */
    margin-bottom: 1.0em; /* Espaciado entre párrafos */
    word-spacing: normal; /* Espaciado normal entre palabras */
}
 .announcement {
    background-color: #ff1b82;  /* Fondo rosa */
    color: white;  /* Texto blanco */
    padding: 2px;  /* Espaciado interno */
    border-radius: 0px;  /* Bordes redondeados */
    font-family: Arial, sans-serif;  /* Fuente */
    text-align: justify;  /* Justificar el texto */
    font-size: 1em;  /* Tamaño de fuente */
}

.announcement p {
    margin: px 0;  /* Separación entre párrafos */
}

.announcement a {
    color: #0000EE;  /* Color del enlace en azul */
    font-weight: bold;
    text-decoration: none;
}

    /**</style>**/