.redondo {
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 0px solid #ffffff;
	background-color: white;
	color: black;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;

}

.separador {
	clear: both;
}


.navegacion {
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #3a3a3a;
	width: auto;
	min-width: 910px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	/*margin-top: 40px;*/
	width: auto;
	/*max-width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
	/*position:relative;*/
	/*font-size: 0.8em;*/
}

#menu_opciones {
	color: white;
	font-size: 0.8em;
}


/*
#btnTeoria {
	border-left:none !important;
	padding-left: 0px !important;
}
*/

#botonera_main div.d-flex div {
	border-left: 1px solid white;
	color:#ffcc00;
	/*padding: .5rem;*/
	padding: .5rem 0;
	white-space: nowrap;
}
/*#botonera_main div.d-flex div:not(:last-of-type)::after {
    content: "|";
    margin: 0 0.5rem;
}*/

.nav-link {
	color: #ffcc00;
}
.nav-link:focus, .nav-link:hover {
    color: #ffc107;
}

.BotonAppOff {
	/*font-size: 16px;*/
	color: #404040 !important;
}

.BotonApp {
	/*font-size: 16px;*/
	/*padding-left: 5px;*/
}

.abierto {
	color:black;
	border-radius:2px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 110px;
	height: 36px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	background: -webkit-linear-gradient(#0072C2, #00327d); 
	background: -o-linear-gradient(#0072C2, #00327d);
	background: -moz-linear-gradient(#0072C2, #00327d); 
	background: linear-gradient(#0072C2, #00327d);
}

td {
	width:auto;
	padding:5px 5%;
}

#botonera {
	top: 8%;
	position: absolute;
}

#botonera_main #menu_opciones a{
	color:white;
	text-decoration:none;
	cursor:pointer;
}

#botonera_main #menu_opciones a:before {
	padding-right: 2px;
	content: "|";
}

#botonera_main #menu_opciones a:first-child:before {
	content: "";
}

#botonera_main span {
	background-image:url("img/btn_home.png");
	width:15px;
	height:13px;
	display:inline-block;
	cursor:pointer;
	padding-right: 2px;
}

#botonera_main span:hover {
	background-position:-15px center;
}

.BotonApp{
	cursor:pointer;
}

.lista {
	border-radius:2px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 110px;
	height: 36px;
	font-size: 11px;
	font-weight: bold;
	color:white;
	text-align: left;
	background: -webkit-linear-gradient(#0072C2, #00327d); 
	background: -o-linear-gradient(#0072C2, #00327d);
	background: -moz-linear-gradient(#0072C2, #00327d); 
	background: linear-gradient(#0072C2, #00327d);
}


#contenidoTutor {
	text-align: justify;
}

.desc {
	margin-top:20px;
	display:inline;
}


.titulo {
	padding-left:-10px;
}

#botonera a {
	color: white;
	text-decoration: none;
}

#imagenes img {
	height:65%;
}

.derecha {
	margin-left:75px;
}

#contenidoTutor p {
	text-align:justify;
	text-justify: inter-word;
}

.cambio {
	margin-top:13px;
}

.dos {
	margin-top:50px;
}

.texto {
	margin-top:40px;
}

#contenidoTutor button:not('.btn') {
	color:white;
	width: 60px !important;
	height: 30px;
	border-radius:2px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.desactivado {
	background:grey !important;
	opacity:0.5;

}

.activado {
	background: #0072C2 url("images/ui-bg_highlight-hard_75_0072C2_1x100.png") 50% 50% repeat-x !important;
	background: -webkit-linear-gradient(#0072C2, #00327d); 
	background: -o-linear-gradient(#0072C2, #00327d) !important;
	background: -moz-linear-gradient(#0072C2, #00327d) !important; 
	background: linear-gradient(#0072C2, #00327d); 
	cursor:pointer;
	cursor:hand;
}

.visto {
	color:grey;
}

#containerPie {
	display:block;
}