body { margin: 0; font-family: sans-serif; background: #f5f6f7;}
input{ height:40px; width:80%; font-size:24px;   border: 1px solid black; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.24) 1px 3px 8px;}
a { line-height:40px;}  h1{ font-size: 30px;}   h2{ font-size: 18px;}	h3{ font-size: 14px; margin: 4em;} 
label{ font-size:28px; margin: 4em;}     /* Para el texto del Buscador*/ 
.header { text-align: center;  font-size:32px;  font-weight: bold;  text-shadow: 2px 2px 6px pink;  padding: 32px;  background-color: #0a3a0a; 
    background-image: url("https://www.verfotos.org/static/fondoc.avif");  background-size: 100% 100%;  color: #111;  border-bottom: 3px solid #333;}
.centro{ margin: 0 auto; clear: both; padding: 20px 0; text-align:center;    }
.contenedor{ margin: 0 auto; max-width:1400px;	background-color:#f5f6f7; display:flex; flex-wrap:wrap; align-items: center; justify-content: space-between; gap:10px 10px; position: relative;}
.cabecera{margin-bottom: 3px; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-around; border-radius: 15px;width:100%;}
.marco{margin: 0 auto; overflow: hidden;  width:290px; height:400px; border: 1px solid black; background-color: #eee; padding: 1%; display: grid; vertical-align: baseline; border-radius: 10px; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.marco_grande{  margin: 0 auto; width: fit-content;	padding: 1px; order: 2; background: white; border-radius: 6px; box-shadow: inset 3px 3px 3px silver;}
.foto{  border: 1px solid black;   border-radius: 10px;   box-shadow: rgba(0, 0, 0, 0.24) 10px 10px 15px;  max-width: 100%;  max-height: 100%;  height: auto;  width: auto;}
.manifiesto{ margin: auto;  width: 80%; text-align: justify; text-justify: inter-word; } 
.botones{line-height:10px;font-size:22px; } .botones:hover{background-color:#ccc;}
