@media only screen and ( max-width : 450px ) {
 body {

font-size: 14px;
margin: 0px;
padding: 0px;
border: 0px;
 }

.image {
width: 100%;
}

.btn-group {
  width: 100%;
  }
 .big {
  display: none;
 }

.mid{
  display: none;
 }

.sml {
  }
  
  .responsive {
  width: 100%;
  }
  .bordes {
	  width:100%;
  }
  th, td {
	padding: 0px;
}
	.hidden{
display : block
}
.btn-convocatoria {
		width:100%;
	}
	.shown {
		display:none;
	}
}

@media only screen and ( max-width : 700px) and (min-width : 451px) {
 body {
  font-size: 16px;
margin: 0px;
padding: 0px;
border: 0px;
 }

.image {
width: 100%;
}
.btn-group {
  width: 100%;
  }
 .big {
  display: none;
 }
.mid{
  }
.sml {
display: none;
  }
    .responsive {
  width: 100%;
  }
  .bordes {
	  width:80%;
  }
  th, td {
	padding: 3px;
}
	.hidden{
display : block;
}
	.btn-convocatoria {
		width:60%;
	}
	.shown {
		display:none;
	}
}

@media only screen and ( min-width : 701px) {
 body {
  font-size: 18px;
margin: 0px;
padding: 0px;
border: 0px;
 }

.image {
width: 80%;
margin: 0px;
	padding: 0px;
}
	
.btn-group {
  width: 80%;
margin: 0px;
  }
.big {
  }
.mid{
  display: none;
 }
.sml {
  display: none;
 }
  .responsive {
  width: 80%;
  }
  .bordes {
	  width:60%;

  }
  th, td {
	padding: 5px;
}
	.hidden{
display : none
}
	.btn-convocatoria {
		width:30%;
	}
}

.bordes {
	border-collapse: collapse;
}
body {
font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
}

p {
text-align: justify;
}

h2 {
font-size: 160%;
color: red;
}

.right {
text-align:right;
}

.footer {
background: black;
width: 100%;}

.footer p {
color:white;
font-size:80%;
}
.footer td {
text-align: center;
border: solid;
}

.button {
  background-color: #4CAF50;
  border: 1px solid black;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}


.btn-group button {
  background-color: white;
  width: 14.28%; height: 40px; 
  border: 1px solid black; 
  color: black;
  cursor: pointer; 
  float: left; 
}

.btn-group:after {
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}


.btn-group button:hover {
  background-color: black;
  color: white;
}

.center {
  text-align: center;
}

.navbar {
  overflow: hidden;
  background-color: #fff;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border:none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: black;
	color:white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000;
 color:white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 30 px solid #fff;
}

h1 {
	color:#961719;
	text-align: middle;
	size: 200%;
	margin-top: 3px;
}
h2 {
	color:#961719;
	text-align: middle;
	size: 150%;
}
.dia {
	text-align:center;
}

.horas {
	text-align: right;
	font-weight: 700;
}

th, td {
	padding: 5px;
}

.programa tr:nth-child(even){
    background-color: #bcd2e8;
}

.banco table {
 border-radius:6px;
 background:black;
}

.boton {
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.4s;
}

.boton:hover {
  background-color: black;
  color: white;
}

.tbl_hotels  {
    border: 1px solid black;
   	border-collapse: collapse;
}
.tbl_hotels td, th {
    border: 1px solid black;
    padding: 5px;
	border-collapse: collapse;
}

