@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    background-color: rgba(31, 31, 31, 0.49);
    font-family: "open_sanslight", Sans-Serif;
    color: antiquewhite;
    box-sizing: border-box;
}

body{
    padding: auto;
    margin: auto;
    background-color:rgb(224, 205, 208);
    background-image: url('../img/fondo.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
   }

header {
    margin: 0;
    left: 0;
    right: 0;
    top:0;
    width: 100%;
    position: fixed;
    display: flex;
    border: 1px;
    font-size: 1em;
    height: auto;
    background-color:rgba(0, 0, 0, 0.76);
}

.d {
    background-color: #000;
}

a {
    color:rgba(226, 226, 226, 0.95);
    text-decoration: none;
    font-weight: 500;        
    border: 2pt solid #c4acb0;
    margin: 0.2em;
    padding: 0.4em;
    transition: background-color 0.45s;
}

a:hover {
    color:rgba(226, 226, 226, 0.95);
    border: 2pt solid #867376;
    margin: 0.2em;
    padding: 0.4em;
    background: #867376;
}

a:active {
    background: #ffffff;
}

figure{
    background-color:rgba(16, 16, 16, 0.35);
    margin: 1em 3em 1em 3em;
    padding: 0.1em
}

div  {
    background-color:rgba(16, 16, 16, 0.35);
    margin: 1em 1em 1em 1em;
}

section  {
    background-color:rgba(16, 16, 16, 0.35);
    margin: 0em 3em 0em 3em;
    padding: 0.6em 0em 0.5em 0em;
}

nav{
    background-color: rgba(0, 0, 0, 0.76);
}

nav ul{
    background-color: rgba(0, 0, 0, 0.76);
}

nav ul li {
    list-style-type: none;  
}

figure ul  {
    margin: 0.5em;
    margin-top: -0.5em;
    background-color:rgba(16, 16, 16, 0.35);
    color: #d3d3d3;
    font-size: 1em;
}

figure ul li {
    margin-left: 10em;
    background-color:rgba(59, 59, 59, 0);
    list-style-type: none;
}

.t {
    background-color:rgba(59, 59, 59, 0.64);
    margin-top: 0.8em;
}

h4 {
    margin: 0em 3em -1.5em 3em;
    background-color: rgba(255, 248, 220, 0);
}

figure h2 {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    background-color:rgba(59, 59, 59, 0);
}

/*
table {     
    font-size: 0.8em;
    margin: 2em;
    width: 45em;
    margin-left: 6em;
    margin-right:3.5em;
}
th {
    font-size: 1em;
    font-weight: normal;
    padding: 0.4em;
    background:#865d65;
    border-top: 4px solid #60454a;
    border-bottom: 1px solid #fff;
    color: #fffcfc;
}
td {
    padding: 0.4em;
    background: rgba(151, 137, 165, 0.71);
    border-bottom: 1px solid #fff;
    color:#e8e8e8;
    border-top: 1px solid transparent;
}
*/

.contenedor{
    font-size: 0.8em;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
        padding-right: -3em;
}

#niv{
    background-color: #642a44 !important;
}

.elemento{
    width: 25em;
    margin: auto;
    padding: 0.3em;
    background: rgba(151, 137, 165, 0.71);
    border-bottom: 1px solid #fff;
    color:#e8e8e8;
    flex-direction: column;
    border-top: 1px solid transparent;
    align-items: flex-start;
}

.cole1,
.cole2,
.cole3{
    font-size: 1em;
    font-weight: normal;
    background:#865d65;
    border-top: 4px solid #60454a;
    border-bottom: 1px solid #fff;
    color: #fffcfc;  
    justify-content: center;
    text-align: center;
    
}




p {
    color: #f5eaec;
    background-color:rgb(67, 48, 61);
}


iframe{
    margin: 0.5em;
    padding: 0.5px;  
    margin-left: 10px; 
}

.vimeo {
    color: #fff1f3; 
    text-decoration: none;
    border: 0px;
    font-weight: 200;        
    margin: 0.5px;
    padding: 0.5px;
    font-size: 0.7em;
    background: rgba(16, 16, 16, 0.35);
}

.vimeo:hover {
    color: #c48691; 
    margin: 2px;
    padding: 2px;
    background: rgba(16, 16, 16, 0.67);
}

.vime div {
    color: #f5eaec;
    background-color:rgba(16, 16, 16, 0.35);
}

.vime div p {
    color: #f5eaec;
    background-color:rgba(16, 16, 16, 0);
    font-size: 1em;
    margin: -0.2em 0em 0em 2em;
}

footer div {
    margin: 0em;
    color: #f5eaec;
    background-color:rgb(67, 48, 61);
    border-color: #62454b;
}

.fadu {
    font-weight: 600;
    margin: 3px
}

footer {
    border: 1px;
    font-size: 0.7em;
}

.obl{
    font-size: 0.8em;
    text-align: center;
    background-color: rgb(71, 68, 74);
    color: black;
}