body{
	margin: 0;
	overflow: hidden;
	font-family: 'chaletmedium';
}

p{
	margin: 0;
	font-weight: bold
}

@font-face {
    font-family: 'chaletmedium';
    src: url('font/chaletlondonnineteensixty-webfont.eot');
    src: url('font/chaletlondonnineteensixty-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/chaletlondonnineteensixty-webfont.woff2') format('woff2'),
         url('font/chaletlondonnineteensixty-webfont.woff') format('woff'),
         url('font/chaletlondonnineteensixty-webfont.ttf') format('truetype'),
         url('chaletlondonnineteensixty-webfont.svg#chaletmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

#maincontent{
	left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#secondarycontent{
	left: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.top0{
	top: 3% !important
}

.left0{
	left:  0% !important
}

.hidemain{
	left: -100% !important
}

.showsecondary{
	left: 0% !important
}

#menucontainer{
	position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    height: 94%;
    top: 3%;
    left: 0%;
    -webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#contentlogos{
	list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
	padding: 0;
	position: relative;
	top: 38%;
	 -webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



ul#contentlogos img {
    max-width: 70%;
    cursor: pointer
}

#contentlogos li{
	-webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    width: 15%;
    display: inline-block
}



#item1{
	top: 0%;
	left: 12%;
}

#item2{
	top: 0%;
	left: 27%;
}

#item3{
	top: 0%;
	left: 42%;
}

#item4{
	top: 0%;
	left: 58%;
}

#item5{
	top: 0%;
	left: 74%;
}


.contencontainer{
	position: absolute;
    height: 94%;
    width: 72%;
    right: 8%;
    top: 3%;
    -webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
}

.hidetop{
	top: -100% !important;
	overflow: hidden
}

.hidemenu{
    top: 0px !important;
    left: 0px !important;
    z-index: -1;
}

.first{
	left: 0px !important;
	 top: 0px !important;
    z-index: 1;
}

.closedisfrute , .closesocial{
	position: absolute;
    right: 0;
    z-index: 999
}

.closedisfrute img, .closesocial img{
	width: 30px;
    padding: 5px;
}

.portada{
	width: 172px;
	height: 140px
}

.camps{
	padding: 0
}

.camps li{
	list-style: none;
	display: inline-block;
    padding-left: 10px;
}

.camps img {
    border-radius: 5px;
    border: 1px solid #232323;
}






#framecontent{
	width: 100%;
    height: 100%;
    border: 0;
    margin-top: 20px;
}






.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

#back_to_camera {
	background: rgba(255,255,255,.9);
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}
#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: fixed;
	right: 0;
	top: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}

/*DENTRO DEL FRAME*/

#contentcamp{
	
    max-width: 1200px;
    margin: auto;
}

.headercamp{
	height: 180px
}

.contentleft{
	width: 20%;
	float: left
}

.contentright{
	width: 80%;
	float: left
}

.logocamp{
	width: 70%;
	float: left
}

.logocamp img{
	width: 100%;
	padding: 5px 0px;
}

.titlecamp{
	width: 100%;
	font-size: 50px;
    text-align: center;
    color: #1D1D1B;
    background: #FFD300;
    border-radius: 5px;
    padding: 10px 0px 10px 20px
}

.backcamp{
	width: 5%;
	float: right;
	text-align: right
}

.backcamp img{
	width: 30px;
    padding-top: 10px;
    padding-right: 10px;

}

.objetivoscamp{
    color: #1D1D1B;
    background: #FFD300;
    margin-top: 10px;
    padding: 10px 0px 10px 20px;
    border-radius: 5px;
    width: 100%;
}

.menucamp{
	width: 20%;
	float: left
}

.loadcamp{
	width: 80%;
    float: left;
    height: 440px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.slider{
	margin: auto
}

.menucamp ul{
	padding-left: 40px
}

.menucamp ul li{
	list-style-type: disc;
    font-size: 18px;
    color: #FFF;
    padding-bottom: 8px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
 	-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.vp, .grafica, .radio, .tv, .byz, .subtv, .ivrr, .sms, .mail, .flyer, .merch, .redes, .banner, .publi{
	height: 440px;
	width: 100%;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: 0;
    position: absolute
	
}

.displaynone{
	display: none
}

.hidden{
	visibility: hidden
}

.hidepiece{
	left: 100%
}

.hideleftcamp{
	left: -100%;
	
}

.showpiece{
	left: 0%
}

.bjqs-prev a, .bjqs-next a{
	top: -15px !important;
    color: #FFF;
    text-decoration: none;
    font-size: 40px;
}

li.bjqs-slide{
	text-align: center
}

li.bjqs-slide a img{
	width: 100%
}

.campselected {
    padding-left: 11px;
    font-weight: bold;
    color: #FFD300 !important;
    font-size: 20px !important;
}

