@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(lato.woff) format('woff');
}

body {
	font-weight: bold;
	margin: 0 5px;
	font-family: "Lato",sans-serif;
	font-weight: 400;
	text-align:center;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: black;
}


#contenido {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}

#contenedor1 {
	box-sizing: border-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-flow: row;
			flex-flow: row;
}

#contenedor1 article {
	margin: 0;
	-webkit-flex: 1;
			flex: 1;
	-webkit-order: 1;
			order: 1;
}

#contenedor1 aside {
	-webkit-flex: 0 0 200px;
	flex: 0 0 200px;
	-webkit-order: 2;
	order: 2;
	margin-left: 4px; 
	text-align: center;
}

@media all and (max-width: 600px) {
	#contenedor1 {
		-webkit-flex-flow: column;
		flex-flow: column;
	}

	#contenedor1 aside {
		margin: 0px;
		text-align: right;
	}	
}


#cabecera {
	min-height: 100px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
			flex-flow: row;
	align-items: center;
}

#cabecera #cabecera_h1 {
	margin: 0;
	-webkit-flex: 1;
	flex: 1;
}

#cabecera #cabecera_h1 h1 {
	font-size: 30px;
	margin: auto 0 auto 0;
}

#cabecera img {
	border: 0;
}

section {
	margin-bottom: 10px;
}

.bgRojo {
	background: none repeat scroll 0% 0% #69A8F4;
}
.bgRojo header {
	background: none repeat scroll 0% 0% #69A8F4;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
}
.brRojo {
	border-bottom: 2px solid #69A8F4;
}

.bgNaranja {
	background: none repeat scroll 0% 0% #69A8F4;
}
.bgNaranja header {
	background: none repeat scroll 0% 0% #69A8F4;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
}
.brNaranja {
	border-bottom: 2px solid #69A8F4;
}

.bgVerde {
	background: none repeat scroll 0% 0% #69A8F4;
}
.bgVerde header {
	background: none repeat scroll 0% 0% #69A8F4;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
}
.brVerde {
	border-bottom: 2px solid #69A8F4;
}

.bgAside {
	text-align: right;
	background: none repeat scroll 0% 0% #69A8F4;
}
.bgAside header {
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	background: none repeat scroll 0% 0% #69A8F4;
}
.brAside {
	border-bottom: 2px solid #69A8F4;
	padding-left: 0px !important;
}

.brAside a h2, .brAside h2 {
	font-size: 16px;
}

.brAside audio{
	width: 190px;
}

.brRojo:hover, .brNaranja:hover, .brVerde:hover, .brAside:hover {
	border-color: #999;
}


.bloque {
	margin-top: 4px;
}

section header{
	font-size: 12px;
}

.bloque {
	padding: 8px;
	display: inline-block;
}

.bloque h2 {
	margin: 0px 0px 2px 0px;
	font-size: 18px;
	display: inline;
}

.bloque time {
	margin-left: 10px;
	font-size: 12px;
	display: inline;
}

.bloque p {
	margin: 0px;
	font-size: 12px;
}
