/*html, body{
	height: 100%;
	width: 100%;
	position: relative;
}*/
body{
	/*background: url(./img/bk_cong.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: cover;*/
	background: #018a86;
	background: -moz-linear-gradient(top, #018a86 0%, #004a4a 100%);
	background: -webkit-linear-gradient(top, #018a86 0%,#004a4a 100%);
	background: linear-gradient(to bottom, #018a86 0%,#004a4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018a86', endColorstr='#004a4a',GradientType=0 );
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: justify;
	height: 100%;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
}
h1 {
	margin:2em auto 0 auto;
	font-size: 4em;
	/*text-transform: uppercase;*/
}
h1.destacado {
	margin:2em auto 0 auto;
	font-size: 4em;
	text-transform: uppercase;
}

p.destacado{
	font-size: 18px;
	margin: 16px auto 0;
	color: #bed630;
	max-width: 74%;
	text-align: justify;
}

p.destacado2{
	font-size: 18px;
	margin: 16px auto 0;
	color: #999;
	max-width: 74%;
	text-align: justify;
	line-height: 1.5em!important
}

.text-destacado{
	color: #bed630;
	/*text-transform: uppercase;	*/
	line-height: 1.5em!important
}
@media screen and (max-width:800px){
	h1.destacado {
		margin:.5em auto 0 auto;
		font-size: 20px;
		text-transform: uppercase;
	}
	p.destacado2{
		font-size: 14px;
		margin: 16px auto 0;
		color: #999;
		max-width: 90%;
		text-align: justify;
		line-height: 1.2em!important
	}
}

h2 {
	color: #bed630;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1em;
}

h3 {
	color: white;
}
h4 {
	color: #999;
}

@media screen and (max-width:768px){
	h1 {
	font-size: 2em;
	}
}

figure img{
	width: 100%;
	height: auto;
}

header{
	z-index: 1;
}

#contenido{
	z-index: 2;
	overflow: hidden;
}


aside{
	z-index: 1;
	overflow: hidden;
}

footer{
	z-index: 0;
	overflow: hidden;
}

header figure{
	box-shadow: 0 0 200px #004a4a;
}

.main{
	padding-left: 2em;
	padding-right: 2em;
}

#contenido{
	background: rgba(255,255,255,.8);
	background: white;
	height: auto;
	box-shadow: 0 0 200px #004a4a;
	padding: 0;
}


.carousel{
    background: #004a4a
}
.carousel .item{
    min-height: 180px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}

#main{
	min-height: 50vh;
	padding-bottom: 4em;
}
#disertantes{
	min-height: 50vh;
	background: #bed630;
	padding: 0 0 2em 0;
	display: block;
	margin-bottom: 2em;
}

#disertantes h2{
	color: white!important;
}

#inscripcion{
	min-height: 50vh;
}

#disertantes ul{
	display: table;
	table-layout: fixed;
	list-style:none;
	padding: 0 1em;
}
#disertantes ul li{
	display: table-cell;
	margin: 2em 0;
}
#disertantes ul li figure{
	overflow: hidden;
	border-radius: 1.5em 0 0 0 ;
}



aside .container{
	background: #018a86;
	box-shadow: 0 0 200px #004a4a;
	padding-top: 30px;
	padding-bottom: 30px;
}

aside .container figure{
	max-width: 200px;
	margin: 0 auto;
}

aside ul{
	/*padding-left: 0;*/
}
aside ul li{
	color: white;
	font-size: .8em;
}

.spacer{
	border-left: 1px solid rgba(255,255,255,.1);
}
#organizador{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.air{
	margin-top: 20px;
}

@media screen and (max-width:768px){
	aside .col-sm-6{
		text-align: center;
	}
	aside ul{
		margin: 1em auto!important;
		padding: 1em;
		border-top: 1px solid rgba(255,255,255,.1);
	}
	aside ul li{
		text-align: left;
		font-size: 1em;
	}
	.spacer{
		border-left: 0;
	}
	#organizador{
		padding-top: 0;
	}
	.air{
		margin-top: 0;
	}

}

/*-- PROGRAMA --*/
#programa{
	width: 100%;
	padding: 2em 0;
	display: block;
}
.tablagen{
  display: table;
}
.fila{
  display: table-row;
  /*transform:skewX(170deg);*/
  border-radius: .5em 0 0 0;
}
.col{
  display: table-cell;
  padding: 12px;
}

.col-hora{
	min-width: 80px;
	text-align: center;
	color:#004a4a;
	font-size: 14px;
	font-weight: 300;
}
.col-data{
	color:#004a4a;
	font-size: 14px;
	font-weight: 300;
}

.hora-t{
	background: #bed630;
	color: white;
	font-size: 14px;
	font-weight: 300;
	padding: .25em 0;
	position: relative;
	left: -.5em;
	border-radius: .5em 0 0 0;
}
.hora-t p{
	margin: 0!important;
	padding: 0!important;
	/*transform:skewX(10deg);*/
}
.data-t p{
	/*transform:skewX(10deg);*/
}
.data-t p strong{
	text-transform: uppercase;
}
.data-t p big{
	text-transform: uppercase;
	font-size: 1em;
}

#Dia01, #Dia02{
	padding: 1em;
	display: block;
}

.dis-titular{
	background: #004a4a;
	padding: 1em;
	/*transform:skewX(170deg);*/
	border-radius: .5em 0 0 0;
	margin-bottom: 1em;
}
.dis-titular h3{
	margin: 0!important;
	padding: 0!important;
	color: white!important;
	/*transform:skewX(10deg);*/
}
.grey{
	background: #f5f5f5;
}

#disertantes h2,
#programa h2,
#inscripcion h2,
#organizacion h2{
	padding-left: 1em;
}


/*-- INSCRIPCIÓN --*/
#inscripcion{
	width: 100%;
	padding: 0 0 2em 0;
	display: block;
	/* background: #f5f5f5; */
	background: #004a4a;
	position: relative;
	margin-top: 5em;
}
.f-row{
	padding: .5em;
}
.f-row input,
.f-btn input{
	width: 100%!important;
	padding: .5em;
}
.ins-titular{
	background: #bed630;
	padding: 1em;
	/*transform:skewX(170deg);*/
	border-radius: .5em;
	position: relative;
	top: -2em;
	margin-bottom: 1em;
}
.ins-titular h2{
	margin: 0!important;
	padding: 0!important;
	color: white!important;
	/*transform:skewX(10deg);*/
}
#inscripcion p{
	color: white;
    padding: 0 1em;
    font-weight: 300;
    font-size: 20px;
}
#inscripcion h3{
	color: white;
    padding: 0 1em;
    font-weight: 300;
    font-size: 32px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-warning.btn-lg{
	font-size: 20px;
	text-transform: uppercase;
	padding: 1em 2em;
}
.wpcf7-response-output,
.screen-reader-response{
	padding: 2em 1em;
	text-align: center;
	color: #bed630;
	font-size: 24px;
}

/*-- CALL TO ACTION --*/

#CTA{
	margin: 2em auto;
	text-align: center!important;
	padding-top: 4em;
}
#CTA a{
	font-size: 20px;
	text-transform: uppercase;
	padding: 1em 2em;
	margin: 2em auto!important;
}
@media screen and (max-width: 800px){
	#CTA{
		display: block;
		max-width: 90%;
		margin: 2em auto;
	}
	#CTA a{
		font-size: 20px;
		text-transform: uppercase;
		padding: 1em 2em;
		margin: 2em auto!important;
	}
}
/*-- ORGANIZACIÓN --*/
#organizacion{
	width: 100%;
	padding: 2em 0;
	display: block;
}
#organizacion article{
	padding: 0 .5em;
}
#organizacion article #tope{
	max-width: 450px;
}

#organizacion figure img{
	width: 100%;
}
#comite{
	padding-left: 20px;
	list-style: none;
	margin: 0 auto;
	width:300px;
}

#comite li{
	color: #004a4a;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}
.bullet {
    width: 1em;
    height: .4em;
    background: #bed630;
    transform: skewX(175deg);
    display: inline;
    position: absolute;
    left: -1.5em;
    top: .7em;
}

footer .container{
	background: #004a4a;
	box-shadow: 0 0 200px #004a4a;
}
footer p{
	color: rgba(255,255,255,.3);
	font-size: .8em;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
}


/*CLEARFIX*/


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
