body {
	background-image: url(../img/img_fondo_home.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #3a271f;
	margin: 0;
    padding: 0;
}
.content-logo-home {
    width: 100%;
    margin: 3% 0 0;
}
/*.content-logo-txt {
    width: 48%;
    position: relative;
    float: left;
    margin: 0 1% 0 0;
    text-align: right;
    color: #FFFFFF;
    font-family: 'Times New Roman', Georgia, Times, Serif;
    font-style: italic;
}*/
.content-isotipo {
    max-width: 750px;
    margin: 0 auto;
}
.content-isotipo img {
    width: 100%
}
/*.anio {
    font-size: 49px;
    margin-top: 172px;
}
.titulo-prin {
    font-size: 100px;
}
.slogan {
    font-size: 38px;
}*/
.cleared {
	clear: both;
}
.content-txt-exce {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #c4b786;
    margin: 30px 0;
}
nav {
    width: 100%;
    height: 50px;
    background: hsla(360, 100%, 100%, 0.4);
}
.content-menu {
    width: 380px;
    margin: 0 auto;
}
.menu-btn {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding-top: 11px;
}
footer {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
#espaniol-show {
	display: block;
}
#espaniol-show-01 {
	display: block;
}
#espaniol-show-02 {
	display: block;
}
#english-show {
	display: none;
}
#english-show-01 {
	display: none;
}
#english-show-02 {
	display: none;
}
#portugues-show {
	display: none;
}
#portugues-show-01 {
	display: none;
}
#portugues-show-02 {
	display: none;
}


#espaniol-show-e {
	display: none;
}
#espaniol-show-01e {
	display: none;
}
#espaniol-show-02e {
	display: none;
}
#english-show-e {
	display: block;
}
#english-show-01e {
	display: block;
}
#english-show-02e {
	display: block;
}
#portugues-show-e {
	display: none;
}
#portugues-show-01e {
	display: none;
}
#portugues-show-02e {
	display: none;
}


#espaniol-show-p {
	display: none;
}
#espaniol-show-01p {
	display: none;
}
#espaniol-show-02p {
	display: none;
}
#english-show-p {
	display: none;
}
#english-show-01p {
	display: none;
}
#english-show-02p {
	display: none;
}
#portugues-show-p {
	display: block;
}
#portugues-show-01p {
	display: block;
}
#portugues-show-02p {
	display: block;
}
.menu-btn a:link,
.menu-btn a:visited {     
      color: #3a271f;
      text-decoration: none;
}
.menu-btn a:hover {
      color: #c4b786;
      text-decoration: none;
}
.menu-btn a:active {
      color: #3a271f;
      text-decoration: none;
}
.padre {
    display: table;
    height: -webkit-fill-available;
    width: 100%;
}
.hijo {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .content-isotipo {
        max-width: 90%;
    }
    .content-txt-exce {
        font-size: 20px;
        margin: 15px 0;
    }
    footer {
        margin: 15px 0;
        font-size: 11px;
    }
    .content-menu {
        width: 80%;
        margin: 0 10%;
    }
    .menu-btn {
        width: 19%;
        font-size: 13px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    nav {
        height: auto;
    }




}