body {
    font-family: "Tomorrow", serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
	margin: 0;
	color: #333333;
}

a {
	color: #00468c;
}

#mapa-wrapper {
	position: relative;
}

#mapa {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
}

#logo1 {
	z-index: 99;
	background: #00468c;
	text-align: center;
	width: 100%;
	top: 0;
	height: 90px;
	color: #ffffff;
}
#logo {
	z-index: 99;
	background: #00468c;
	text-align: center;
	width: 100%;
	top: 0;
	height: 90px;
	color: #ffffff;
}

#datos {
	position: absolute;
	z-index: 99;
	background: rgba(0, 70, 140, 0.6);
	font-size: 1rem;
	text-align: center;
	width: 100%;
	top: 0px;
	color: #ffffff;
	padding: 10px 0;
}

#datos span {
	font-weight: bold;
}

#logo1 img {
	width: 350px;
	height: 67px;
	margin: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#logo img {
	width: 165px;
	height: 40px;
	margin: 20px 20px 40px 20px;
	opacity: 1;
}

.paso {
	padding:15px 10px;
	border-bottom: 5px solid #00bfff;
}

.titulo, .mapi {
	text-align: center;
}

span.fecha, span.hora {
	font-size: 19px;
	font-weight: bold;
	color: #00468c;
}

span.hora {
	display: inline-block;
}

			.imperdible {
				background: #d9534f;
				color: #ffffff;
				margin-left: 2px;
				border-radius: 3px;
				height: 20px;
				line-height: 20px;
				font-size: 14px;
				padding: 1px 4px;
			}

			span.verde {
			    color: #41ba4f;
				font-weight: bolder;
			}

			span.rojo {
			    color: #d9534f;
				font-weight: bolder;
			}

			hr {
				color: #00bfff;
				background-color: #00bfff;
				height:1px;
				border:none;
				margin: 6px auto;
			}

			.alt {
				background-color: #f4f8fa;
			}

			#header {
				border: 0;
				background: #00bfff;
				color: #00468c;
				text-align: center;
				padding: 10px 20px;
				font-size: 19px;
				font-weight: bold;
			}

			#subheader {
				border: 0;
				background: #00468c;
				color: #ffffff;
				text-align: center;
				padding: 8px 10px;
				font-size: 21px;
				line-height: 25px;
				font-weight: bold;
			}

			.social {
				display: inline-block;
				background: #ffffff;
				text-decoration: none;
				color: #00468c;
				margin: 5px 1px 1px 0;
				border-radius: 4px;
				height: 20px;
				line-height: 20px;
				font-size: 13px;
				font-weight: bold;
				padding: 1px 4px;
			}

#footer {
	border: 0;
	background: #00bfff;
	color: #ffffff;
	text-align: center;
	padding: 10px;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
}

#footer a, #footer a:hover, #footer a:active {
	font-weight: bold;
}

#subheader2 {
	border: 0;
	background: #00bfff;
	color: #00468c;
	text-align: center;
	padding: 7px 5px;
	font-size: 13px;
	border-bottom: 5px solid #00bfff;
}

#footer2 {
	border: 0;
	background: #00468c;
	color: #ffffff;
	text-align: center;
	padding: 7px 5px;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
	border-bottom: 5px solid #00468c;
}

#subheader span, #subheader2 span, #footer span, #footer2 span {
	display: inline-block;
}

h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
}

.chiquito {
	font-size: 10px;
}

.version {
	background: #00468c;
	color: #ffffff;
	margin-right: 2px;
	border-radius: 4px;
	height: 20px;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
	padding: 1px 6px 4px 6px;
}

.alerta {
	padding: 15px;
	text-align: center;
}