

a:hover,
 a {

	color: #282;


}

header {

	min-height: 150px;
	padding: 40px;
	position: relative;
}

header img {

	width: 150px;

}

header span {

	display: inline-block;
	height: 100%;
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
}

body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.disconnect {

	float: right;
	margin: 0 40px 100px 0;
	right: 0;
	bottom: 0;
	position: absolute;

}

.breadcumb h1 {
	text-transform: uppercase;
	font-size: 22px;
	text-align:center;

}


.mainmenu ul {

    list-style: none;
    padding-left: 8px;

}

.mainmenu ul li {

    display: inline-block;
    margin-right:  20px;

}

.list-tools {

    background-color: #ddd;
    padding: 10px;
    border-radius: 4px;

}

.list-tools em {

    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    font-size: 12px;
    vertical-align: bottom;
    padding: 3px;
    font-weight: bold;

}

.list-tools em input {

	float: right;
	font-size: 12px;
	
}

.toolbar {

	margin: 10px 0px;

}

.content {

	max-width: 1024px;
	width: 100%;
	margin: 0px auto;

}

form.login {

	margin: 50px 20px;

}

.buttons.fixed {

	position: fixed;
	top: 155px;
	right: 20px;

}

.status {

    list-style: none;

}

caption {

    caption-side: top;

}


.imagen-edicion {

	margin-top: 20px;
	 width: 150px;
	 height: 150px;
	 border: 1px solid #ddd;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


form {

	padding-bottom: 20px;

}

.buttons a {

	width: auto;
	margin: 10px;
	text-align: right;
	color: #333;
    background-color: transparent;
    border-color: #1BB14A;
	
}

.buttons a:hover{

	color: #1BB14A;
	transition: .1s;
	
}

.form-group input.btn {

	margin: 10px 0px 0px 20px;

}

label{
	font-size: 14px;
}


footer{
    background:#050e12;
    padding:1.7em 0;
    text-align:center;
    margin-top: 150px;

}

p {
	margin: 0;
}
footer a img{
display:inline-block
}

footer .ftr-logo {

	width: 153px;
	margin: 0px auto;
}


footer .copy-right {

	text-align: center;
}

.copy-right{
	margin-top:0.8em;
}

.copy-right p {
color: #7f7f7f;
font-size: 15.4px;
font-weight:600;
line-height: 23.1px;
}


.copy-right p a{
	color: #7f7f7f;
}

.mbg2{
	   
	
    background-image: url() ;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -10;
    background-color: rgba(255,255,255,0.4);

}


.custom-file-input ~ .custom-file-label::after {
  content: "Elegir";
}


.pagination {

	width: 300px;
	font-size: 14px;
	margin: 0px auto;

}

.pagination span {

	margin: 0px 10px;

}

ul.warning {

    list-style: none;

}

ul.warning li a {

    color: orange;

}

.question-utility {

    background-color: #ffe4c4;
    padding: 20px;

}

.question-utility small {

    padding: 10px;

}

.question-utility input {

    float: right;

}



