*{ 
   margin:0px;
   margin:0px;
   box-sizing:boder-box; /* asegura que el borde y relleno esten incluidos en el ancho y alto  de los elemetos */
}
/* ============================================================================ */
html{
   margin:0px;
   height:100%;
}
/* ============================================================================ */
.bodyMain {
   width: 100%;
   box-sizing: border-box;
   background: url(../../public/images/fondo_remdiz.png);  
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
/* ============================================================================ */
/* ============================================================================ */
.containerMain {
   height:100%; 
   width: 400px;
   background: url(../../public/images/fondo_remdiz.png);  
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
/* ============================================================================ */
.headerMain {
  width: 100%;
   height: 100px;
   background: #FFFFFF;
   border-radius: 5px;
   border: 1px solid #008000;
   display: flex;
   align-items: center;
   justify-content: center;
   }
/* ============================================================================ */
.containerArticles {
   margin: auto ;
   margin-top: 0px;
   border: 1px solid #008000;
   border-radius: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
   width: 100%;
   background: #FFFFFF;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;

   /*
   margin: auto ;
   margin-top: 0px;
   border-radius: 5px;
   background: #FFFFFF;

   width: 100%;

   
   padding-top: 20px;
   padding-bottom: 20px;
   border: 1px solid #008000;
   display: flex;
   align-items: center;
   justify-content: center;*/


}
/* ============================================================================ */
.lineCss {
   width: 100%;
   height: 4px;
   background: #FFFFFF;
   box-sizing: border-box;
   background: url(../images/xline.png);
}
/* ============================================================================ */
#footer-main {
   border: 1px solid #008000;
   border-radius: 5px;
   color: #FFFAAF;
   background:#A600A6; 
   margin: auto ;
   width: 100%;
   line-height: 30px;
   text-align:center;
}