/* HTML5 ✰ Boilerplate* ==|== normalize ========================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #FF3D00; color: #fff; text-shadow: none; }
::selection { background: #FF3D00; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

* {
	margin-top: 0;
}
html {background: #fff; /*overflow:hidden;*/}

body {
	line-height: 1.5;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color: #222;
}

a, a:visited, a:active, a:focus {
	outline: 0;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	/*-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;*/
}

a:hover {
	color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

h1, h2, h3, #main-nav, .play, .back, .meta .col-1, .copyright {
	font-family: 'FunctionPro', sans-serif;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}




#main-nav {
	position: fixed;
	z-index: 10;
	width:100%;
	/*-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;*/

}

.watching {
	margin-left: -20px;
	opacity: .2;
	filter: alpha(opacity=20);
}

#main-nav ul {
	width:960px;
	height:80px;
	margin:0 auto;
	position:relative;
	background:#fff;
}

#main-nav li {
	float:left;
}
#main-nav a span {}

#main-nav a:hover {
	font-size: 18px;
}

#main-nav .active a {
	padding-right:0;
	/*background:#ff6600;*/
}

#nav-portada a {
	position:absolute;
	top:10px;
	right:12px;
	display:block;
	height:60px;
	width:150px;
	background:transparent url(../img/logotipo.png) 0 0 no-repeat;
	text-indent:-9999px;	
	}

	#nav-portada.active a {
		background: url(../img/logotipo.png) 0 0 no-repeat;
	}

#nav-quienes a {
	position:absolute;
	top:30px;
	left:0px;
	display:block;
	color:#bc9755;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	/*border:1px solid #a6803d;*/
	padding:2px 10px 2px 0; 
	}
	#nav-quienes a:hover {
		color:#b80047;
		font-family:Arial;
	font-size:16px;
		text-transform:uppercase;
		}
	#nav-quienes.active a {
		color:#b80047;
	}



#nav-servicios a {
	position:absolute;
	top:30px;
	left:163px;
	display:block;
	color:#bc9755;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	/*border:1px solid #a6803d;*/
	padding:2px 10px; 
	}
	#nav-servicios a:hover {
		color:#b80047;
		font-family:Arial;
		font-size:16px;
		text-transform:uppercase;
		}
	#nav-servicios.active a {
		color:#b80047;
	}

#nav-trabajos a {
	position:absolute;
	top:30px;
	left:320px;
	display:block;
	color:#bc9755;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	/*border:1px solid #a6803d;*/
	padding:2px 10px; 
	}
	#nav-trabajos a:hover {
		color:#b80047;
		font-family:Arial;
		font-size:16px;
		text-transform:uppercase;
		}
	#nav-trabajos.active a {
		color:#b80047;
	}

#nav-ayudarte a {
	position:absolute;
	top:30px;
	left:440px;
	display:block;
	color:#bc9755;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	/*border:1px solid #a6803d;*/
	padding:2px 10px; 
	}
	#nav-ayudarte a:hover {
		color:#b80047;
		font-family:Arial;
		font-size:16px;
		text-transform:uppercase;
		}
	#nav-ayudarte.active a {
		color:#b80047;
	}

#nav-contacto a {
	position:absolute;
	top:30px;
	left:622px;
	display:block;
	color:#bc9755;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	/*border:1px solid #a6803d;*/
	padding:2px 10px; 
	}
	#nav-contacto a:hover {
		color:#b80047;
		font-family:Arial;
		font-size:16px;
		text-transform:uppercase;
		}
	#nav-contacto.active a {
		color:#b80047;
	}



a.back:hover {
	border: none;
	background: none;
	padding-right: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* @end */

/* @group Panels */

.panel {
	position: relative;
	overflow: hidden;
	/*min-width: 540px;
	min-height: 480px*/;
}

.playing .info-container {
	left: -100%;
	opacity: .5;
	filter: alpha(opacity=50);
}

.name {
	font-style: italic;
	text-transform: uppercase;
}


/* @group Video Info */

.info-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out;
  	-moz-transition:    all 0.4s ease-out;
  	-o-transition:      all 0.4s ease-out;
  	transition: 		all 0.4s ease-out;
}

.info-wrapper {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	height: 450px;
	top: 90px;
	/*margin-top: -190px;
	border:1px solid #222;*/
}



.info {
	width: 960px;
}
	.info p {
		margin:0;
		padding:0;
		color:#2b2b2b;
		font-family: Calibri, Arial, san-serif;
		font-size: 14px;
		line-height: 20px;
		text-align:justify;
	}
.meta .col-1 {
	width: 25%;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 21px;
}

.meta .col-2 {
	width: 75%;
	font-size: 14px;
}

.naranja {color:#e75801}


/** Portada ***/

#portada .info-wrapper {
	background: url(../img/bgPortada.jpg) no-repeat;
	}

#portada .info-wrapper h1 {
	display:none;
	}


/** Quienes ***/

#quienes .info-wrapper {
	background:#fff url(../img/bgPresentacion.jpg) no-repeat;
	}
	#quienes .info-wrapper .info {
		overflow: hidden;
		padding: 35px 20px 0 25px;
		width: 435px;
	}
	#quienes .info-wrapper .info p {
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 21px;
			margin-bottom: 15px;
			text-align:justify;
		}


/***** Servicios ****/

#servicios .info-wrapper {
	/*background:url(../img/bgPersonas.jpg) no-repeat;*/
}
	#servicios .info-wrapper .info {
		padding:0;
		width:960px;
		height:450px;
	}


/** Trabajos ***/

#trabajos .info-wrapper {
	background:url(../img/bgTrabajos.jpg) no-repeat;
	}
	#trabajos .info-wrapper .info {
		overflow: hidden;
		padding: 30px 20px 0 30px;
		width: 715px;
	}

.itemTrabajo {
	float:left;
	width:329px;
	height:78px;
	background:url(../img/itemTrabajo.png) no-repeat;
	overflow:hidden;
	margin:0 25px 25px 0;
}
.itemTrabajo div {
	float:left;
	width:72px;
	padding:3px;
}
.itemTrabajo div a {
	border:0;
}
.itemTrabajo div img {
	border:0;
}
.itemTrabajo p {
	margin-left:85px;
	color:#fff;
	padding:3px 10px 0 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
}
.itemTrabajo p span {
	color:#f19107;
	font-weight:normal;
	text-align:left;
}


/*	#trabajos .info-wrapper .info p {
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 21px;
			margin-bottom: 15px;
			text-align:left;	
		}
	#trabajos .info-wrapper .info ul {
			padding:0 0 0 20px;
			margin:0;
		}
	#trabajos .info-wrapper .info ul li {
			padding:0;
			margin:0;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 21px;
			margin-bottom: 5px;
			text-align:left;
		}*/



/** Como podemos ayudarte ***/

#ayudarte .info-wrapper {
	background:url(../img/bgCertificaciones.jpg) no-repeat;
	}
	#ayudarte .info-wrapper .info {
		overflow: hidden;
		padding: 35px 20px 0 25px;
		width: 410px;
	}
	#ayudarte .info-wrapper .info p {
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 21px;
			margin-bottom: 15px;
			text-indent:0;
			text-align:left;
		}

	#ayudarte .info-wrapper .info ul.logos {
			padding:15px 0 0 0;
			margin:0;
			width:410px;
			list-style:none;
		}
	#ayudarte .info-wrapper .info .logos li {
			padding:0;
			margin:0 1px 1px 0;
			width:204px;
			display:block;
			height:69px;
			float:left;
			background:red;
			text-indent:-9999px;
		}
		
		#ayudarte .info-wrapper .info .logos li a { 
			display:block;
			width:204px;
			height:69px;
			border-bottom:none;
			}
		
	#ayudarte .info-wrapper .info .logos li.fscd {
			background:url(../img/logotipos.png) 0 0 no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.fscd:hover {
				background:url(../img/logotipos.png) 0 -139px no-repeat ;
			}
	#ayudarte .info-wrapper .info .logos li.plastics {
			background:url(../img/logotipos.png) -205px 0 no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.plastics:hover {
				background:url(../img/logotipos.png) -205px -139px no-repeat ;
			}
	#ayudarte .info-wrapper .info .logos li.bureau {
			background:url(../img/logotipos.png) 0 -70px no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.bureau:hover {
				background:url(../img/logotipos.png) 0 bottom no-repeat ;
			}
	#ayudarte .info-wrapper .info .logos li.ministerio {
			background:url(../img/logotipos.png) -205px -70px no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.ministerio:hover {
				background:url(../img/logotipos.png) -205px bottom no-repeat ;
			}
	#ayudarte .info-wrapper .info .logos li.calidad {
			background:url(../img/logotipos.png) -410px 0 no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.calidad:hover {
				background:url(../img/logotipos.png) -410px -139px no-repeat ;
			}

	#ayudarte .info-wrapper .info .logos li.pefc {
			background:url(../img/logotipos.png) -410px -70px no-repeat ;
			width:101px;
		}
		#ayudarte .info-wrapper .info .logos li.pefc:hover {
				background:url(../img/logotipos.png) -410px bottom no-repeat ;
			}
		#ayudarte .info-wrapper .info .logos li.pefc a { 
			width:101px;
			}

	#ayudarte .info-wrapper .info .logos li.ohsas {
			background:url(../img/logotipos.png) -512px -70px no-repeat ;
			width:102px;
		}
		#ayudarte .info-wrapper .info .logos li.ohsas:hover {
				background:url(../img/logotipos.png) -512px bottom no-repeat ;
			}
		#ayudarte .info-wrapper .info .logos li.ohsas a { 
			width:102px;
			}


	/*#ayudarte .info-wrapper .info .logos li.pefc  {
			width:101px;
			height:139px;
			background:url(../img/logotipos.png) -410px 0px no-repeat ;
		}
		#ayudarte .info-wrapper .info .logos li.pefc:hover {
				background:url(../img/logotipos.png) -410px -139px no-repeat ;
			}
	#ayudarte .info-wrapper .info .logos li.pefc a {
			display:block;
			width:101px;
			height:139px;
			border-bottom:none;
		}*/

/**** Contacto ***/

#contacto .info-wrapper {
	background:url(../img/bgContacto.jpg) no-repeat;
}
	#contacto .info-wrapper .info {
		padding:15px 0 0 15px;
		width:450px;	
	}

.contacto {
	width:750px;
	margin:5px 0 0 0;
	overflow:hidden;
    color: #b80047;
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    left: 120px;
    line-height: 21px;
	padding-top: 75px;
}
.intro {
	min-height:70px;
}

.contacto .izquierda {
	width:500px;
	float:left;
}
.contacto .derecha {
	margin-left:510px;
	}



	.infoContacto p {
		text-indent:0px !Important;		
	}
	.infoContacto p a {
		color:#fff !Important;	
		text-decoration:none;
		border:0;	
	}
	.infoContacto .item {
		margin-bottom:20px;
		overflow:hidden;
	}
	.infoContacto .item .label {
		width:90px;
		color: #b80047;
		font-family: Calibri;
		font-size: 14px;
	}
	.infoContacto .item p.datos {
		padding-top:2px;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height:17px;
		text-align:left;
	}

#contact_form {
    min-height: 280px;
    overflow: hidden;
}
label {
	display:block; 
	float:left; 
	width:8.5em; 
	text-align:left;
	color:#b80047; 
	font-weight:normal;
	padding:5px 0px; 
	}
label.error  { 
	position:absolute;
	top:0px;
	left:95px;
	font-weight:normal;
	text-align:left;
	width:25px; 
	background: transparent url(../img/cancel.png) no-repeat scroll left; 
	text-indent:-9999px;
	}
input.text-input { 
	margin:0;
	padding:6px 4px;
	font-size:12px;
	color:#fff; 
	width:350px;
	border:1px solid #a5916d !Important;
	-moz-border-radius:3px; 
	border-radius:3px;
	background:#aa9672;
	}
textarea.text-input { 
	margin:0;
	padding:6px 4px;
	font-size:13px !Important;
	color:#fff; 
	width:350px;
	border:1px solid #a5916d !Important;
	-moz-border-radius:3px; 
	border-radius:3px; 
	background:#aa9672;
	}
.itemForm {
	overflow:hidden;
	padding-bottom:9px;
	position:relative;
}
.botomForm {
	overflow:hidden;
	padding-bottom:0px;
}
.botonCondiciones {
	width:265px;
	float:left;
	margin-left:10em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	}
	.botonCondiciones input{ 
		margin:4px 0;
		padding:0;
		font-size:12px;
		color:#333; 
		width:18px;
		float:left;
		margin-right:0;
		}
	.botonCondiciones label {
		margin-left:25px;
		display:block; 
		float:none; 
		width:auto; 
		text-align:left;
		color:#414141; 
		font-weight:normal;
		padding:0; 
		}
	.botonCondiciones label.error  { 
		position:absolute;
		top:0px;
		left:95px;
		font-weight:normal;
		text-align:left;
		width:25px; 
		background: transparent url(../img/cancel.png) no-repeat scroll left; 
		text-indent:-9999px;
		}
	.botonCondiciones a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#414141;
		border:0;
		font-weight:bold;
	}
.botonEnviar {
	float:right;
	width:90px;
	margin-right:15px;
}

input.button {  
	padding:5px 10px;
	border:1px solid #423a2a; 
	margin:5px 0px 0px 0px; 
    color: #fffeff;
    font-family: Calibri;
    font-size: 16px; 
	text-transform:uppercase;
	background:#685b42 url(../img/boton.gif) repeat-x; 
	-moz-border-radius:2px; 
	width:90px;
	}

input.button:hover	{ 
	background:#685b42 url(../img/boton.gif) repeat-x;  
	color:white; 
	}
#message { 
	margin:0px 0 0 60px;
}
#message h2	{
    color: #2B2B2B;
    font-family: 'Arvo',serif;
    font-size: 18px; 
	text-indent:0px !Important;
}
#message p	{ 
	color:#414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:0; 
	text-indent:0px !Important;
}
#checkmark	{ 
	position:relative;
	top:-50px;
	left:-60px; 
	}




/* @end */

/* @group Share */

.share {
	width: 160px;
	height: 22px;	
	text-align: right;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 5;	
}

.twitter-share-button  {
	float: right;
	margin-left: 10px;
}

.playing .share iframe {
	opacity: .2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.playing .share iframe:hover, .playing .next-arrow:hover, .watching:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* @end */

/* @group Next Arrow */


.desplazamiento {
    height: 40px;
    position: absolute;
    right: 5px;
    top: 190px;
    width: 178px;
}
.next-arrow {
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 1px -92px;
	position: absolute;
	bottom: 0px;
	left: 0%;
	margin-left: 0px;
	z-index: 5;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
   	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.next-arrow:hover {
	background-position: 1px -87px;
	border: none;
}

.anterior-arrow {
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: -45px -92px;
	position: absolute;
	bottom: 0px;
	right: 0%;
	margin-left: -20px;
	z-index: 5;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
   	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.anterior-arrow:hover {
	background-position: -45px -87px;
	border: none;
}



.playing .next-arrow {
	opacity: .2;
	filter: alpha(opacity=20);	
}

/* @end */

/* @group Backgrounds */

/*http://css-tricks.com/perfect-full-page-background-image/*/

#portada, #contacto {
	/*background-image: url(../img/noise.gif);*/
}

#quienes .info-container {
	/*background: url(../img/06.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#ayudarte .info-container {
	/*background: url(../img/ayudarte.gif) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#servicios .info-container {
	/*background: url(../img/servicios.gif) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.oldie #quienes .info-container, .oldie #ayudarte .info-container, .oldie #servicios .info-container {
	background: none;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 500px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
  	/*Set behind content*/
    z-index: -1;
}

/* @end */

/* @end */

/* ==|== textos legales ====================================================== */

.contenido {
	width:960px;
	margin:0 auto;
}
.contenido .logotipo {
	width:960px;
	margin:0 auto;
}

.contenido .logotipo a {
    background: url("../img/logotipo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 70px;
    width: 150px;
	border:0;
	color:transparent;
	margin-top:15px;
	float:right;
}
.textoAvisos {
    margin:15px 0 20px 0;
	clear:both;
	background:#f0e8d9;
	padding:20px;
}
.textoAvisos h2 {
    font-family: Calibri, Arial,serif;
	color:#b80047;
    font-size: 25px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 15px 0;
}
.textoAvisos p {
    font-family:Arial, Helvetica, sans-serif !Important;
	color:#414141;
    font-size: 12px;
    line-height: 20px;
	text-align:justify;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (max-width: 540px) {

.panel {
	min-height: 420px;
}

.info-wrapper {
	width: 280px;
	height: auto;
	position: static;
	margin: 24px auto;
}

.info {
	width: 100%;
}

.logo, a.play {
	position: static;
	margin: 36px auto 0;
}

.play .circle, .play .triangle {
	display: none;
}

.play {
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.play:hover .title {
	opacity: 1;
}

.share {	
	text-align: left;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}

.share iframe, .twitter-share-button {
	float: left;
}

.playing .share iframe {
	opacity: 1;
}

a.back {
	opacity: 1;
	width: 280px;
	left: 50%;
	top: 20px;
	margin-left: -140px;	
}

.copyright {
	bottom: 40px;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}

#contacto .share {
	bottom: 70px;
}

#main-nav, .meta, .contacto, .next-arrow {
	display: none;
}


}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



a#fancybox-close, a#fancybox-close:visited {
    border-bottom:0 !Important;
    color: #FFFFFF;
    text-decoration: none;
}