body {
	/*background-color: #ffffff;*/	
	color: #606060;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	
}

::-moz-selection {
 background-color: #FFDB15;
 color: #293584;
 opacity: .5;
}
::selection {
	background-color: #FFDB15;
	color: #293584;
	opacity: .5;
}
img, a {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}
a {
	text-decoration: none;
	color: #293584;
}
	
header {
	height: 60px;
	position: relative;
	background-color: transparent;
}
header h1 {
	color: #9aa6af;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}
.uml-logo {
	background-image: url('http://www.mercadolibre.com/org-img/mkt/charlas/mla/2017/img/logo-ml.png');
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin: 7px 15px 0;
}
#menu {
	width: 100%;
	position: absolute;
	background-color: #ffe600;
	top:0;
	z-index:2000
}



section {padding-top:67px;}
h1, h2, h3, h4, h5 {font-weight: 700!important}
h3 {padding-bottom:3rem}
 @-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
.yellow {
	position: fixed !important;
	z-index: 2;
	top: 0;
	background-color: #FFE600;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	animation-duration: .7s;
}
.menuIcon {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	display: none;
	/*z-index:50*/
}
.menuIcon:hover li {
	background-color: #000;
}
.menuIcon li {
	width: 30px;
	height: 4px;
	background-color: #606060;
	border-radius: 3px;
	margin: 5px 0;
}
.menuIcon.open-nav li {
	background-color: #293584;
}
nav {
	position: absolute;
	top: 0;
	right: 5px;
}
nav li {
	float: left;
	display: inline-block;
}
nav li a {
	font-size: 15px;
	color: #606060;
	padding: 20.5px 15px 27px;
	display: block;
	font-weight: 300;
	border-bottom: solid 2px transparent;
		line-height:1.15

}
nav li a:hover {
	border-bottom: solid 2px #293584;
	text-decoration:none;
	color: #606060;

}
nav li a:active {
	color: #293584;
}
nav li.social-link a {font-size:3rem; padding:15px 15px 16px; cursor:pointer}
nav li.social-link a i span {display:none}
nav li.social-link a.fb {color:#3b5998}
nav li.social-link a.tw {color:#00aced}

nav li.social-link a:hover {color:#606060; 
}
@media screen and (max-width: 930px){
nav li a { padding:22.5px 4px 25px;}
nav li.social-link a { padding:15px 2px 16px;}
	
}

#headerText {
	margin-top: 5%;
}
#sponsors {
	text-align:center
}

#mapa {
	padding: 4% 0 0;
	margin-top:4%;
	background-color: #F2F2F2;
	text-align:center
}
#mapa h4 {
	margin-bottom: 1%;
}
#googleMap {
	margin-top: 5%;
}
#presentaciones {
	/*background-color: #FFE600;*/
	position: relative;
	z-index: 1;
}
#presentaciones ul {
	text-align:center;
}
#presentaciones li {
	display: inline-block;
	margin: 0% 2% 2% 2%;
	text-align:center;
	width:20%;
	vertical-align:middle;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 3.5+ */
}
#presentaciones li:hover {
	filter: none;
	-webkit-filter: none;
}
#presentaciones img {
	border-radius: 50% 50% 50% 50%;
	border: solid 5px #ffffff;
}
#presentaciones p {
	font-size: 17px;
}
#presentaciones strong {
	font-weight: 900;
}
.subArticle {
	margin: 5% 0 7%;
}
.subArticle li {
	width: 45%;
	text-align: left;
	display: inline-block;
	font-size: 11px;
}
.subArticle li:last-child {
	margin-left: 6%;
	float: right;
}
.iconsUML {
	width: 100%;
	margin-top: 2%;
	display: inline-block;
}
.iconsUML h4 {
	font-size: 18px;
	margin-bottom: 5%;
}
.iconsUML li {
	float: left;
	width: 21%;
	font-size: 1em;
}
.iconsUML li:first-child {
	padding: 0 2% 0 0 !important;
}
.iconsUML li:last-child {
	padding: 0 0 0 2% !important;
}
.iconsUML p {
	font-size: 0.86em;
}
.iconsUML b {
	margin-bottom: 10px;
}
.entradas {
	margin-top: 5%;
}
#bottom {
	background: #FFDB15;
	padding: 20px;
	text-align: center;
}
#bottom a {
	font-weight: 700;
}
#bottom a:hover {
	color: #969696;
}
@media screen and (max-width: 995px) {
	#presentaciones li {
	    display: inline-block;
	    margin: 0% 2% 2% 2%;
	    text-align: center;
	    width: 27%;
	    vertical-align: middle;
	}
	#presentaciones0 .videoWrapper {
	margin-bottom: 25px;
}
}
@media screen and (max-width: 925px) {
	#menu {
    position: absolute;
    display: none;
}
}
@media screen and (max-height: 768px) {
.banner > .uml-banner {
	padding-top: 120px;
	height: 572px;
}
}
@media only screen and (max-width: 768px) {
#menu {
	position: absolute;
}
#presentaciones p {
    font-size: 14px;
}
}
@media only screen and (max-width: 630px) {
#presentaciones li {
	    display: inline-block;
	    margin: 0% 2% 2% 2%;
	    text-align: center;
	    width: 100%;
	    vertical-align: middle;
	}
.speakers-box {
	min-width: 340px;
	width: 340px;
	margin: 0 auto;
}
#presentaciones img {
	float: left;
}
.txt-spkr {
    padding-top: 35px !important;
    float: left;
    width: 175px;
}

}
@media only screen and (max-width: 600px) {
#menu {
	position: absolute;
	display: none;
}
header {
	height: 60px;
	z-index: 2;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #FFDB15;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.txt-charlas {
	font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 15px !important;
 	text-align: center;
}
h3 {
    padding-bottom: 0.8rem;
}

section {padding-top:60px}
nav.slide li a {
    padding-bottom: 20.5px;
}

header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
	float: right;
}
.menuIcon {
	display: block;
	list-style-type:none;
	z-index:50
}
/*  Nav Drawer Layout  */
nav {
	position: relative;
}
nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 22px 25px;
	letter-spacing: 3px;
	font-size: 14px;
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #141e23;
}
nav li a:hover {
	color: #293584;
	font-weight: 400;
	background-color: #FFDB15;
}

nav li.social-link a {padding:15px 25px 16px 25px}

nav li.social-link a i span {
	display: inline-block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	padding-left:1rem;
    color: #606060;
    font-weight: 300;
    line-height: 1.15;
	vertical-align:.5rem}
*/
/* NAVIGATION ANNIMATION */
nav {
	width: 240px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #F2F2F2;
	opacity: 0;
	-webkit-transform: translate3d(5%, 0, 0)scale(.97);
	-moz-transform: translate3d(5%, 0, 0)scale(.97);
	transform: translate3d(5%, 0, 0)scale(.97);
}
/*Nav Expanding Open Effect*/
nav.open-nav {
	opacity: 1;
	height: 500px;
	-webkit-transform: translate3d(0, 0, 0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	-moz-transform: translate3d(0, 0, 0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	transform: translate3d(0, 0, 0)scale(1);
	animation: slideIn .35s ease-in-out;
	z-index:3
}
nav.open-nav ul {
	padding-left:0
}
}
/*#presentaciones li {
	width:70%;
}*/


@-webkit-keyframes slideIn {
 0% {
opacity: 0;
-webkit-transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)scale(1);
}
}
@-moz-keyframes slideIn {
 0% {
opacity: 0;
-moz-transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
-moz-transform: translate3d(0, 0, 0)scale(1);
}
}
@keyframes slideIn {
 0% {
opacity: 0;
transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0)scale(1);
}
}
/*Nav Shrinking Closed Effect*/
nav.closeclose-nav {
	opacity: 0!important;
	-webkit-transform: translate3d(5%, 0, 0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	-moz-transform: translate3d(5%, 0, 0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	transform: translate3d(5%, 0, 0)scale(.97);
	animation: slideOut .3s ease-in-out;
	float:none
}
@-webkit-keyframes slideOut {
 0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(5%, 0, 0)scale(.97);
}
}
@-moz-keyframes slideOut {
 0% {
opacity: 1;
-moz-transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: 0;
-moz-transform: translate3d(5%, 0, 0)scale(.97);
}
}
@keyframes slideOut {
 0% {
opacity: 1;
transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: 0;
transform: translate3d(5%, 0, 0)scale(.97);
}
}

/* Animación del Contentido*/
.content {
	/* starting point */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}
/*Content Sliding Open Effect*/
header.open-nav, .content.open-nav {
	-webkit-transform: translate3d(240px, 0, 0);
	-webkit-animation: open .5s ease-in-out;
	-moz-transform: translate3d(240px, 0, 0);
	-moz-animation: open .5s ease-in-out;
	transform: translate3d(240px, 0, 0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 70% {
-webkit-transform: translate3d(260px, 0, 0);
}
 100% {
-webkit-transform: translate3d(240px, 0, 0);
}
}
@-moz-keyframes open {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 70% {
-moz-transform: translate3d(260px, 0, 0);
}
 100% {
-moz-transform: translate3d(240px, 0, 0);
}
}
@keyframes open {
 0% {
transform: translate3d(0, 0, 0);
}
 70% {
transform: translate3d(260px, 0, 0);
}
 100% {
transform: translate3d(240px, 0, 0);
}
}
/*Content Sliding Closed Effect*/
header.close-nav, .content.close-nav {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-animation: close .3s ease-in-out;
	-moz-transform: translate3d(0, 0, 0);
	-moz-animation: close .3s ease-in-out;
	transform: translate3d(0, 0, 0);
	animation: close .3s ease-in-out;
	opacity:1
}
@-webkit-keyframes close {
 0% {
-webkit-transform: translate3d(240px, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes close {
 0% {
-moz-transform: translate3d(240px, 0, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@keyframes close {
 0% {
transform: translate3d(240px, 0, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}

/* M */
@media screen and (max-width: 1200px) {
.responsive article {
	padding: 4% 10% 7%;
}
.ata, .atb {
	float: left;
	width: 45%;
}
}
@media screen and (max-width: 1024px) {
#headerText {
	margin-top: 7%;
}
.container {
	background-size: 135% auto;
}
.uml-logo {
	background-size: auto;
}
header {
	height: 50px;
	position: relative;
	background-color: transparent;
}
section {padding-top:70px}
section#home {padding-top:0px; margin:0}

nav.slide li a {
    padding-bottom: 21.5px;
}
header h1 {
	
}
.responsive article {
	padding: 4% 5% 7%;
}
.fechas {
	padding: 4% 0 3%;
}
#agenda h3 {
	font-size: 20px;
}
#agenda q {
	font-size: 11px;
}
}

@media screen and (max-width: 768px) {
h1.uml-logo {
	width: 240px;
}
.fechas {
	padding: 4% 0;
}
.container {
	background-size: 147% auto;
}
div#menu.yellow {
	height: 62px;
}
#headerText {
	margin-top: 1%;
}
.fechas h1 {
	font-size: 4.1em;
}
.fechas h2 {
	font-size: 3.4em;
}
.responsive article {
	padding: 4% 4% 7%;
}
}
 @media screen and (max-width: 600px) {
.container {
	background-size: 210% auto;
}
.responsive article {
	padding: 9% 3%;
}
#presentaciones {
	padding: 9% 0;
}
#presentaciones li {
	margin: 2% 8px;
}
#inscripcion {
	padding: 8% 3%;
}
#inscripcion iframe {
	height: 290px;
}
.iconsUML li {
	width: 100%;
	margin-bottom: 5%;
}
.iconsUML img {
	float: left;
	margin-right: 10px;
}
.iconsUML p {
	text-align: left;
	padding: 5% 0;
	font-size: 15px;
}
section {
	padding-top: 20px !important;
}
#home {
	padding-top: 0 !important; 
}

}
 @media screen and (max-width: 480px) {
.container {
	background-size: 275% auto;
}
h1.uml-logo {
	width: 215px;
}
.uml-logo {
	background-size: 210px auto;
}
.fechas h2 {
	font-size: 2.9em;
}
.fechas p {
	font-size: 1.5em;
}
h3 {
	font-size: 17px;
}
.divisor {
    border-top: solid 2px #FFDB15;
    line-height: 34px !important;
}
p {
	font-size: 12px;
	line-height: 150%;
}
.iconsUML h4 {
	font-size: 15px;
}
.iconsUML img {
	width: 85px;
}
.iconsUML p {
	font-size: 11px;
	padding: 3% 0;
}
#agenda h3 {
	font-size: 18px;
}
.ata, .atb {
	width: 100%;
	text-align: center;
}
.ata {
	border-right: none;
	border-bottom: 2px dotted #555555;
	padding-bottom: 10%;
	padding-right: 0;
}
.atb {
	padding-top: 10%;
	padding-left: 0;
}
#agenda q {
	font-size: 10px;
}
}
 @media screen and (max-width: 320px) {
.container {
	background-size: 350% auto;
}
header h1 {
	margin: 16px 15px 0 !important;
}
h1.uml-logo {
	width: 185px;
}
.uml-logo {
	background-size: 185px auto;
}
.fechas h2 {
	font-size: 2.3em;
}
.txt-charlas {
	text-align: center;
}
}
/**** MEDIA QUERIES ****/


