")}[type="checkbox"], [type="radio"]{width: 1.6rem;height: 1.6rem}.button, [type="button"], [type="reset"], [type="submit"], button, .next, .prev{padding: 1rem 2.5rem;color: var(--color-darkGrey);background: var(--color-lightGrey);border-radius: 4px;border: 1px solid transparent;font-size: var(--font-size);line-height: 1;text-align: center;-webkit-transition: opacity 0.2s ease;transition: opacity 0.2s ease;text-decoration: none;-webkit-transform: scale(1);transform: scale(1);display: inline-block;cursor: pointer}.search-results-paging a{text-decoration: none !important}.grouped{display: -webkit-box;display: -ms-flexbox;display: flex}.grouped > input:not(:last-child), .grouped > select:not(:last-child), .grouped > .button:not(:last-child){margin-right: 16px}.button + .button{margin-left: 1rem}.buttons > .button + .button{margin-left: 0}.button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, button:hover{opacity: 0.8}.button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active, button:active{-webkit-transform: scale(0.98);transform: scale(0.98)}input:disabled, button:disabled, input:disabled:hover, button:disabled:hover{opacity: 0.4;cursor: not-allowed}.button.primary, .button.secondary, .button.dark, .button.error, .button.success, [type="submit"]{color: #fff;background-color: #000;background-color: var(--color-primary)}.button.secondary{background-color: var(--color-grey)}.button.dark{background-color: var(--color-darkGrey)}.button.error{background-color: var(--color-error)}.button.success{background-color: var(--color-success)}.button.outline{background-color: transparent;border-color: var(--color-lightGrey)}.button.outline.primary{border-color: var(--color-primary);color: var(--color-primary)}.button.outline.secondary{border-color: var(--color-grey);color: var(--color-grey)}.button.outline.dark{border-color: var(--color-darkGrey);color: var(--color-darkGrey)}.button.clear{background-color: transparent;border-color: transparent;color: var(--color-primary)}.button.icon{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.button.icon > img{margin-left: 2px}.button.icon-only{padding: 1rem}::-webkit-input-placeholder{color: #bdbfc4}:-ms-input-placeholder{color: #bdbfc4}::-ms-input-placeholder{color: #bdbfc4}::placeholder{color: #bdbfc4}.nav{z-index: 990;display: -webkit-box;display: -ms-flexbox;display: flex;min-height: 5rem;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch}.nav img{max-height: 8rem}.nav>.container{display: -webkit-box;display: -ms-flexbox;display: flex}.nav-center, .nav-left, .nav-right{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1;flex: 1}.nav-left{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start}.nav-right{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end}.nav-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}@media screen and (max-width: 480px){.nav, .nav>.container{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}.nav-center, .nav-left, .nav-right{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}}.brand{padding-left: 10px;padding-top: 7px}.card{padding: 1rem 2rem;border-radius: 4px;-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)}.card p:last-child{margin: 0}.card header > *{margin-top: 0;margin-bottom: 1rem}.tabs{display: -webkit-box;display: -ms-flexbox;display: flex}.tabs a{text-decoration: none}.tabs > a{padding: 1rem 2rem;-webkit-box-flex: 0;-ms-flex: 0 1 auto;flex: 0 1 auto;color: var(--color-darkGrey);border-bottom: 2px solid var(--color-lightGrey);text-align: center}.tabs > a.active, .tabs > a:hover{opacity: 1;border-bottom: 2px solid var(--color-darkGrey)}.tabs > a.active{border-color: var(--color-primary)}.tabs.is-full a{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto}.tag{display: inline-block;border: 1px solid var(--color-lightGrey);text-transform: uppercase;color: var(--color-grey);padding: 0.5rem;line-height: 1;letter-spacing: 0.5px}.tag.is-small{padding: 0.4rem;font-size: 0.75em}.tag.is-large{padding: 0.7rem;font-size: 1.125em}.tag+.tag{margin-left: 1rem}.bg-primary{background-color: var(--color-primary) !important}.bg-light{background-color: var(--color-lightGrey) !important}.bg-dark{background-color: var(--color-darkGrey) !important}.bg-grey{background-color: var(--color-grey) !important}.bg-error{background-color: var(--color-error) !important}.bg-success{background-color: var(--color-success) !important}.bd-primary{border: 1px solid var(--color-primary) !important}.bd-light{border: 1px solid var(--color-lightGrey) !important}.bd-dark{border: 1px solid var(--color-darkGrey) !important}.bd-grey{border: 1px solid var(--color-grey) !important}.bd-error{border: 1px solid var(--color-error) !important}.bd-success{border: 1px solid var(--color-success) !important}.text-primary{color: var(--color-primary) !important}.text-light{color: var(--color-lightGrey) !important}.text-dark{color: var(--color-darkGrey) !important}.text-grey{color: var(--color-grey) !important}.text-error{color: var(--color-error) !important}.text-success{color: var(--color-success) !important}.text-white{color: #fff !important}.pull-right{float: right !important}.pull-left{float: left !important}.is-text-center{text-align: center}.is-text-left{text-align: left}.is-text-right{text-align: right}.is-text-uppercase{text-transform: uppercase}.is-text-lowercase{text-transform: lowercase}.is-text-capitalize{text-transform: capitalize}.is-full-screen{width: 100%;min-height: 100vh}.is-full-width{width: 100% !important}.is-vertical-align{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.is-horizontal-align{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}.is-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}.is-right{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end}.is-left{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start}.is-fixed{position: fixed;width: 100%}.is-paddingless{padding: 0 !important}.is-marginless{margin: 0 !important}.clearfix{content: "";display: table;clear: both}.is-hidden{display: none !important}@media screen and (max-width: 599px){.hide-xs{display: none !important}}@media screen and (min-width: 600px) and (max-width: 899px){.hide-sm{display: none !important}}@media screen and (min-width: 900px) and (max-width: 1199px){.hide-md{display: none !important}}@media screen and (min-width: 1200px){.hide-lg{display: none !important}}article, article p, article li{font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif !important;font-size: 19px !important;line-height: 28px !important;}p{line-height: 1.5;margin: 20px 0;}p a{text-decoration: underline}h1, h2, h3, h4, h5, h6{font-weight: 800}h1{font-size: 40px}a{color: #212529;-webkit-transition: all 0.2s;transition: all 0.2s}a:focus, a:hover{color: #0085A1}blockquote{font-style: italic;color: #868e96}h1, h2, .breadlist{padding: 0;margin: 0;color: #1b894e}h1,h2{border-bottom: 1px dotted #1b894e}.bg-image{filter: blur(8px);-webkit-filter: blur(8px);height: 100%;width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover}.borde{border: 1px solid var(--color-lightGrey);padding: 10px}.relative{position: relative;text-align: center;color: white;background: #1B894E;}.centered{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%}aside{background-color:#1B894E;list-style: none}aside li, aside ul{list-style: none;padding: 0;margin: 0;margin-bottom: 10px}aside li{padding-left: 20px}@media screen and (min-width: 600px) and (max-width: 899px){aside li{font-size: 13px;white-space: initial;padding-left: 3px}}.img-content{padding-top: 10px}#imgdefault{min-height: 95px}.listado{margin-bottom: 30px}@media screen and (min-width: 960px){.imgfullwidth{width:100%;height: 100%}}@media all and (max-width: 640px){h1{font-size: 32px}h2{font-size: 25px}h3{font-size: 23px}.is-fixed{position: relative;background-color: #3f3f3f !important}.centered{padding-top:160px}aside{-ms-flex-order: 2;-webkit-order: 2;order: 2}#contenido{-ms-flex-order: 1;-webkit-order: 1;order: 1}}#contenido ol:first-child, #contenido ul:first-child{text-align: left;border: 1px solid rgb(204, 204, 204);border-top-color: rgb(204, 204, 204);border-right-color: rgb(204, 204, 204);border-bottom-color: rgb(204, 204, 204);border-left-color: rgb(204, 204, 204);margin: 5px;background-color: rgb(252, 252, 252)}#contenido ul > li{list-style: square inside}#contenido a{font-weight: bold;color: var(--color-primary);text-decoration: underline}#contenido ul > li > a{text-decoration: none}.search-results{list-style: none;margin: 0;padding: 10px}.search-entry{margin-bottom: 20px}tr td:first-child{font-weight: bold;width: 40%}.containerVideo{position: relative;width: 100%;height: 0;padding-bottom: 56.25%}.video{position: absolute;top: 0;left: 0;width: 100%;height: 100%}.breadcrumb{list-style-type: none;padding: 0;border: 0 !important}.breadcrumb li{display: inline-block;position: relative;line-height: 1.5}.breadcrumb li a{text-decoration: none !important}.fas .global-footer{line-height: 1.33333;border-top: 1px solid #e3e3e3;display: grid;font-family: "metsans";grid-template-columns: repeat(1, 1fr);margin: 0 auto}@media screen and (min-width: 834px){.fas .global-footer{grid-template-columns: repeat(2, 1fr)}}@media screen and (min-width: 1440px){.fas .global-footer{grid-template-columns: repeat(9, 1fr);grid-template-rows: 2fr auto}}.fas .global-footer a{color: #000006;font-weight: 400}.fas .global-footer a:visited, .fas .global-footer a:hover{color: inherit}.fas .global-footer .primary-button--ghost-dark{background: transparent;border: 2px solid #333333;border-radius: 4px;color: #333333;cursor: pointer;display: inline-block;font-family: "MetSans", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: calc(17px + 0.3vw);font-weight: 500;min-height: 48px;min-width: 148px;padding: 10px 20px;text-align: center;-webkit-transition: background-position 0.3s, color 0.3s;transition: background-position 0.3s, color 0.3s}.fas .global-footer .primary-button--ghost-dark:focus:not(:disabled), .fas .global-footer .primary-button--ghost-dark:active:not(:disabled), .fas .global-footer .primary-button--ghost-dark:hover:not(:disabled){background: #333333;color: #ffffff;text-decoration: none}.fas .global-footer .primary-button--ghost-dark.button--disabled, .fas .global-footer .primary-button--ghost-dark.button--disabled:hover, .fas .global-footer .primary-button--ghost-dark[disabled], .fas .global-footer .primary-button--ghost-dark[disabled]:hover{background: #4c4f50;border-color: #4c4f50;color: #F2F2F2;cursor: not-allowed}.fas .global-footer__locations{border-bottom: 1px solid #e3e3e3;grid-column: span 1;padding: calc(24px + 0.75vw) 7.5vw}@media screen and (min-width: 834px){.fas .global-footer__locations{grid-row: span 2}}@media screen and (min-width: 1440px){.fas .global-footer__locations{grid-column: span 3;padding: calc(48px + 1.5vw) calc(24px + 0.75vw)}}.fas .global-footer__logo{height: 40px;margin-bottom: calc(48px + 1.5vw);vertical-align: top;width: 120px}@media screen and (min-width: 1440px){.fas .global-footer__logo{display: inline-block;margin-right: calc(16px + 0.5vw)}}@media screen and (min-width: 1440px){.fas .global-footer__location-items{display: inline-block}}.fas .global-footer__locations-item{margin-bottom: calc(32px + 1vw)}.fas .global-footer__locations-item:last-child{margin-bottom: 0}.fas .global-footer__newsletter-label, .fas .global-footer__title{font-size: calc(16px + 0.5vw);font-weight: 500;line-height: 1.3333;font-family: "MetSans", "Helvetica Neue", Helvetica, Arial, sans-serif;margin-bottom: calc(16px + 0.5vw);padding-bottom: 0}.fixed-width .fas .global-footer__newsletter-label, .fixed-width .fas .global-footer__title{font-size: 18px;line-height: 1.2}@media screen and (min-width: 600px){.fixed-width .fas .global-footer__newsletter-label, .fixed-width .fas .global-footer__title{font-size: 20px}}.fas .global-footer__nav-item{font-size: calc(14px + 0.2vw);font-weight: 600;line-height: 18px;font-weight: 400;line-height: 1.333333;margin-bottom: calc(8px + 0.25vw)}.fas .global-footer__nav-item:last-child{margin-bottom: 0}.fas .global-footer__link-container{display: grid;grid-column: span 1;grid-template-columns: repeat(1, 1fr)}@media screen and (min-width: 1440px){.fas .global-footer__link-container{grid-column: span 6;grid-row: span 1;grid-template-columns: repeat(auto-fit, minmax(0, 1fr))}}.fas .global-footer__nav-link:hover{text-decoration: underline}.fas .global-footer__links, .fas .global-footer__newsletter{background-color: #F2F2F2;padding: calc(24px + 0.75vw) 7.5vw}@media screen and (min-width: 1440px){.fas .global-footer__links, .fas .global-footer__newsletter{padding: calc(48px + 1.5vw) calc(24px + 0.75vw)}}.fas .global-footer__links{border-bottom: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1}.fas .global-footer__bottom-bar{flex-basis: 100%;-webkit-box-flex: 1;flex-grow: 1}.fas .global-footer__links--social{border-bottom: 1px solid #e3e3e3}@media screen and (min-width: 834px){.fas .global-footer__links--social{grid-column-start: 2}}@media screen and (min-width: 1440px){.fas .global-footer__links--social{grid-column-start: 4;grid-column: span 2}}.fas .global-footer__social-item{display: inline-block;margin-right: calc(8px + 0.25vw);width: auto}.fas .global-footer__social-item:last-child{margin-right: 0}.fas .global-footer__social-link{display: inline-block;line-height: 0}.fas .global-footer__social-link:focus, .fas .global-footer__social-link:hover{color: #5d1049}.fas .social-item__icon{height: 18px;width: auto;fill: currentColor}.fas .icon--fbook{width: 16px;height: 16px}.fas .icon--twitter{width: 24px;height: 16px}.fas .icon--pinterest{width: 24px;height: 16px}.fas .icon--instagram{width: 24px;height: 16px}.fas .icon--youtube{width: 72px;height: 16px}.fas .global-footer__newsletter{border-left: 1px solid #e3e3e3}@media screen and (min-width: 834px){.fas .global-footer__newsletter{grid-column: span 4}}.fas .global-footer__info{-webkit-box-align: center;align-items: center;display: -webkit-box;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-pack: justify;justify-content: space-between;grid-column: span 1;padding: calc(16px + 0.5vw) 7.5vw}@media screen and (min-width: 834px){.fas .global-footer__info{grid-column: span 2}}@media screen and (min-width: 1440px){.fas .global-footer__info{-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;grid-column: span 9;padding: calc(16px + 0.5vw) calc(24px + 0.75vw)}}.fas .global-footer__info-items{display: inline-block}.fas .global-footer__copyright-info{font-size: calc(14px + 0.2vw);font-weight: 600;line-height: 18px;display: inline-block;font-weight: 400;line-height: 1.333333}.fas .global-footer__info-item{font-size: calc(14px + 0.2vw);font-weight: 600;line-height: 18px;display: block;font-weight: 500;margin-bottom: calc(8px + 0.25vw)}@media screen and (min-width: 834px){.fas .global-footer__info-item{display: inline-block;margin-bottom: 0;margin-right: calc(8px + 0.25vw)}}.fas .global-footer__info-item:last-child{margin-bottom: calc(16px + 0.5vw)}@media screen and (min-width: 834px){.fas .global-footer__info-item:last-child{margin: 0}}.fas .global-footer__info-link{font-weight: 500}.fas .global-footer__newsletter-inputs{display: -webkit-box;display: flex;flex-wrap: nowrap}.fas input.global-footer__newsletter-input{font-size: calc(14px + 0.2vw);font-weight: 600;line-height: 18px;border-radius: 4px;height: auto;margin-bottom: 0;margin-left: 0;margin-right: calc(8px + 0.25vw);overflow: hidden}.fas .global-footer__location-items ul, .fas .global-footer__social-items, .fas .global-footer__nav-items{margin-left: 0}.fas .global-footer__location-items ul li, .fas .global-footer__social-items li, .fas .global-footer__nav-items li{list-style: none}.fas :export{bp900: 900px;bp1200: 1200px}.fas :export{bp900: 900px;bp1200: 1200px}.fas :export{bp900: 900px;bp1200: 1200px}.fas :export{bp900: 900px;bp1200: 1200px}.fas .museum-address__name{font-size: calc(16px + 0.5vw);font-weight: 500;line-height: 1.3333;margin-bottom: calc(16px + 0.5vw)}.fixed-width .fas .museum-address__name{font-size: 18px;line-height: 1.2}@media screen and (min-width: 600px){.fixed-width .fas .museum-address__name{font-size: 20px}}.fas .museum-address__information{font-size: 0}.fas .museum-address__hours-items, .fas .museum-address__information-items{margin: 0;padding: 0;list-style: none;vertical-align: top}.fas .museum-address__hours-item, .fas .museum-address__information-item{font-size: calc(14px + 0.2vw);font-weight: 600;line-height: 18px;font-weight: 400;line-height: 1.333333;margin: 0;padding: 0;font-style: normal}.fas .museum-address__hours-item:first-child{margin-top: 0}.fas .museum-address__hours-item > span{display: block}.fas .museum-address__hours-item > span:nth-child(2){text-align: left}@media only screen and (min-width: 500px){.fas .museum-address__hours-item > span{display: inline-block;width: 50%}.fas .museum-address__hours-item > span:nth-child(2){text-align: right}}
¿Qué es un corzo (animal)? El corzo o cabirol, Capreolus capreolus, es el menor de los cérvidos europeos. De aspecto esbelto y grácil, mide hasta 135 centímetros de longitud y 75 centímetros de altura en la cruz, con un peso aproximado entre 15 y 30 kilogramos. La cornamenta o cuernos del corzo es también mucho más pequeña que en otros integrantes de la familia, mide apenas 25 cm, es rugosa en su base y acaba en 3 puntas. La pierden en noviembre y vuelve a aparecer en febrero, siendo inexistente en las hembras. La cola del corzo es mínima, por lo que puede parecer que no tenga. El pelaje vería de los tonos pardo-rojizos del verano, al gris uniforme del invierno, presentando en ambos casos una mancha blanca en los cuartos traseros. Las crías de corzo lucen el característico dibujo manchado de otros ciervos, lo que les ayuda a pasar inadvertidas.
Los corzos son animales mamíferos que forman pequeños clanes familiares compuestos por el macho, una hembra y las crías, uniéndose a otras familias sólo en invierno. Es activo al atardecer y por la noche, y se mantiene oculto en la vegetación del bosque durante el día. Capreolus capreolus es muy ágil, al correr da sorprendentes saltos y es además un gran nadador.
La presencia de los corzos se detecta por los descorches en los troncos de los árboles.
El corzo es un cérvido de masas forestales, que gracias a su pequeño tamaño se mueve con holgura entre la espesa vegetación. Vive en bosques de montaña, pero también en pastizales, prados y frecuenta incluso los campos de labor.
La población de corzos ha aumentado bastante en los últimos decenios en Europa, sin embargo, en la Península Ibérica debido a la caza incontrolada la población se recupera muy lentamente. El corzo solo está presente por las cordilleras y no está presente litoral mediterráneo y archipiélagos.
El corzo se alimenta de hojas de árboles y arbustos, líquenes, brotes, bayas, semillas y hongos.
Como otros cérvidos, el corzo capreolus capreolus tiene muy desarrollado el sentido territorial y cuando un corzo macho intruso se inmiscuye en su territorio se desata un aparatoso combate que rara vez comporta heridas graves para el perdedor.
El período de celo da comienzo en verano, pero las corzas o corzos hembras no paren hasta la primavera siguiente. Recluidas en la espesura del bosque, alumbran a un máximo de 3 crías, que al cabo de una semana ya pesan 3 kg, siendo amamantadas por su madre durante 2 meses más.