﻿.gci_1{
background-image: url("../img/fondoimg2.jpg");
border: px solid black;
margin:10px;
height:auto;
width: 700px;
padding:10px;
border-radius:10px;
background-color:gold;
box-shadow: 4px 2px 5px #23282b;
display:flex;
flex-wrap:wrap;
box-sizing: content-box;
 justify-content: center; /* Centra horizontalmente */
  align-items: center;
}

main{

height:auto;

}

article{
width:10%;
}

aside{
width:10%;
}

 section{

background-image: url("../img/fondoimg8.png");
background-size:cover;
display:flex;
flex-wrap:wrap;
box-sizing: content-box;
 justify-content: center; /* Centra horizontalmente */
  align-items: center;
height:auto;
width:70%;
box-shadow: 4px 2px 5px #23282b;
border-radius:10px;
padding-bottom:20px;
}


.foto{
background-color:white;
width:auto;
height:auto;
padding:10px;
margin:10px;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;

}

.descripcion{
width:50%;
height:140px;
background-color:white;
padding:10px;
padding-top:0px;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;
color: #272727;
font-family: sans-serif;
font-size:14px;
}

.ul_centrado{
padding:0px;
width:100%;
height:auto;
list-style-type: none;
margin-top:0px;
margin-bottom:5px;
}

li
{
margin-bottom: 5px;
}


.nombre{
width:80%;
height:40px;
background-color:white;
border-radius:10px;
margin:5px;
display:flex;
justify-content: center; /* Centra horizontalmente */
  align-items: center;
box-shadow: 4px 2px 5px #23282b;
color: #272727;
font-family: sans-serif;
font-size:14px;
}

.gcimg{
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:140px;
border-radius:10px;

}


.gcinombre{
display:flex;
justify-content:center;
align-items:center;
width:auto;
height:auto;
padding:10px;
background-color:white;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;
}

.subtitulo{
width:100%;
height:auto;
margin:5px;

}

.marco{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
width:100%;
height:auto;
}