/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}


/* All of it!
-------------------------------------------------------------------------------*/

/* FONTS - EFFRA
-------------------------------------------------------------------------------*/

@font-face {
				font-family: 'Effra-Bold';
				src: url('../fonts/effrabold.eot');
				src: url('../fonts/effrabold.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/effrabold.woff') format('woff'),
						 url('../fonts/effrabold.ttf') format('truetype'),
						 url('../fonts/effrabold.svg#effrabold') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'Effra-BoldItalic';
				src: url('../fonts/effrabolditalic.eot');
				src: url('../fonts/effrabolditalic.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/effrabolditalic.woff') format('woff'),
						 url('../fonts/effrabolditalic.ttf') format('truetype'),
						 url('../fonts/effrabolditalic.svg#effrabolditalic') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'EffraLight-Regular';
				src: url('../fonts/effralight.eot');
				src: url('../fonts/effralight.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/effralight.woff') format('woff'),
						 url('../fonts/effralight.ttf') format('truetype'),
						 url('../fonts/effralight.svg#effralight') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'EffraLight-Italic';
				src: url('../fonts/effralightitalic.eot');
				src: url('../fonts/effralightitalic.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/effralightitalic.woff') format('woff'),
						 url('../fonts/effralightitalic.ttf') format('truetype'),
						 url('../fonts/effralightitalic.svg#effralightitalic') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'EffraMedium-Regular';
				src: url('../fonts/efframedium.eot');
				src: url('../fonts/efframedium.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/efframedium.woff') format('woff'),
						 url('../fonts/efframedium.ttf') format('truetype'),
						 url('../fonts/efframedium.svg#efframedium') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'EffraMedium-Italic';
				src: url('../fonts/efframediumitalic.eot');
				src: url('../fonts/efframediumitalic.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/efframediumitalic.woff') format('woff'),
						 url('../fonts/efframediumitalic.ttf') format('truetype'),
						 url('../fonts/efframediumitalic.svg#efframediumitalic') format('svg');
				font-weight: normal;
				font-style: normal;
		}

.wrapper {
	width: 100%;
	height: 360px;
}

.content {
	width: 940px;
	height: 360px;
	/*background-image: url('../imgs/grid.png');*/
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer {
	height: 150px;
	width: 100%;
	background-color: #8faf3d;
}

#info {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	/*background-image: url('../imgs/grid.png');*/
}

#logo {
	width: 300px;
	height: 160px;
	background: url('../imgs/clipp-logo.png') no-repeat;
	position: absolute;
	top: 140px;
	left: 318px;
}

.clientes {
	color: #c4c2c1;
	font-family: 'Effra-Bold', helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
	width: 100%;
}

#que-hacemos {
	width: 140px;
	line-height: 20px;
	font-size: 16px;
	color: #858584;
	font-family: 'Effra-Bold', helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 320px;
	-webkit-transition: color 0.5s ease-in;  
	-moz-transition: color 0.5s ease-in;  
	-o-transition: color 0.5s ease-in;  
	transition: color 0.5s ease-in;  
	cursor: pointer;
	letter-spacing: 1px;
}

#que-hacemos:hover {
	color: #8faf3d;
}

#download {
	width: 140px;
	line-height: 20px;
	font-size: 16px;
	color: #858584;
	font-family: 'Effra-Bold', helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 478px;
	-webkit-transition: color 0.5s ease-in;  
	-moz-transition: color 0.5s ease-in;  
	-o-transition: color 0.5s ease-in;  
	transition: color 0.5s ease-in;  
	cursor: pointer;
	letter-spacing: 1px;
}

#download:hover {
	color: #8faf3d;
}

#quienes {
	font-size: 12px;
	color: #858584;
	font-family: 'EffraMedium-Regular', helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	padding-top: 16px;
}

#hacemos {
	width: 620px;
	height: 132px;
	background: transparent url('../imgs/servicios.png') bottom left no-repeat;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.slider {
	width: 940px;
	height: 60px;
	position: absolute;
	top: 60px;
	left: 0;
}

.footer-cont {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.footer-box {
	width: 100%;
	height: 150px;
	font-family: 'EffraMedium-Regular', helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	padding-top: 16px;
	float: left;
	position: relative;
}

.footer-box a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#area01 {
	width: 100%;
	height: 100%;
	background: url('../imgs/eventos-corporativos.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area02 {
	width: 100%;
	height: 100%;
	background: url('../imgs/desfiles.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area03 {
	width: 100%;
	height: 100%;
	background: url('../imgs/btl.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area04 {
	width: 100%;
	height: 100%;
	background: url('../imgs/01.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area05 {
	width: 100%;
	height: 100%;
	background: url('../imgs/mox.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area06 {
	width: 100%;
	height: 100%;
	background: url('../imgs/sociales.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#area07 {
	width: 100%;
	height: 100%;
	background: url('../imgs/fiestas.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(255, 255, 255, 0.65);
}

.top-content {
	width: 940px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	position: relative;
}

.sc-title {
	font-family: 'EffraMedium-Regular', helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #666;
	margin-top: 33px;
	border-bottom: 1px solid #666;
	width: 98px;
	padding-bottom: 16px;
}

.close {
	font-family: 'EffraMedium-Regular', helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #666;
	position: absolute;
	top: -10px;
	right: 0;
	cursor: pointer;
	-webkit-transition: color 0.5s ease-in;  
	-moz-transition: color 0.5s ease-in;  
	-o-transition: color 0.5s ease-in;  
	transition: color 0.5s ease-in;  
}

.close:hover {
	color: #1c74bb;
}

.browser, .browser a {
	font-family: 'EffraMedium-Regular', helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	color: #666;
	margin-top: 44px;
}

.browser a {
	cursor: pointer !important;
}

.browser a:hover {
	color: #1c74bb;
}

.lightbox-logo {
	background-image: url('../imgs/logo-lightbox.png');
	width: 143px;
	height: 99px;
	position: absolute;
	top: 14px;
	right: 0;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 940px;
	height: 60px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 940px;
	height: 60px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 780px;
	height: 60px;
}

.footer.customisable-border {
	display: none !important;
}

.arrow-right-01, .arrow-right-02, .arrow-right-03, .arrow-right-04, .arrow-right-05, .arrow-right-06, .arrow-right-07 {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	background: url('../imgs/right.png') top left no-repeat;
	z-index: 10000000000000000;
	width: 40px;
	height: 40px;
}

.arrow-left-01, .arrow-left-02, .arrow-left-03, .arrow-left-04, .arrow-left-05, .arrow-left-06, .arrow-left-07 {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	background: url('../imgs/left.png') top left no-repeat;
	z-index: 10000000000000000;
	width: 40px;
	height: 40px;
}