@font-face {
    font-family: letraMasterPivot;
    src: url("../fonts/KievitOT-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: letraMasterPivot;
    src: url("../fonts/KievitOT-Italic.otf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: letraMasterPivot;
    src: url("../fonts/KievitOT-Bold.otf");
    font-weight: bold;
    font-style: normal;
}
img{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.redondeo{
    border-radius: 7px;
}

p, li, div, label{
    font-family: letraMasterPivot;
    font-size: 1em;
}

label {
    color: white;
}

.button {
    font-family: letraMasterPivot;
    background-color: #E74F1D;
}

.button:hover {
    background-color: #e79f81;
}

textarea {
    font-family: letraMasterPivot;
    height: 12em;
}

input {
    font-family: letraMasterPivot;
}

h1{
    font-family: letraMasterPivot;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom-color: #E74F1D;
    border-bottom-style: solid;
    color: #ffffff;
}

h2{
    font-family: letraMasterPivot;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
}
h2.pie{
    text-align: center;

}
.texto{
    margin-top: 15px;
}
.centrar{
    text-align: center;
}

th{
    background-color: #E74F1D;
    text-align: center;
}
th.negro{
    background-color: #000000;
    color: white;
    font-weight: bold;
}
td{
    text-align: center;
}
.centraComponentes{
    text-align: center;
}

.paddingArriba{
    padding-top: 90px;
}
#wrapper{
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    position: relative;

}
.forzarDerecha{
    float:right;
}

/*
#background{
    background: url("../img/portada.jpg") no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.background{
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
}

.margen{
    margin-top: 30px;
    margin-bottom: 30px;
}
.fondoNaranja{
    background-color: rgba(0,0,0,0.8);
    color: #E74F1D;
    border-radius: 12px;
}
nav li{
    list-style-type: none;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: -8px;
}
.paddingMenu{
    padding-left: 12px;
    padding-right: 12px;
}
nav ul{
    margin-top: 20px;
}
nav ul li p{
    text-transform: capitalize;
    text-indent: 20px;
    font-style: italic;
    margin: 0;
}
.fondos{
    position: relative;
    margin: 0;
}

.texto{
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    color: #000000;
    padding: 10px;
    font-weight: bold;
    color: #E74F1D;
    font-size: 1.3em;
    text-transform: uppercase;
}
.descripcion{
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
.texto1{
    top: 17px;
    right: 0;
}
.descripcion1{
    top: 82px;
    right: 0;
    left: 20%;
}
.texto2{
    top: 17px;
    left: 0;
}
.descripcion2{
    top: 82px;
    left: 0;
    right: 20%;
}
.texto3{
    top: 17px;
    right: 0;
}
.descripcion3{
    top: 82px;
    right: 0;
    left: 20%;
}
.texto4{
    top: 17px;
    left: 0;
}
.descripcion4{
    top: 82px;
    left: 0;
    right: 20%;
}
.row{
    max-width: 80em;
}
#wrapper{
    margin-top: 0;
    margin-bottom: 0;
}
a{
    transition: 0.5s;
    color: #E74F1D;
}
a:hover{
    color: white;

}
.margenArriba {
	margin-top: 40px;
}

#politica-privacidad {
	color: black;
}

input[type='text'], input[type='text']:focus,
input[type='email'], input[type='email']:focus,
textarea, textarea:focus {
	background-color: rgba(0,0,0,0.5);
	color: white;
}

/* 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;
}