*{
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	OUTLINE-STYLE: none;
	PADDING-LEFT: 0px;
	OUTLINE-WIDTH: thin;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}


HTML {
	WIDTH: 100%;
    align-content: center;
}


#Cultura {
    display: inline-block;
    vertical-align: top;
    align-content: center;
	WIDTH: 19%;
    height: 70%;
	position: relative;
    border: 10px;
    z-index: 100;
}

#Cultura img{
  height: 50%;
  width: auto;

  border-radius: 5px;
}

.meta{
    width:min-content;
    height: auto;
}

#Destaque {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
	WIDTH: 60%;
    height: 70%;
	position: relative;
    z-index: 200;
}

#Noticias {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    TEXT-ALIGN: center;
	WIDTH: 19%;
    height: 70%;
	position: relative;
    z-index: 100; 
}

#Pie {
    display: block;
    margin-top: 10PX;
    TEXT-ALIGN: center;
	position: relative;
    font-size: small;
    border-top: 2px solid #333; /* Puedes cambiar el grosor y color */
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
}

#Pie img {
    width:auto;
    height: auto;
}

.cuadro {
    height: 25%;
    width: 100%;
    border-radius: 5px; /* Redondea las esquinas */
    text-align: center;
    font-size: small;
    position: relative;
}

.cuadro .titular{
    font-weight:bold;
    text-align: center;
    font-size: small;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.cuadro .imagen{
    height: 50%;
    width: 100%;
    border-radius: 5px;
}

#Contenido{
    width: 98%;
    margin-top: 20px;
    padding-inline: 20px;
    font-size: large;
    text-align: justify;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

#Contenido P {
    margin-top: 20px;
}

#Caja{
    width: 98%;
    margin-top: 20px;
    padding-inline: 20px;
    font-size: large;
    text-align: justify;
}

.TablaDatos{
    border: 2px solid #d84848;
    border-collapse: collapse;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.TablaDatos td {
  border: 2px solid #d84848; 
  padding: 3px;
  font-size: small;
}

.TablaDatos th {
  border: 2px solid #d84848; 
  padding: 3px;
  background-color: #d84848;
  color: aliceblue;
}

.contenido-div{
    display: none;
}

.imagenCentrada{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}

.leyenda{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 60%;
  text-align: center;
}

.cuadroNoticia {
    width: 33%;
    height: 33%;
    background-color: rgb(243, 165, 165);
    border-radius: 5px; /* Redondea las esquinas */
    text-align: center;
    position: relative;
    display: inline-block;
}

.cuadroNoticia .titular{
    font-weight:bold;
    text-align: center;
    font-size: large;
    color: aliceblue;
    background-color: rgba(255, 28, 28, 0.7);
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 6 px;
}

.cuadroNoticia .imagen{
    position: relative;
    width: 100%;
    height: 100%;
    display:flex;
    border-radius: 5px;
}

.Separador{
    color: rgb(240, 243, 245);
    background-color: red;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}