/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: gobCL, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #475156;
}
@font-face {
	font-family: gobCL;
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/gobcl_light.eot?') format('eot'), url('../fonts/gobcl_light.woff') format('woff'), url('../fonts/gobcl_light.ttf') format('truetype')
}
@font-face {
	font-family: gobCL;
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/gobcl_regular-webfont.eot?') format('eot'), url('../fonts/gobcl_regular-webfont.woff') format('woff'), url('../fonts/gobcl_regular-webfont.ttf') format('truetype'), url('../fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');
}
@font-face {
	font-family: gobCL;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/gobcl_bold.eot?') format('eot'), url('../fonts/gobcl_bold.woff') format('woff'), url('../fonts/gobcl_bold.ttf') format('truetype')
}
@font-face {
	font-family: gobCL;
	font-weight: 900;
	font-style: normal;
	src: url('../fonts/gobcl_heavy.eot?') format('eot'), url('../fonts/gobcl_heavy.woff') format('woff'), url('../fonts/gobcl_heavy.ttf') format('truetype')
}
p {
	font-size: 14px;
	line-height: 180%;
	margin: 0 0 25px;
	text-align: justify;
	color: #475156;
}
.blue {
	color: #0168b3;
}
/* links */
a, a:visited, a:active, a:hover {
	color: #0168B3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
:focus {
	outline: 0 none;
}
:-moz-placeholder {
 color: inherit;
}
*::-moz-placeholder {
 color: inherit;
}
.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body {
	background-color: #EEEEEE;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}
#page-wrapper2 {
	
	background-color: #fff;
	width: 80%;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	
}

	
	
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
.alto-sso{
	height: 150px;
}	
	
}
@media(min-width:1000px) {
	.alto-sso{
	height: 180px;
}	
	
}
@media(min-width:1480px) {
	.alto-sso{
	height: 150px;
}	
	
}




header{
	height: 130px;
	display: block;
	padding-left: 25px;
	clear: both;
}
header .bicolor {
	margin: 0px;
	width: 170px;
	height: 20px;
}

section#content {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2762B8;
	clear: both;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 15px;
}
.bgceleste {
	background-color: #EFF3F9;
	
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-top: 20px;
	display: block;	
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/*footer*/
footer {
	clear: both;
	padding: 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
	
}

footer ul {
	margin: 0;
	padding: 0;
}
.bicolor {
	min-height: 1px;
}
.bicolor span {
	display: block;
	float: left;
	width: 50%;
	height: 100%;
}
.bicolor span.blue {
	background: #0168b3;
}
.bicolor span.red {
	background: #ee3a43;
}
footer .wrapper {
	background: #fff;
}
footer .bicolor {
	height: 2px;
}
footer .top {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
footer .top .listas {
	float: left;
	clear: both;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
}
footer .top .listas .lista {
	border-left: 1px solid #e6e6e6;
	float: left;
	width: 29%;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-right: 1%;
	margin-left: 1%;
	padding-left: 20px;
}
footer .top .listas .lista:first-child {
	border-left: medium none;
	padding-left: 15px;
	padding-right: 35px;
}
footer .top .listas .lista:last-child {
	padding-right: 15px;
	padding-left: 35px;
}
footer .top .listas .lista h3 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #0168b3;
}
footer .top .listas .lista ul {
	padding: 0;
}
footer .top .listas .lista ul li {
	font-size: 12px;
	list-style: disc outside none;
	margin: 0 0 5px;
}
footer .top .listas .lista ul li a:hover {
	color: #2e353a;
}
footer .bottom {
	font-size: 12px;
	color: #475156;
	clear: both;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 20px;
}
footer .bottom .left {
	float: left;
	margin-right: 20px;
}
footer .bottom nav {
	float: left;
}
footer .bottom nav ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer .bottom nav ul li {
	float: left;
	border-right: 1px solid #475156;
}
footer .bottom nav ul li a {
	display: block;
	padding: 0 6px;
}
footer .bottom nav ul li a:hover {
	text-decoration: underline;
}
footer .bottom nav ul li:last-child {
	border-right: medium none;
}
footer .bottom nav ul li:last-child a {
	padding: 0 0 0 6px;
}
footer .bottom .bicolor {
	margin: 25px 0 0;
	width: 170px;
	height: 20px;
}
footer .bottom .logo {
	width: 187px;
	height: 180px;
	background-image: url(http://www.ministeriodesarrollosocial.gob.cl/img/header/logo.jpg);
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	background-repeat: no-repeat;
}
footer .bottom .logo a{
	display: block;
	height: 170px;
	width: 187px;
	
}
footer .bottom .logo a span{
	display: none;
}
footer {
	color: #ccc;
}
footer h1, footer h2, footer h3, footer h4 {
	color: #CCC;
	margin-bottom: 10px;
}
footer ul {
	margin: 0 0 0 8%;
}

h4.text-tit {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
