*{
    margin: 0px;
    padding:0px;
    border: 0px;
 

}
header
{
    margin-top: 100px;
    padding:0px;
    border: 0px;
   /* height: 50px;*/
    text-align: center;
    
    background-color: #a02142;
    
    
}

nav
{   
   
    /*padding: 0 10%;*/
    width: fit-content;
   
    display: inline-flex;
    align-items: center;
    background-color:#a02142;
    gap: 10px;

   
}
nav div
{
  
  width: 240px;
  height: 50px;
  display: inline-flex;
  background-color: #a02142;
  justify-content: center;
  align-items: center;  

}

.div_general_menu:hover
{
    background-color: dimgray;    
}
a
{
    text-decoration: none;
    
    color: white;
}
.logo
{
width: 160px;
height: 160px;
    
}




main
{
    text-align: center;
    margin-top: 130px;
}

.targetas
{
   padding: 10px;
   display: inline-flex;
   
   width: 1500px;
   height: 400px;
   justify-content: center;
   gap: 20px;
   
   
}
.targeta
{    
    width: 260px;
    height: 350px;
    position: relative; 
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0, 0.3);
   
}
.targeta:hover .banerGrande
{
  opacity: 1;
}

.img_targeta
{
    margin-top: 10px;
    width: 260px;
    height: 250px; 
     
}

.baner
{
    width: 260px;
    height: 30px;
    background-color: #a02142;    
    
}
.banerGrande
{    
    width: 260px;
    height: 50px;     
    position: absolute;
    bottom: 55px;    
    padding-top: 20px;
    background-color: #a02142;  
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0;
    
         
}
.banerGrandeParrafo
{
    
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 253, 253);    
}

.nombre
{
    font-size: 12px;    
    color: darkgoldenrod;

    font-weight: bold;
   
    
}

.nombramientos
{
    padding-top: 10px;
}
.nombre
{
    margin-bottom: 5px;
}
.nombramiento
{
    font-size: 10px;
    font-weight: bold;
}


footer
{
    margin-top: 50px;
    padding: 30px;
    height: 50px;
    background-color: #a02142;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
}
footer p
{
    background-color: #a02142;
}

