/* CSS Document */
body, html {
	height: 100%;
	background: none
}
html {
	background: url(../images/background.jpg) right bottom fixed;
}
.logo {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -100px;
	width: 100%;
	max-width: 170px; z-index:3;
}
.centered {
}
.container {
	background: #ffffff;
	max-width: 1110px;
	-webkit-border-top-left-radius: 12px !important;
	-webkit-border-top-right-radius: 12px !important;	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-topright: 12px !important;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	margin-top: 100px;
	border: 12px solid rgba(153, 213, 174, .5);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border-bottom: 0px;
	position:relative; overflow:hidden; display:block;
}
.portlet>.portlet-title {
	border-bottom: 1px solid #9bc98a !important;
}
.portlet>.portlet-title span.caption-subject {
	color: #9bc98a!important;
}
p.descripction{  
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;}

.portlet .note.note-success {
    background-color: #fff;
    border-color: #9bc98a;
    color: #000;
}
.portlet .note  h4{ color: #666; padding-top:0px; font-size:14px; font-weight:bold;}
.portlet .note.note-success  h4{ color: #9bc98a; padding-top:0px; font-size:14px; font-weight:bold;}
.portlet .note.note-danger  h4{ color: #f0868e; padding-top:0px; font-size:14px; font-weight:bold;}

.dropdown-menu {
	top:50% !important;
}
.checkbox-list>label.checkbox-inline:first-child, .checkbox>label, .form-horizontal .checkbox>label, .portlet.light .form .form-actions.left, .portlet.light .portlet-form .form-actions.left, .radio-list>label.radio-inline:first-child {
    padding-left: 20px;
}
.form .form-actions.right {
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
}
.form .form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5; background:none !important; border:0px none;
}

.textonotrabaja p{ width:inherit; padding:inherit; margin:inherit; display:inherit; line-height:inherit }

.has-error .mt-checkbox {color:#a94442}