/* HTML
----------------------------------------------------------------------------- */
.blockPrimary.menu{
	float: right;
}
.ac_overlay {
    background: url("images/pattern.png") repeat scroll left top transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#contentGlobal a{
	color: #fff;
}
/* Site Name
----------------------------------------------------------------------------- */
#nameSite{
	float: left;
	line-height: 90px;
	border-right: 1px solid;
	width: 300px;
	text-align: center;
	display: none;
}

/* Menu CMS & Web Servises
----------------------------------------------------------------------------- */
#menuWSCMS li, #menu-cms-user li, #menu-ws-user li{
	float: left;
}
.blockPrimary.menu{
	width: 0;
	height: 100%;
}
#closeMenuCMS, #openMenuCMS{
	display: none;
}
#view-content-header-left{
	left: 0;
    margin-top: -65px;
    position: fixed;
    top: 50%;
	overflow: hidden;
}
#menuWSCMS{
	float: right;
	display: none;
}

#menu-cms-user li a, #menu-ws-user li a, .menuGlobal{
	display: block;
    outline: medium none;
    padding: 0px 10px;
    text-align: center;
	line-height: 90px;
	height: 90px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
#menu-cms-user li a.active, #menu-ws-user li a.active, .menuGlobal.active{
	opacity : 1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter : alpha(opacity=100); /* IE < 8 */
}

#menu-cms-user li a.panel, #menu-ws-user li a.panel, .menuGlobal.panel{
	line-height: 90px;
}

/* Content CMS
----------------------------------------------------------------------------- */
.blockPrimary.content > li{
	display: none;
}
#view-content-header-right{
	position: fixed;
    top: 50%;
 	width: 100%;
}
#content-cms-user, #content-ws-user{
	float: right;
	width: 600px;
	margin-top: -60px;
}
#content-cms-user.panel, #content-ws-user.panel{
	margin-top: -220px;
}
#content-cms-user li.liPageCMS, #content-ws-user li.liPageWS{
	padding: 20px 40px;
	width: 520px;
	text-align: justify;
	height: 360px;
}
.closeContentCMSUser, .closeContentWSUser{
	position: relative;
	left: 530px;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
}
.liPageCMS h1, .liPageWS h1{
	padding-bottom: 5px;
	margin-top: -25px;
}
.galleryUserCMS li{
	margin: 5px;
}
/* Menu links
----------------------------------------------------------------------------- */
#view-content-center-right-top{
	left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
	margin-top: 25px;
}
#menu-link-user{
	text-align: center;
}
#menu-link-user li{
	float: left;
}
#menu-link-user a{
	display: block;
	padding: 10px;
}
/* Footer
----------------------------------------------------------------------------- */
#view-footer{
    bottom: 0px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    padding: 5px 0;
    height: 16px;
}
#addThis{margin:0 10px;}
#proximedia {
    display: block;
    line-height: 16px;
    margin: 0 10px;
	font-size: 15px;
	font-family: Verdana, Arial;
	color: #fff;
}
#proximedia a{
	color: inherit;
}
/* Video
----------------------------------------------------------------------------- */
.play a {
	font-family: 'EntypoRegular';
	font-size: 35px;
	display: inline;
	color: white;
	line-height: 12px;
}