/*--------- CSS ---------------------*/
html, body {
	height: 100%; 
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-size: 16px;
	color: #333333;
}

#celaviso {
	display: none;
	width: 100%;
}
#celaviso img {
	width: 100%;
}
#container_feria {
	width: 100%;
	float: left;
}
#imagenferiavirtual, #imagenferiavirtual img, #svgclicmap {
	width: 100%;
}
#svgclicmap {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

table.table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.table td {
	border: 1px solid #000;
	border-top:none;
	border-left: none;
	padding: 8px;
}

.table .subtitulo {
	background: url(../img/subtitulo.jpg) bottom;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	padding: 35px 0;
	background-size: cover;
	text-transform: uppercase;
	font-size: 28px;
}

.table tr:nth-child(even) {
	background-color: #eee;
}

.logos {
	text-align: center;
}
.logos img {
	max-height: 100px;
}

#nav {
	height: 50px;
	width: 100%;
	text-align: center;
	float: left;
}
#nav a {
	height: 40px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #0D52D1;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	line-height: 40px;
	font-size: 20px;
}
#nav a:hover, #nav a:focus {
	color: #FFEE00;
}
#nav a:hover i, #nav a:focus i {
	color: #000;
}
#nav a i {
	float: left;
	width: 40px;
	background-color: #FF650B;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-right: 15px;
	height: 40px;
	line-height: 40px;
}

#fullflex {
	width: 100%;
	min-height: calc(100% - 160px);
	display: flex;
	align-items: center; 
	justify-content: center;
	float: left;
}


#agenda {
	width: 70%;
}
#agenda  img {
	width: 100%;
}

#svgclicmap rect, #svgclicmap polygon {
			fill: transparent;
			stroke: none;
		}


@media (orientation: portrait) {
	#celaviso {
		display: block;
	}
	#container_feria {
		display: none;
	}
	#agenda {
		width: 100%;
	}
}

.white {
	background-color: #fff!important;
}
.grey {
	background-color: #eee!important;
}

a.button {
      padding: 8px;
      margin: 8px;
      background-color: #39507a;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      display: inline-block;
    }
    a.button:hover, a.button:focus {
      color: #fcc804;
    }