body{
	// padding: 15px;
	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: 380px;
}

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

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

	.botonera a{
		text-decoration: none;
	}

	.botonera span{
		text-decoration: none;
	}



	/* 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{

	}

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

	.checkbox .control-label{
		width: 100%;
    	min-height: 30px;
	}
	.alert{
		color: white;
	}
	#advertencia-modal{
		text-align: left;
		color: red;
	}