input[type=checkbox]
{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari y Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}


.logo {
	height: 30px; padding-top: 10px; padding-left: 20px;
}
.boton {
	 padding: 3px; text-align: center; color: rgb(255,255,255); font-family: "Intel Clear Lt"; font-size: 12px; background-color:rgba(0,113,197,1.00); 
	 margin-top: 12px;
}
.boton_thin {
	padding: 0px 5px; text-align: center; color: rgb(255, 255, 255); font-family: "Intel Clear"; font-size: 14px;
}
.titulo {
	padding: 10px; text-align: center; bottom: -35px; color: rgb(255, 255, 255); font-size: 55px; position: relative; opacity: 0.65;
}
.titulo_sec {
	 text-align: center;  color: rgb(255, 255, 255); font-family: "Intel Clear"; font-size: 35px; position: relative; opacity: 0.60;
}

.titulo_arriba {
	padding: 10px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); font-family: "Intel Clear"; font-size: 55px; position: relative; opacity: 0.65;
}

.tabla_contenedora {
	width:100%; 	border:0;	cellspacing:0; 	cellpadding:1; 	padding:30px 100px 30px 100px;
}

.color_letra{
	color:white;
}
.cal_curso {
	color: rgb(255, 255, 255); font-size: 12px;
}

.cal_cursoA {
	color: rgb(255, 255, 0); font-size: 10px;
}
.texto_simple{
	color: #0B84DC; font-size: 17px;
}

.texto_simplew{
	color: #ffffff; 
}
.pregunta_complemento{
	color: #0B84DC; font-size: 12px;
}

.fondo_imagen{

	background-image: url("../img/Instituto_1920.jpg");
	box-shadow: 2px 2px 4px 4px #E0E0E0;
	background-repeat: no-repeat, repeat;
}

.fondo_red{

	background-color: #C40C0F;
}
.navbar-light .navbar-toggler-icon {
  		  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30' fill='white'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");

}
@media (min-width: 321px)and (max-width: 991px) {
.fondo_imagen{

	background-image: url("../img/Instituto_950.jpg");
	background-size: cover;
	box-shadow: 2px 2px 4px 4px #E0E0E0;
	background-repeat: no-repeat, repeat;
}
}
