@CHARSET "ISO-8859-1";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'neue77';
    src: url('helveticaneueltstd-bdcn-webfont.eot');
    src: url('helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-bdcn-webfont.svg#helvetica_neue_lt_std77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue47';
    src: url('helveticaneueltstd-ltcn-webfont.eot');
    src: url('helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-ltcn-webfont.svg#helvetica_neue_lt_std47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*General*/
html {background: #000}
body {
	font: normal 18px/27px neue47,'helvetica neue',tahoma,sans-serif;
	color: #333333;
	background: #F6F6EB url(../img/patron_background.jpg) center top repeat;
}
a:active { 
	outline: none; 
}
a:focus, object:focus {
	outline: none;
}
strong {
	font-family: neue77,'arial-black','arial black',impact;
}
#header, #footer, #ponentes .desc {
	background: #ac7643;
}
#home .desc, #programa .desc {
	background: #CCC;
}
#home, #ponentes, #programa {
	margin-bottom: 0px
}
h1,h2 {
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	text-indent: 60px;
	padding: 40px 0 40px;
	font: normal 30px neue77,'helvetica neue',tahoma,sans-serif;	
}
a {
	text-decoration: none;
}
.desc {
	padding: 40px 40px 40px 60px;
	margin: 0 0 2em;
	margin: 0 0 0;
}
.rise {
	opacity: 0; 
	position: relative;
	top: 10px;
	transition: 0.5s ease-out;
}
.rised {
	opacity: 1; 
	top: 0px;
}
.followme {
	position: relative;
}
.followme a {
	position: absolute;
	top:-30px;
	left:50%;
	display: block;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: #ac7643 url(../img/down.png) center no-repeat;
	border-radius: 50%;
	transition: 0.5s ease-out;
	z-index:1;
}
.followme a:hover {
	background-color: #222;
}
.grid_40 {
	width: 40%;
	float: left;	
}
.grid_50 {
	width: 50%;
	float: left;	
}
.grid_60 {
	width: 60%;
	float: left;	
}
.grid_right {
	float: right;	
}
.ilustracion {
	max-width: 100%;
}

/*Header*/
#header {
	position: relative;
	background-color: #ac7643;
	background-image: url(../img/cabecera.jpg), url(../img/textura_carton.jpg);
	background-repeat: no-repeat,repeat;
	height: 123px;
	padding-top: 20px;
}
#header h1, #header #mtitle {
	margin: 0 auto;
	padding: 0 0;
	width: 373px;
	height: 98px;
	font-size: 30px;
	line-height:35px;
	text-indent: -9999px;
	background: url(../img/sprite.png) 0px 0px;
}
#header #mtitle {
	width: 460px;
	background-position: 0px -212px;
}
/*
#header h1 strong {
	display: block;
	text-align: right;
	width:200px;
}
#header h1 span {
	display:block;
	font-weight: normal;
	text-indent: 5em
}*/
#header .marcas {
	position: absolute;
	top: 50px; 
	right: 50px;
	width: 130px;
	height: 26px;
	background: url(../img/sprite.png) 0px -97px
}

/*Navegacion*/
#nav {
	position: fixed;
	top:50%;
	left:0px;
	margin-top:-75px;
	background: #222;
	overflow: hidden;
	z-index: 10;	
	transition: 1s ease-out;
}
#nav.withdraw {
	left:-55px;
}
#nav li {
	width: 30px;
	height: 30px;
	margin: 20px 10px 20px;
	position: relative;
	background:#3b3b3b;	
	overflow: hidden;
	transition: 1s ease-out;
}
#nav li:hover {
	background:#666;	
	transition: .2s ease-out;
}
#nav span {
	position: absolute;
	top: -5px;
	left:-5px;
	width: 0px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom:0px;
	left:0px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
	background:#ac7643;
	-webkit-transform: rotate(45deg);
}
#nav .active span {
	background:#ac7643;
	width: 40px;
}
#nav a {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	color: transparent;
	text-indent:-9999px;
	background: url(../img/nav-li.png);
}
#nav-home a {background-position: center top}
#nav-ponentes a {background-position: center center}
#nav-programa a {background-position: center bottom}


/*Home*/
#home #hero {
	max-width: 863px;
	margin:-2em 0px -14em 2em;
	position:relative;
	float: right;
}
#home #hero #photo {
	width: 100%;
	height: auto;
}
#home #photo img {
	max-width: 100%;
}
#home .trazo {
	position: absolute;
	top:0px;
	left:0px;
	width: 0%;
	height: 0%;
	overflow: hidden;
	border-radius: 0 0 1% 0;
}
#home #trazo1 {
	width: 2%;
}
#home h2 {
	clear: both
}
#home .desc p {
	width:38%;
}

/*Ponentes*/
#ponentes {
	margin-top: 200px;
}
#ponentes .desc {
	background: #ac7643 url(../img/textura_carton.jpg);
	clear: right;
}
#ponentes .ilustracion {
	display: block;
	margin: 0 auto;	
}
#ponentes h2 {
	text-indent: 0;
}
#ponentes ul {
	max-width: 1280px;
	margin: 0 auto;
	overflow: visible;
	text-align: center;
	clear:left
}
#ponentes li {
	display:inline-block;
	text-align: center;
	width: 33%;
	vertical-align: top;
}
#ponentes li strong {
	display: block;
	padding-bottom: 20px;
}
#ponentes li img {
	width: 180px;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 11px;
	margin: 20px 0;
}
#ponentes li a {
	color: #000;
	display: block;
	transition: .6s ease-in;
	max-width: 250px;
	margin: 0 auto;
}
#ponentes li a:hover {
	background: #fff;
	border-bottom: 1px solid #000;
	padding-bottom: 300px;
	margin-bottom: -300px;
	position: relative;
	z-index: 10;
	transition: padding .2s ease-in, margin .2s ease-in, background .5s ease-out;
}
#ponentes li span {
	display: block;
	line-height: 1.5em;
	padding:0 1em;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .5s .05s ease-in;
	font-size: 16px;
	line-height: 18px;
}
#ponentes li a:hover span {
	height: 280px;
	margin-bottom:-280px;
	opacity: 1;
}
#ponentes li span em {
	display: none;
}

/*Programa*/
#programa {
	clear: both;
	margin-top: 200px;
}
#programa .ilustracion {
	top: -110px;
}
#programa .desc {
	clear: left;
}
#programa ol {
	clear: both;
	margin: 0 40px 100px 60px;
}
#programa h3, #programa ul li {
	border-bottom: 1px solid #ac7643;
}
#programa h3 {
	color: #ac7643; 
	line-height: 4em;
}
#programa ul li {
	padding: 2em 0 1.5em;
	clear: both;
	overflow: hidden;
}
#programa ul li:target {
   background: #fff;
}
#programa ul .time {
	display: block !important;
	float: left;
	width: 10% !important;
	color: #ac7643; 
	display: inline-block;
	width: 4em;
	font-weight: normal;
}
#programa ul h4 {
	display: block;
	float: left;
	width: 30%;
}
#programa ul p {
	display: block;
	float: left;
	width: 60%;
}
#programa ul p a {
	display: block;
	float: right;
	width: 102px;
	height: 102px;
	margin: 0 5px 0 10px;
}
#programa ul p a span {
	display: block;
	width: 100px;
	height: 100px;
	background: #ddd;
	color: #222;
	text-align: center;
	line-height: 100px;
	border: 1px solid #666;
	border-radius: 50%;
	transition: .5s ease-out;	
	font-family: neue77;
	font-size: 16px;
	text-transform: uppercase;
}

#programa ul p a:hover span {
	background: #444;
	color: #fff;
}
#programa ul p a.hover span {
	background: #444;
	color: #fff;
	-webkit-animation: inscIn 0.7s ease-out;
	-moz-animation: inscIn 0.7s ease-out;
	animation: inscIn 0.7s ease-out;
}
#programa .talleres .time {
	width: 25% !important;
}
#programa .talleres h4 {
	width: 25% !important;
}
#programa .talleres p {
	width: 50%;
}
#programa .ciudades strong {
	display: block;
	float: left;
	width: 25%;
}
#programa .ciudades p {
	width: 75%;
	font-size: 16px;
}
#programa .ciudades a {
	display: block;
	float: left;
	width: 50%;
	height: 1.5em;
	color: inherit;
	text-decoration: underline;
}

#programa .ciudades .time {width:auto !important; float: none !important;height:1.5em}
/*ISOI*/
#isoi h3 {
	background: #000 url(../img/isoi-bg.jpg) center no-repeat;
	background-size: cover;
	height:80px;
	padding: 20px 0 0;
	clear: both;
}
#isoi h3 img {
	display: block;
	width: auto;
	height: 63px;
	margin: 0 auto;
}
#isoi div {
	background: #000;	
}
#isoi ul {
	margin: 0 auto;
	padding: 50px;
	overflow: visible;
	text-align: center;
	clear:left
}
#isoi li {
	display:inline-block;
	text-align: center;
	width: 19%;
	vertical-align: top;
	font-size: 14px;
}
#home #isoi li {
	width: 16%;
}
#isoi li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#isoi li a {
	color: #fff;
	display: block;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	transition: .5s ease-out;
}
#isoi li a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	color: #ac7643;
}

/*Promo */
.thechristmas #home {
	background: #d1d1d1;
}
#promo {
	overflow: visible;
	min-height: 525px;
	position: relative;
}
#logos {
	background: url(../img/promo_logo.png) center no-repeat;
	width: 170px; 
	height: 61px;
	float: left;
	position: absolute;
	top: 32px;
	left:60px;
}
#trio {
	text-align: center;
	padding: 96px 50px 46px;
}
#trio img {
	margin: 0 auto;
	max-width: 100%;
}
#cuerpo {
}
#cuerpo h1 {
	background: #1a171b url(../img/promo_franja-r.png) right center no-repeat;
	font-size: 37px;
	line-height: 43px;
	padding: 0px 30px 0 60px;
	color: #fff;
	position: relative;
	min-height: 186px;
	text-transform: none;
}
#cuerpo h1 div {
	height: 186px;
	display: table;
}
#cuerpo h1 div div {
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
#cuerpo h1 span {
	display: block;
	background: url(../img/promo_franja-l.png) center no-repeat;
	width: 98px;
	height: 186px;
	position: absolute;
	bottom: 0px;
	left:-98px;
}
#cuerpo p {
	padding: 30px 30px 42px 60px;
}
#cuerpo p small {
	font-size: 14px;
}
#cuerpo p small a {
	text-decoration: underline;
	color: #000;
}
#legalintel {
	width: 386px;
	height: 74px;
	background: url(../img/promo_intel.png) center no-repeat;
	display: block;
	float: right;
	position: relative;
	top: -30px;
}

/*Footer*/
#footer {
	text-align: right;
	height: 335px;
	background: #ac7643 url(../img/pie.jpg) center repeat-x;
	position: relative;
}
#footer .marcas {
	position: absolute;
	bottom: 50px; 
	right: 50px;
	width: 130px;
	height: 26px;
	background: url(../img/sprite.png) -130px -98px
}

/*Notificacion*/
#notif {
	position: fixed;
	bottom: 100px;
	right: -450px;
	z-index: 15;
	cursor: pointer;
	width: 352px;
	height: 352px;
}
#notif img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	position: absolute;
	top:0px;
	left:0px;
}
#notif1 {
	margin:-150px 0 0 -70px;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	transition: 1s ease-out;
}
#notif2 {
	margin:0px 0 0 0px;
	-webkit-transition: 1s .5s ease-out;
	-moz-transition: 1s .5s ease-out;
	transition: 1s .5s ease-out;
	border-radius: 50%;
}
#notifx {
	margin:-30px 0 0 330px;
	-webkit-transition: 1s 1.1s ease-out;
	-moz-transition: 1s 1.1s ease-out;
	transition: 1s 1.1s ease-out;
}
#notif.show img {
	left: -500px;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
#notif.show #notif2 {
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.4);
}


@media (max-width:1180px) {
	#home #hero {margin-bottom:-8em;}
	#home .desc p { width: auto}
}
@media (max-width:1024px) {
	#ponentes li {width: 32%}
}
@media (max-width:940px) {
	#home #hero {margin-bottom:-2em;}
}
@media (max-width:768px) {
	#home #hero {margin-bottom:-1em;}	
	#ponentes li,#isoi li, #home #isoi li {width: 49%}
	#programa ul .time {width: 20% !important}
	#programa ul h4 {width: 80%}
	#programa ul p {width: auto; float: none; clear: both; padding-top:10px}
	
	.grid_50, .grid_60, .grid_right {float: none; width: auto;}
	#ponentes h2 {text-indent: 60px}
	#programa .ilustracion {top: 0px;}
	
	#programa .talleres .time {width: 50% !important;}
	#programa .talleres h4 {width: 50% !important;}
	#programa .talleres p,#programa .ciudades p {width: 100%;}
}
@media (max-width:480px) {
	#header {height: 163px;}
	#header .marcas {position: static;margin: 0px auto 20px;}
	#ponentes li {display: block; width: auto}
	#programa ul .time, #programa ul h4,#programa .talleres .time,#programa .talleres h4
		{float: none; width: auto !important}
	#programa p {position: relative; padding-bottom: 120px}
	#programa .talleres p,#programa .ciudades p {padding-bottom: 0;}
	#programa .ciudades p{font-size: 14px}
	#programa .insc{position: absolute; bottom: 0px; left: 50%; margin-left: -50px}
	/*Cambio efectos hover ficha*/
	#ponentes li span em {
		display: block;
		height: 2em;
	}
	#ponentes li a:hover {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#ponentes li span {
		height: 2em;
		transition: none;
		cursor: pointer;;
		opacity: 1;
	}
	#ponentes li a:hover span {
		height: 2em;
		margin-bottom:0px;
		opacity: 1;
	}
	#ponentes li a span.show {
		height: auto;
	}
}


@-webkit-keyframes inscIn {
	0% { -webkit-transform: scale(1) rotateY(0deg);}
	20% { -webkit-transform: scale(0.8) rotateY(40deg); }
	40% { -webkit-transform: scale(1.1) rotateY(90deg); }
	100% { -webkit-transform: scale(1) rotateY(360deg); }
}
@keyframes inscIn {
	0% { transform: scale(1) rotateX(0deg);}
	20% { transform: scale(0.8) rotateX(40deg); }
	100% { transform: scale(1.2) rotateX(360deg); }
}