﻿
@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');

/*.fuente {
font-family:;
}*/

.fondo {
     background-image: url("../imagenes/fondo/logo_hd_2.jpg");
     background-repeat: no-repeat;
     background-size: cover;
}

.color_mm{

    background-color: whitesmoke;
}

.fondo_slide {
     background-repeat: no-repeat;
     background-size: cover;
}

.color_texto_navbar {
    color: black;
  
}

.f_navbar {
 color :whitesmoke;
  background-color : whitesmoke   ;
    opacity: 0.9;
}


.fondo_pie_pagina {
background-color :darkgray ;
 opacity: 0.9;
}

.fondo_contenido {
 background-color : whitesmoke  ;
}



.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
 
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.cent
rado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}


.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}