@charset "utf-8";
/* CSS Document */

body, html {
	overflow:scroll;
}

#wrapper {
    width:100%;
	min-height: 740px;
}

.logo {
    float:none;
	margin:0;
}


#nav-wrap {
	display:block;
	padding: 0 0 0 28px;
	cursor:pointer;
} 


#nav-wrap .menu {
	color: #115b6e;
	font-size:24px;
}

#nav {
    display: none;
    float: left;
    margin: 0;
    padding: 0;	
	color:#115b6e;
}

#nav li {
    color: #115b6e;
    cursor: pointer;
    display: block;
    float: left;
    padding: 2px 36px;
    width: 100%;	
}

#nav li a {
	font-size: 24px;
	color: #115b6e!important;
	text-decoration: none;
	cursor:pointer;
}

#nav li a:hover {
	text-shadow:0px 1px 4px #115b6e;
}

#menu {
	display:none;
}

#youtube {
	margin: 149px -82px 20px;
}

.bottomData {
    bottom: 0;
    position: absolute;
    right: 20px;
    width: 100%;
	overflow: visible;
}

iframe {
	width:406px;
}

#titleNameNoCopyright {
    float: right;
    width: 158px;
	right: 144px;
}

.title {
    font-size: 21px;
}

#BalletudesContent {
    min-height: 636px;
    padding: 20px 20px 0;
    width: 80%;
}

.bottomData {

    bottom: 0;
    position: relative;
    right: 20px;
    width: 100%;
    overflow: visible;

}