.contenedor {
	width: 100%;
	text-align: center;
}

.botonesPrincipales {
	width: 22% !important;
	margin: 0 10%;
}

.bloque {
	display: inline-block;
	vertical-align: top;
}
.bloque1 {
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.menu ul ul {
	display: none;
	top: 100%;
	left: 0;
	padding: 0;
}

.menu ul ul li{
	float: none;
}

.menu ul li:hover > ul{
	display: block;
	z-index: 12;
}
#grafica{
	margin: auto;
	width: 60%;
}
.centro{
	text-align: center;
}
.izqui{
	text-align: left;
}
.negrita{
	font-weight: bold;
}
.titulo{
	background: #b0c4de;
	text-align: left;
	font-weight: bold;
}
.numero{
	width: 5%;
}
.pregunta{
	width: 80%;
}
.respuesta{
	width: 9%;
}
.bordeabajo{
	border-bottom-style: ridge;
}
.centroContenido{
	width: 80%;
	margin: auto;
}
.campoTabla{
	width: 50%;
}
.borde{
	border-color: black !important;
	border: 1px;
	border-style: solid;
}
.subcategoria{
	border-color: black !important;
	border: 1px;
	border-bottom-style: solid;
	padding: 2% 2%;
	font-size: 13px;
}
.categoria{
	font-size: 13px;
}
.estaPadin{
	padding: 1% 0;
}
.estaTitulo{
	background: #92cddc;
}
.estaSubTitulo{
	background: #b7dee8; 
}
.enlace{
	text-decoration: none;
}
.tablaTituloMatriz{
	padding: 10px;
	background: #7030a0;
	color: white;
	font-size: 14px;
	text-shadow: none;
}
.tablaTituloPre{
	padding: 10px;
	background: #e26b0a;
	color: white;
	font-size: 14px;
	text-shadow: none;
}
.tablaTituloNN{
	padding: 10px;
	background: #ff0066;
	color: white;
	font-size: 14px;
	text-shadow: none;
}
.tablaTituloNI{
	padding: 10px;
	background: #00b050;
	color: black;
	font-size: 14px;
	text-shadow: none;
}
.tablaTituloJN{
	padding: 10px;
	background: #76933c;
	color: black;
	font-size: 14px;
	text-shadow: none;
}
.tablaTituloJI{
	padding: 10px;
	background: #0070c0;
	color: white;
	font-size: 14px;
	text-shadow: none;
}
input[type="submit"]{
	padding: 10px 10px !important;
}

div.panel-group  a{
	color: #777 !important;
}

div.panel-group  a:hover{
	color: #333 !important;
	text-decoration: none !important;
}

div.panel-group  a:focus{
	color: #333 !important;
	text-decoration: none !important;
}

.list-group-item.active{
	background-color: #d3d3d3 !important;
	border-color: #ddd !important;
}

.botonesPrincipales .aui-button-content{
	width: 100%;
}

.explicacion {
      display: none;
      position: fixed;
      width: 50%;
      top: 35%;
      left: 25%;
      background-color: #fff;
      padding: 15px;
      border: 3px dashed #b0c4de;
      border-radius: 5px;
      z-index: 1;
    }
    
strong.glosario{
	cursor: pointer;
}
.mb-1{
	margin-bottom: 5px;
}
.mb-2{
	margin-bottom: 20px;
}

.aui-field-input-select{
	background-color: white;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.icon-trash-cat{
	font-size: 2rem;
	color:red;
	margin-top: 10px;
}
.cat-select{
	border-bottom: 1px groove #ddd;
  	padding-top: 5px;
  	padding-bottom: 5px;
}
.info{
	cursor: pointer;
}
label{
	font-weight: normal !important;
}