﻿/* CUADRO DORADO */
.gci_1{
background-image: url("../img/fondoimg2.jpg");
border: 1px solid black;
margin:10px;
height:auto;
width: 90%;
padding:5px;
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%;
}

 /* CUADRO BLANCO */
 section{
display:flex;
flex-wrap:wrap;
box-sizing: content-box;
 justify-content: center; /* Centra horizontalmente */
  align-items: center;
height:auto;

width:70%;
}


.foto{
border: 1px solid black;
width:40%
height:140px;
object-position:top;
}

.descripcion{
width:90%;
height:auto;
margin:0px;
background-color:white;
padding-top:10px;
border-radius:10px;
margin-top:20px;
box-shadow: 4px 2px 5px #23282b;
}

.resena{
line-height: 1.5;
text-align:justify;
margin:10px;
padding:10px;
}

.referencia{
text-indent: -0.5in;
margin-left: 1in;
text-align:left;
padding:0px;
}

.img1_pub{
width:30%;
padding:0px;
height:auto;
}

.piedefoto{
margin-top:0px;
margin-bottom:10px;
}



.piedefoto{
font-family:sans-serif;
font-size:11px;
}

h4{
margin:20px;
}


.nombre{
box-shadow: 4px 2px 5px #23282b;
width:90%;
height:25px;
background-color:white;
border-radius:10px;
margin:5px;
display:flex;
justify-content: center; /* Centra horizontalmente */
  align-items: center;

}

.gcimg{
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:140px;
position:relative;
}


.gcinombre{
display:flex;
justify-content:center;
align-items:center;
width:auto;
height:auto;
margin:0px;
padding:10px;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;
}

.subtitulo{
width:100%;
height:auto;
margin:5px;

}
 /* MARCO QUE CONTIENE GCINOMBRE Y SUBTITULO */
.marco{
display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:center;
align-items:center;
width:100%;
height:auto;

}

