@font-face {
    font-family: letraEccoPivot;
    src: url("../fonts/RockwellStd.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: letraEccoPivot;
    src: url("../fonts/RockwellStd-Bold.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: letraEccoPivotCondensada;
    src: url("../fonts/RockwellStd-Condensed.otf");
    font-weight: normal;
    font-style: normal;
}

.row {
	max-width: 75em;
}

.infoWindow{
	min-width: 80px;
}
img{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.logo {
    padding: 10px 25px 10px 25px;
}

body {
    background-color: #6a7200;
}

p, li, label, .button {
    font-family: letraEccoPivot;
    font-size: 1em;
}

.button {
    background-color: #C2D000;
}

.button:hover {
    background-color: #929e00;
}

h1{
    font-family: letraEccoPivotCondensada;
    font-size: 1.5em;
    text-transform: uppercase;
    border-bottom-color: #C2D000;
    border-bottom-style: solid;
}

h2{
    font-family: letraEccoPivot;
	font-weight: bold;
    font-size: 1.1em;

}
h2.pie{
    text-align: center;
}
h3{
    color: #000000;
    font-family: letraEccoPivotCondensada;
    text-transform: uppercase;
    font-size: 1.6em;
}

h5{
    font-family: letraEccoPivot;
	list-style-type: square;
}

h5:before {
	content: "\25E2  ";
} 

.texto{
    margin-top: 15px;
}

.centrar{
    text-align: center;
}

th{
    background-color: #C2D000;
    text-align: center;
}
th.negro{
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-family: letraEccoPivot;

}
td{
    text-align: center;
}
.centraComponentes{
    text-align: center;
}

a{
    transition: 0.5s;
    color: #000000;
}
a:hover{
    color: #C2D000;
}

section {
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

header {
    background-color: white;
}

#wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

.margenMenu{
    margin-top: 25px;
}

footer {
    padding-top: 30px;
    margin-top: 50px;
    background-color: white;
}

figcaption > h2 {
	text-transform: uppercase;
	text-align: center;
}

/* Sobreescribo el Foundation para oscurecer las filas pares de las tablas */

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #d3d3d3;
}

/* Para que Foundation no estropee el mapa de Google */

#map-canvas *, #map-canvas *:before, #map-canvas *:after {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
#map-canvas img {
    max-width: none;
}
#map-canvas label {
    width: auto;
    display: inline;
}