	@font-face{
	font-family: 'Indivisa Text Sans Regular';
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Regular.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Regular.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Regular.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Regular.svg#indivisa') format('svg');
}
@font-face{
	font-family: 'Indivisa Text Sans Regular Italic';
	src: url('../../fonts/eot/IndivisaTextSans-RegularItalic.eot');
	src: url('../../fonts/eot/IndivisaTextSans-RegularItalic.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-RegularItalic.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-RegularItalic.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-RegularItalic.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-RegularItalic.svg#indivisa') format('svg');
}
@font-face{
	font-family: 'Indivisa Text Sans Bold';
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Bold.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Bold.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Bold.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Bold.svg#indivisa') format('svg');
}
@font-face {
	font-family: 'Indivisa Display Serif Heavy';
	src: url('../../fonts/eot/IndivisaDisplaySerif-Heavy.eot');
	src: url('../../fonts/eot/IndivisaDisplaySerif-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaDisplaySerif-Heavy.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaDisplaySerif-Heavy.woff') format('woff'),
		url('../../fonts/ttf/IndivisaDisplaySerif-Heavy.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaDisplaySerif-Heavy.svg#indivisa') format('svg');
}
html,body{
	font-family: 'Indivisa Text Sans Regular';
	font-size: 16px;
	min-width: 480px;
}
*{
	box-sizing: border-box;
}
a{
	color: #00f;
	text-decoration: none;
}
h1{
	color: #BB6700;
	font-family: Indivisa Text Sans Regular Italic;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0; 
}
.text{
	text-align: justify;
}
header{
	height: 115px;
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
}
#congreso{
	background: url(../images/congreso.png);
	background-size: cover;
	float: left;
	height: 94px;
	margin: 10px;
	width: 100px;
}
#title{
	background: #BB6700;
	color: #fff;
	float: right;
	height: 115px;
	padding: 10px 60px 0 0;
	position: relative;
	text-align: center;
	width: calc(100% - 120px);
}
#title > strong{
	display: block;
	font-family: Indivisa Text Sans Bold;
	font-size: 20px;
}
#title > span{
	color: #FFD500;
	display: none;
	font-family: Indivisa Text Sans Regular Italic;
}
#title > span strong{
	font-family: Indivisa Text Sans Bold;
}
#title > div{
	background: #706A63;
	bottom: 0;
	font-size: 14px;
	padding: 5px;
	position: absolute;
	width: 100%;
}
#title > div span{
	padding: 3px;
}
#lblMenu{
	background: url(../images/menu.png);
	background-size: cover;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 40px;
}
#chkMenu{
	display: none;
}
nav{
	max-height: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 115px;
	transition: all .3s ease;
	width: 100%;
}
nav a{
	background: #494138;
	color: #fff;
	display: block;
	padding: 10px;
}
nav a:hover,
nav a:active{
	color: #FFD500;
}
#chkMenu:checked + nav{
	max-height: 500px;
}
section{
	border-bottom: 3px solid #706A63;
	margin: 0 auto;
	max-width: 1024px;
	padding: 20px 10px;
}
#banner{
	background: #ccc;
	height: 300px;
}
form{
	background: #706A63;
	color: #fff;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
}
form .jornada{
	background: url(../images/jornada_i.png);
	background-size: cover;
	float: left;
	margin-left: 20px;
	height: 94px;
	width: 100px;
}
form .facultad{
	background: url(../images/facultad.png);
	background-size: cover;
	float: right;
	margin: 20px 20px 0 0;
	height: 53px;
	width: 200px;
}
form strong{
	display: block;
	margin: 20px;
	text-align: center;
}
form label{
	float: left;
	margin: 0 5% 5px 0;
	text-align: right;
	width: 20%;
}
form input,
form select{
	margin-bottom: 5px;
	float: left;
	width: 75%;
}
form .small{
	width: 10%;
}
form .medium{
	width: 25%;
}
form .large{
	width: 50%;
}
form button{
	background: #BB6700;
	border-radius: 5px;
	color: #fff;
	border: none;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto;
	width: 150px;
}
table{
	display: block;
	margin: 0 auto;
	max-width: 800px;
}
table th{
	background: #706A63;
	color: #fff;
}
table th:nth-child(1){
	width: 110px;
}
table tr:nth-child(odd) td{
	background: #eee;
}
table td{
	padding: 3px 5px;
}
.event{
	background: #BB6700;
	border-radius: 5px;
	color: #fff;
	border: none;
	display: inline-block;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 10px;
	text-align: center;
	width: auto;
}
#ponentes{
	margin: 0 auto;
	max-width: 800px;
}
.ponente{
	font-weight: bold;
	padding: 0 20px 20px 20px;
}
.ponente label{
	cursor: pointer;
}
.ponente label .foto{
	background-size: cover;
	border: 2px solid #BB6700;
	border-radius: 50%;
	float: left;
	height: 100px;
	margin: 0 20px 10px 0;
	width: 100px;
}
.ponente label strong{
	color: #ED1C24;
	display: block;
	font-family: Indivisa Text Sans Bold;
	font-size: 18px;
	padding-top: 20px;
}
.ponente .bio{
	font-size: 16px;
	font-weight: normal;
	max-height: 0;
	overflow: hidden;
	text-align: justify;
	transition: all .5s ease;
}
.btn{
	background: #BB6700;
	border-radius: 5px;
	color: #fff;
	border: none;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto 20px auto;
	text-align: center;
	width: 200px;
}
#gafete{
	color: #494138;
	font-size: 14px;
	margin: 0 auto;
	width: 700px;
}
#front,
#back{
	float: left;
	min-height: 500px;
	padding: 110px 0 80px 0;
	position: relative;
	text-align: center;
	width: 50%;
}
#front{
	background: #706A63;
}
.header{
	background: url(../images/facultad.png) center no-repeat #494138;
	background-size: auto 70%;
	border-radius: 0 0 10px 10px;
	left: 5%;
	height: 80px;
	position: absolute;
	top: 0;
	width: 90%;
}
.header:after{
	border-top: 1px solid #494138;
	content: '';
	left: 0;
	position: absolute;
	top: 85px;
	width: 100%;
}
#front img,
#front strong,
#front span{
	display: block;
	margin: 0 auto;
}
#front img{
	height: 94px;
	margin-bottom: 20px;
	width: 100px;
}
#front > span{
	background: #BB6700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 5px;
}
#nombre{
	background: #fff;
	padding: 20px;
}
#nombre strong{
	border-bottom: 1px solid #494138;
	font-size: 18px;
	padding-bottom: 10px;
}
.footer{
	background: #494138;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	color: #fff;
	left: 5%;
	height: 80px;
	padding-top: 20px;
	position: absolute;
	width: 90%;
}
.footer:after{
	border-top: 1px solid #494138;
	content: '';
	left: 0;
	position: absolute;
	top: -5px;
	width: 100%;
}
#qr{
	height: 200px;
	margin: 50px 0;
	width: 200px;
	z-index: 50;
}
.asis,
.asis_ex{
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 50%);
	cursor: pointer;
	display: block;
	height: 16px;
	position: relative;
	width: 32px;
}
.asis:after,
.asis_ex:after{
	background: #fff;
	border: 1px solid #999;
	border-radius: 7px;
	box-shadow: inset -1px -1px 3px rgb(0 0 0 / 30%), inset 1px 1px 3px rgb(255 255 255 / 50%);
	content: '';
	height: 14px;
	left: -1px;
	position: absolute;
	transition: all .3s ease;
	top: -1px;
	width: 14px;
}
.asis.selected:after,
.asis_ex.selected:after{
	background: #0c0;
	left: 15px;
}
footer{
	background: #706A63;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 1024px;
	padding: 20px;
	text-align: center;
}
footer img{
	display: inline-block;
	height: auto;
	width: 300px;
}

@media screen and (min-width: 768px){
	#title > span{
		display: block;
	}
}
@media screen and (min-width: 960px){
	header{
		height: 160px;
	}
	#title{
		padding-right: 0;
	}
	#title > strong{
		font-size: 24px;
	}
	#lblMenu{
		display: none;
	}
	nav{
		border: 3px solid #706A63;
		border-left: none;
		border-right: none;
		margin: 5px 0;
		max-height: 50px;
	}
	nav a{
		background: #fff;
		color: #706A63;
		display: inline-block;
		font-weight: bold;
		padding: 5px 20px;
	}
	nav a:hover,
	nav a:active{
		color: #BB6700;
	}
}