*{
	/*font-family: 'Heebo', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	background-color:black;
	color:white;
}
body{
	background-color:black;
}
main{
	padding:1%;
	margin:1%;
}
.inicio{  
	width:100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.inicio > div {
	margin:10px;
}
.inicio > img{
	max-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.flex-container {
    display: flex;
	flex-wrap: wrap;
}
.flex-container > div {
	border:2px solid white;
	width: 25%;
	text-align: center;
	height: 30px;
	font-size: 18px;
}
.menuItem:hover {
	color:#8B0000;
	background-color:white;
}
.link{
	color:white;
	text-decoration:none;
}
.link:hover {
	color:#8B0000;
	background-color:white;
	text-decoration:none;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer > div {
	width:50%;
}
h4{
	color: #8B0000;
}
.circulo {
	width:20%;
	max-width:60px;
	max-height:60px;
	margin: auto;
	padding:10px;
	display:inline-flex;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8B0000;
	padding-left:20px;
	padding-top:9px;
}
li{

}
table{
	 width:100%;
}
table, th, td {
  border: 0px;
  color:white;
}


.nav{
	/*border:1px solid red;*/
	background-color:black;
	text-align:center;
}
#horarios{
	text-align:left;
	padding:10px;
}
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}	
.menuLink{
	background-color:white;
	font-style:bold;
	font-size:25px;
	margin:5px;
	padding:10px;
	color:#8B0000;
}
.menuLink a{
	text-decoration:none;
	color:#8B0000;
}
.seccionTitulo{
	border:solid;
	border-color:#8B0000;
	color:#8B0000;
	font-size:20px;
	width:79%;
	padding:5px;
	margin-left:10%;
	text-align:center;
}
#texto{
	text-align:left;
}
.TextoNaranja{
	color:#8B0000;
}
.TituloNaranja{
	color:#8B0000;
	font-weight: bold;
}
.TextoCursiva{
	font-style:italic;
}
.CursivaNaranja{
	color:#8B0000;
	font-style:italic;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;	
}