body{
	padding-top: 51px;
}

h1{
	font-size: 25px;
}

.page-header{
	padding-bottom: 0px !important;
	margin-top: 0 !important;
	border-bottom: none !important;
}

.toolbar{
	margin-bottom: 20px;
}

.form-inline .form-group{
	padding: 0;
	margin: 0;
}

/* Estilos GridView */
.gridview-id{
	width: 75px;
}


/* Botoneras */
.botonera-acciones{
	width: 203px;
}

.botonera-tres-acciones{
	width: 275px;
}

.botonera .btn-sm{
	margin-right: 10px;
	padding: 5px;
	margin: 0;
}

.botonera .btn{
	margin-right: 10px;
}

.botonera a{
	text-decoration: none;
}

.botonera span{
	text-decoration: none;
}

.navbar-brand {
    padding: 9.5px 15px;
}

/* Lightbox Popeye en los formularios */

#popeye_form .ppy-stage{
	opacity: 1;
	height: 150px;
	width: 150px;
}

#popeye_form .ppy-placeholder{
	float: none !important;
}

/* Estilos del editor summernote */
.note-editable{
	background-color: white;
	overflow: auto !important;
}

.note-editor{
	border-color: #ccc;
}

.note-toolbar{
	border-bottom: 1px solid #ccc !important;
}

/* Flechas orden filas */

.flechas-orden{
	width: 85px;
}

.flechas-orden a:first-child{
	padding-left: 10px;
}

.flechas-orden span{
	padding-left: 5px;
}

sup{
	color: red;
}

.idiomas a{
	margin-right: 5px;
	margin-left: 5px;

}
.idiomaActual img{
	width: 28px;
	border-radius: 5px;
	border: 5px solid #0078bd;
}

.afterinput{
	font-size: 11px;
}

.form-corto .form-group{
	max-width: 500px;
}

.table tr{
	cursor: pointer;
}

/* Plugin Jcrop */
.galeria-jcrop{
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.imagen-jcrop{
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.texto-jcrop{
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	margin-top: 20px;
	float: left;
}

.nuevaimagen-jcrop{
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}

/* Submenus */
.submenu{
	padding: 10px;
	border: 1px solid #eee;
}


/*Menu ir a web */
.enlaceHome:before{
	font-family: FontAwesome;
	content: "\f015";
	padding-right: 10px;
	display:inline-block;
}

.table .asc:after{
	font-family: FontAwesome;
	content: "\f062";
	padding-left: 10px;
	display:inline-block;
}
.table .desc:after{
	font-family: FontAwesome;
	content: "\f063";
	padding-left: 10px;
	display:inline-block;
}

.table thead th a{
	text-decoration: none !important;
}

/* Form default */
.form-group{
	margin: 10px 0 0 0;
}

.fila-bolitas{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn-circle.btn-xl {
  width: 20%;
  height: 175px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33;
  border-radius: 100px;
  margin-left: 35px;
}

@media (min-width: 320px) {
	.btn-circle.btn-xl {
	  width: 100%;
	  margin-left: 0px;
	  padding: 0px;
	  border-radius: 100px;
	  margin-top: 10px;
	}
}

@media (min-width: 600px) {
	.btn-circle.btn-xl {
	  width: 235px;
  	  height: 235px;
	  border-radius: 250px;
	  margin-left: 70px;
	}
}

@media (min-width: 1024px) {
	.btn-circle.btn-xl {
	  margin-left: 10px;
	  	  width: 215px;
	    	height: 215px;
	}
}
@media (min-width: 1200px) {
	.btn-circle.btn-xl {
	  margin-left: 50px;
  	  width: 215px;
    	height: 215px;
	}
}

#identificadorCentro a{
	font-weight: bold !important;
}