@charset="utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);

* {
    box-sizing: border-box;
}

.contenedor {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
}

.contenedor .cajassecciones {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: inherit;
    margin-top: 1em;
}

.contenedor .cajassecciones>div {
    width: 90%;
    margin: 0 auto;
}

#footercaja {
    background-color: aquamarine;
}

body {
    font-family: 'Oswald', sans-serif;    
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#logo {
    float: left;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    max-width: 100px;
    margin: 10px;
    position: relative;
}

#logo img {
    width: 100%;
}

#logoresponsive {
    max-width: 8em;
    position: absolute;
    overflow: hidden;
    visibility: visible;
    z-index: 2;
    margin-left: 3em;
}

#logoresponsive img {
    width: 100%;
}

nav {
    margin-top: 1.4em;
    margin-right: 3em;
    z-index: 9999; 
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    padding: 0 1em; 
}

main {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 300;
}

p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
}

.contenedormapas {
    position: relative;
    width: 80%;
    height: 490px;
    float: left;
}

.contenedormapas img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.presentacion1 {
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1em;
}

#star {
    margin: -1em;
    margin-top: -1.5em;
    cursor: pointer;
}

#star img {
    width: 18px;
}

#perfilcaja {
    background-image: url(img/fdogaleria-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px; 
}

#galeriaperfil  {
    margin: auto;
}

#galeriaperfil_base {
    width: 80%;
    height: auto;
    margin: auto;
    border-radius: 5px;
    padding-top: 3.8em;
}

#galeriaperfil_base img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#galeriaperfil_miniaturas {
    display: table;
    margin: 0 auto;
}

.miniaturas {
    width: 60px;
    height: auto;
    border-radius: 5px;
    border: 1px;
    border-color: aquamarine;
    border-style: solid;
    border-width: 2px;
    margin: 1em;
    cursor: pointer;
}

#data_title {
    padding: 0.5em;
    font-size: 20px;
    border: 1px;
    border-color: aquamarine;
    border-style: solid;
    border-width: 2px; 
    letter-spacing: 0.9em;
}

#column_cont {
    display: flex;
}

.data_column {
    margin: 0   auto;
}

.data_column>p {
    text-align: left;
    padding-left: 1em;
}

.data_subtitle {
    background-color: black;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    padding-left: 1em;
    padding-right: 1.4em;
    color: white;
}

.coment_perf {
    background-color: aquamarine;
    border-radius: 5px;
    padding: 0.2em;
    margin: 1em;
    display: flex;
    padding-left: 2em;
}

.coment_perf>div {
    margin-right: 2em;
}

#usercomment {
    margin-top: 0.5em;
}

#usercomment>p {
    text-align: left;
    color: white;
}

#userlogo {
    cursor: pointer;
    float: left;
    padding: 2em;
}

#userlogo img {
    width: 40px;
}

.username {
    letter-spacing: 0.3em;
    font-size: 18px;
}

.comment_p {
    letter-spacing: 0.1em;
}

#starscomment {
    cursor: pointer;
    float: right;
    margin-top: 4.3em;
    margin-left: 5em;
    padding-right: -2em;
}

#starscomment img {
    width: 18px;
}

#mascomments {
    float: right;
}

#mascomments a {
    text-decoration: none;
    margin-right: 1em;
    color: black;
}

footer {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    background-color: aquamarine;
    height: 200px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.footer>div {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: inherit;
    margin-top: 1em;
}

#contacto {
    width: 50%;
    float: left; 
    text-align: left;
}

#contacto p {
    text-align: left;
}

#redessoc {
    width: 50%;
    float: left; 
    text-align: right;
}

.logored {
    width: 35px;
    float: right;
    margin: 0.5em;
}

#logosred{
    margin-right: -4em;
}