/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; upinside}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
	.one-fourth.column               { width: 20%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
 /* currently ems cause chrome bug misinterpreting rems on body element */
	background-color:#F4F4F4;
}

.bg-white {background-color: white;}
.bg-grey {background-color: #F4F4F4;}
.bg-black {background-color: black;}
.bg-red {background-color: #E1252A;}
.bg-secciones {background:url(../images/top.png) top center no-repeat; height: 150px;}
.margin-top {margin-top: 20px;}
.margin-right {margin-right:10px;}
.margin-left {margin-left:5px;}
.width90 {width: 90%;}
.padding10 {padding:10px;}
.border {border:solid 1px #000000;}


.pie {margin-top: 7px;  }
.pie a {text-align: left;font:normal 11px 'Lato', sans-serif; color:white; text-decoration: none; padding:15px 10px 0 0;}
.prox-evento {font:600 12px 'Oswald', sans-serif; display: inline; margin-right: 20px; }
.calendar-eventos { display: inline;background-image:url(../images/calendar-ico.png);
	background-position: 5px 5px;
	background-color: #E1252A;
	background-repeat: no-repeat;
	padding:12px 10px 10px 40px;
}

.calendar-eventos a {
	font:normal 11px 'Lato', sans-serif;
	color: white;
	text-decoration: none;
}

.calendar-eventos a:hover {
	text-decoration: underline;
}

.tipo-evento {
	font:400 11px 'Lato', sans-serif; 
	color:black;
	margin:10px 0 5px 0;
	display: inline;
}

.tipo-evento a {
	font:400 11px 'Lato', sans-serif; 
	color:black;
	padding:2px 0 2px 16px;
	text-decoration: none;
	line-height: 15px;
}

.tipo-evento a:hover {
	text-decoration: underline;
}

.abierta {
	background: url(../images/expo-abierta.png) 0% 50% no-repeat;
	display: inline; 
	margin-right: 5px;
}

.pro {
	background: url(../images/expo-pro.png) 0% 50% no-repeat;
	display: inline;
	margin-right: 5px;
}

.congresos {
	background: url(../images/congresos.png) 0% 50% no-repeat;
	display: inline;
	margin-right: 5px;
}

.expo-abierta {border-top:solid 7px #00ACED;}
.expo-pro {border-top:solid 7px #00A27B;}
.expo-congresos {border-top:solid 7px #E6801F;}


.image-relative {position: relative;}
.image-relative2 {   position: relative;
  text-align: center;
  vertical-align: top;
 float:left;
  margin: 0 10px 10px 0;text-align: center;}

.fecha-evento {
	position:absolute; bottom:3%; left:2%; background-color:#E1252A; font: 400 15px 'Oswald', sans-serif; padding:5px; text-align: center; color:white;
}

.fecha-evento2 {
	background-color:#E1252A; font: 400 15px 'Oswald', sans-serif; padding:5px; text-align: left; color:white; display: inline;
}

.espacios-titulo {background:url(../images/border-white.png) 50% 100% no-repeat; position: absolute;  left: 50%;
    top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);font: 600 15px 'Oswald', sans-serif; text-align: center; color:white; padding-bottom: 10px;text-shadow: 2px 2px 2px #000000;}
.centrado {
	text-align: center; margin-left:auto; margin-right: auto;
}

.espacios-img {max-width:75%; float: right;}

#map {
        height: 270px;
        width: 100%;
       }


.paginado2 {
	text-align: center;
	margin: 30px 10px;
}

.paginado2 a {
	font:400 14px 'Oswald', sans-serif;
	color:black;
	text-align: center;
	margin: 20px 10px;
	text-decoration: none;
}

.paginado2 a:hover {
	color:#E1252A;
}


.paginado {
	font:600 15px 'Oswald', sans-serif;
	color:#E1252A;
	text-align: center;
	margin: 20px 10px;
}

.paginado a {
	font:300 15px 'Oswald', sans-serif;
	color:black;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.paginado a:hover {
	color:#E1252A;
}



.col-fixed {
	position: fixed;
	z-index: 100;
	padding: 5px;
	overflow: hidden;
	display:block;
	background: rgba(255, 255, 255, 0.8);
	width:220px;
	border:solid 1px #000000;
}

.agendar-evento {
	background: url(../images/add-event.png) 0 0 no-repeat;
	padding:4px 0 4px 25px;
}

a.agendar-evento {
	text-decoration: underline;
	font:normal 12px 'Lato', sans-serif;
}

a.estacionamiento {background: url(../images/estacionamiento.png) no-repeat;
padding:5px 0 5px 25px;}

a.location {background: url(../images/location.png) 6px 0 no-repeat;
padding:5px 0 5px 25px; }

a.gallery {background: url(../images/camara.png) 6px 0 no-repeat;
padding:5px 0 5px 25px; }

a.consultas {background: url(../images/consultas.png) 4px 7px no-repeat;
padding:5px 0 5px 28px; }

a.volver {background: url(../images/volver.png) no-repeat;
padding:5px 0 5px 25px; color:#E1252A;}

.descargas {
	background-image:url(../images/descargar.png);
	background-position: 5% 45%;
	background-color: #E1252A;
	background-repeat: no-repeat;
 font: 400 12px 'Lato', sans-serif; text-align: left; color:white; display: block;
	padding:10px 5px 10px 40px;
	margin:5px 0;
}

.progreso {
	background-image:url(../images/arrow.png);
	background-position: 10px 10px;
	background-color: #E1252A;
	background-repeat: no-repeat;
 font: 400 12px 'Lato', sans-serif; text-align: left; color:white; display: block;
	padding:10px 5px 10px 35px;
	margin:5px 0;
}

.descargas a, .progreso a {
	font: 400 12px 'Lato', sans-serif; color:white; text-decoration: none; 
}

.proveedores p {font-size:14px;}
.proveedores a {font: normal 14px 'Lato', sans-serif;}
.proveedores strong {color:black;font-weight: 600;}

#myDIV {display: none;}

.espacios td {text-align: left; border:none;padding: 4px 15px;}
.espacios h3 {text-align: right;}

.ver-plano {
	background: url(../images/ver.png) 0 4px no-repeat;
	padding:4px 0 4px 25px;
}

a.ver-plano {
	text-decoration: underline;
	font:normal 12px 'Lato', sans-serif;
}

#up_content {
	background:#FFFFFF;
	display: inline-block;
}



/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main {margin: 0 auto; min-width: 320px; max-width: 800px;  }
		.tabs { background: #fff; color: #373737; }
		.tabs > div {display: none; padding: 20px 25px 5px;}

		.tabs-sustentabilidad input {display: none;}
		.tabs-sustentabilidad input[type="radio"] {display: none;}
		.tabs-sustentabilidad label {display: inline-block; padding: 15px 25px;  text-align: center;font:normal 13px 'Lato', sans-serif;}
		.tabs-sustentabilidad label:hover {color: #E1252A; cursor: pointer;}
		.tabs-sustentabilidad input:checked + label {background: #E1252A; color: #fff;}

		#tab0:checked ~ .tabs #content0,
		#tab1:checked ~ .tabs #content1,
		#tab2:checked ~ .tabs #content2,
		#tab3:checked ~ .tabs #content3,
		#tab4:checked ~ .tabs #content4,
		#tab5:checked ~ .tabs #content5,
		#tab6:checked ~ .tabs #content6,
		#tab7:checked ~ .tabs #content7,
#tab8:checked ~ .tabs #content8,
#tab9:checked ~ .tabs #content9{
		  display: inline; 
		}

		@media screen and (max-width: 400px) { label {padding: 15px 10px;} }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h1 a { font: 600 16px 'Oswald', san-serif; color:black; margin: 5px 0; text-decoration: none;}
h2, h2 a { font: 600 14px 'Oswald', san-serif; color:#E1252A; margin:5px 0; text-decoration: none;}
h3, h3 a { font: 600 14px 'Oswald', san-serif; color:black; margin:0; text-decoration: none;}
h4, h4 a { font: 600 18px 'Oswald', san-serif; color:#E1252A; margin:5px 0; text-decoration: none;}
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p {font: normal 12px 'Lato', sans-serif; color:#4A4A4A; margin:7px 0;}

.titulos {font:400 20px 'Oswald', san-serif; color:black; padding:5px 0;border-bottom:solid 3px #E1252A;}
.titulos2 {font:600 16px 'Oswald', san-serif; color:black; padding:5px 0;text-align: center;
background: url(../images/border-title.png) 50% 100% no-repeat;margin-bottom: 20px;}

/* Larger than phablet */
@media (max-width: 550px) {
  h1, h1 a { font-size: 12px; }
  h2, h2 a { font-size: 12px; }
  h3 { font-size: 12px; }
  h4, h4 a { font-size: 13px;}
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}




/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	font:600 12px 'Oswald', sans-serif; color: #000000; text-decoration: none;
}
a:hover {
 text-decoration: underline;}

a.links {
	border:solid 1px #000000;
	padding:8px 15px;
	text-align: center;
	margin:15px 0;
	text-decoration: none;
}

a.links-descargas {
	border:solid 1px #000000;
	padding:8px 5px 8px 25px;
	text-align: center;
	margin:5px 0;
	text-decoration: none;
	display:inline-block;
	background:url(../images/download.png) 5px 10px no-repeat;
	line-height: normal;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: 'Oswald', sans-serif;
  display: inline-block;
  height: 35px;
  padding: 0 5px;
  color:black;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #000000;
  cursor: pointer;
  box-sizing: border-box; 
margin:18px 0 0 5px;}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: black;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #E1252A;
  border-color: #E1252A; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #E1252A;
  border-color: #E1252A; }



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {font-family: 'Lato', sans-serif;}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="date"]
{
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #000000;
	outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('../images/search-icon.png') no-repeat 95% 12px; 
}

.rounded { 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; margin:0; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {font: normal 11px 'Lato', sans-serif; color:#4A4A4A; margin:5px 0;}
li strong {font: normal 14px 'Oswald', sans-serif; color:#E0252A; margin:7px 0;}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th {background:#000000;color:white; text-align: center; }

th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin:0; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Menú
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
	background-color:rgba(243, 243, 243, 0.9);
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0 0 20px 0;
}

.header {
	background-color:rgba(243, 243, 243, 1);
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0 0 20px 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding:2em 0 0 0;
}

#menu li {
	display: inline-block;
	float: left;
	padding: 10px;
	margin:0;
	transition: .5s linear;
}

#menu a {
	font:bold 16px 'Oswald', sans-serif;
	color:#E1252A;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color:black;
}

#logo {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 189px;
	height: 85px;
	display: block;
}

nav {
	float: right;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
}

#menu-icon {
	background: url(../images/menu-icon.png) no-repeat center;
	display: hidden;
	width: 32px;
	height: 32px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
@media only screen and (max-width :978px) {

 header {
 position: absolute;
 }
.col-fixed { width: 200px;}

 #menu-icon {
 display:inline-block;
 margin-top: 35px;
 }

 nav ul, nav:active ul { 
 display: none;
 position: absolute;
 padding: 20px;
 background-color:rgba(243, 243, 243, 0.5);
 right: 10%;
 top: 45px;
 width: 35%;
 }

 nav:hover ul {
 display: block;
 }
 
 nav li {
 text-align: center;
 width: 100%;
 padding: 15px 0 15px 10px;
 margin: 0;
 }
	
	.button-primary { width: 98%;}
	.bg-white {padding:2px;}
	.descargas {width: 95%;}

	
}

/* Larger than mobile */
@media (max-width: 320px) {
	.pie {text-align: center; margin-bottom: 10px; line-height: 25px;
	z-index: 100;}
	.tipo-evento { margin-top:10px;display:block; }
	.congresos, .pro, .abierta {display:block;}
	.col-fixed {position:relative; width: 95%;}
	.image-relative2 {display:block;margin:0 auto 0 auto;clear:both;float:none;}
	.espacios-img {max-width:100%; }
}

@media (max-width: 400px) {
	.pie {text-align: center; margin-bottom: 10px; line-height: 25px;
	z-index: 100;}
	.tipo-evento { margin-top:10px; display:block;}
	.congresos, .pro, .abierta {display:block;}
	.col-fixed {position:relative; width: 95%;}
	.image-relative2 {display:block;margin:0 auto 0 auto;clear:both;float:none;}
	.espacios-img {max-width:100%; }
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
	.col-fixed {position:relative; width: 95%;}
	.tipo-evento { margin-top:10px;display:block; }
	.congresos, .pro, .abierta {display:block;}
	.image-relative2 {margin-right:5px;}
	.tipo-evento a {line-height: 20px;}
}


/* Larger than tablet */
@media (max-width: 768px) {
	.col-fixed {position:relative; width: 95%;}
.image-relative2 {margin-right:5px;}
		.tipo-evento { margin-top:10px;display:block; }
	.congresos, .pro, .abierta {display:block;}
}
	

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
