﻿body {
	background: #fff url(bg-body.gif) top repeat-x;
}

@media screen and (max-width:767px) {
    body {
        background: #fff none;
    }
}

a {
	color: #0075c6;
}
a:hover,
a:focus {
	color: #333;
}

legend {
    padding: 0 0 .5em 0;
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
    color: #0075c6;
    border-bottom: 1px solid #0075c6;
}
.form-control {
    color: #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border-radius: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-default:hover {
    color: #0075c6;
    background-color: #fff;
    border-color: #4299d5;
}

.btn-primary {
    border: none;
	border-radius: 0;
	background-color: #006db9;
}
	.btn-primary.focus, 
	.btn-primary:focus {
        color: #fff;
        background-color: #000;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
    }

    .btn-primary.active, 
	.btn-primary:active {
        color: #fff;
        background-color: #000;
    }
		.btn-primary.active.focus, 
		.btn-primary.active:focus, 
		.btn-primary.active:hover, 
		.btn-primary:active.focus, 
		.btn-primary:active:focus, 
		.btn-primary:active:hover {
            color: #fff;
            background-color: #000;
        }

.badge-primary {
    background-color: #0075c6;
}
.text-primary {
    color: #0075c6;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    background-color: #006db9;
}
.nav-pills > li > a {
    border-radius: 0;
}

.label-primary {
    background-color: #0075c6;
}
    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #000;
    }

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #0075c6;
    border-color: #0075c6;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.label,
.alert {
    border-radius: 0;
}

.progress {
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: #ccc 1px solid;
}
.progress-bar {
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-xs, .progress-xs .progress-bar {
	height: 7px;
}
.progress-xs .progress-bar {
	border: none;
}
.progress-bar-default {
    background-color: #0075c6;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0075c6;
    border-color: #0075c6;
}

tr.table-tr-master > th,
tr.table-tr-master > td {
    border-bottom: solid 2px #99d0f6;
    color: #0075c6;
}

.panel-primary {
    border-color: #0075c6;
}
    .panel-primary > .panel-heading {
        background-color: #0075c6;
        border-color: #0075c6;
    }
        .panel-primary > .panel-heading .badge {
	        color: #000;
        }

.page-header2 {
	min-height: 92px;
	float: left;
	width: 20%;
	background-color: #0075c6;
}
.page-header2-left {
	height: 92px;
	background: url(logo.png) 20px center no-repeat;
}
.page-left-column-top-xs {
	height: 80px;
	background: #0075c6 url(logo-small.png) center center no-repeat;
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .page-header2-left {
        background-size: 90%;
    }
}

.page-menu {
    width: 80%;
	float: right;
	padding: 0 0 0 2em;
	min-height: 92px;
	background: #0075c6;
}
.page-nav {
    overflow: hidden;
	padding-top: 7px;
}
.page-nav > li {
    padding: 0 15px 0 0;
}
	.page-nav > li > a {
		padding: 5px 0;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1.05em;
		border-bottom: 3px solid transparent;
		-webkit-transition: border-bottom 0.2s ease;
    	-moz-transition: border-bottom 0.2s ease;
    	-o-transition: border-bottom 0.2s ease;
    	transition: border-bottom 0.2s ease;
	}
.page-nav > li.active > a, 
.page-nav > li > a:hover, 
.page-nav > li > a:focus, 
.page-nav > li > a:active {
    color: #fff;
	background: transparent;
	border-bottom: 3px solid #fff;
}
.page-menu-right {
	display: inline-block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
	background: #0075c6 url(campus-online.png) left 18px no-repeat;
}
	.page-social,
	.page-font-size,
	.page-idiomas {
		float: right;
	}
    .page-idiomas > li {
        padding-top: 10px;
    }
		.page-social-text {
			padding: 10px;
    		line-height: 2em;
    		margin: 0;
		}
	.page-font-size {
		padding: 14px 0 0 10px;
    	height: 44px;
		vertical-align: middle;
		display: table-cell;
	}
    .page-social-text {
        display: none;
    }
	.page-idiomas {
		margin-left: 1em;
	}

.page-social-links {
    margin-left: 20px;
}
.page-social-links li {
	display: table-cell;
    padding: 10px;
    vertical-align: middle;
    min-width: 40px;
    height: 100%;
}
.page-social-links li:nth-child(1) {
	background-color: #046db9;
}
.page-social-links li:nth-child(2) {
	background-color: #0464aa;
}
.page-social-links li:nth-child(3) {
	background-color: #035b9b;
}
.page-social-links li:nth-child(4) {
	background-color: #03538c;
}
.page-social-links li:nth-child(5) {
	background-color: #024371;
}

@media screen and (max-width:767px) {
    .page-nav > li {
        padding: 0;
    }
	.page-menu {
		width: 100%;
		float: none;
		padding: 0;
		min-height: inherit;
		background: #046db9;
	}
	.page-menu-right {
		display: none;
	}
}

.page-left-column,
.page-left {
    background: #4299d5;
}

.page-subnav .nav-item-label > a {
	color: #fff;
    font-weight: normal;
}
.page-subnav .nav-item-label > a:hover,
.page-subnav .nav-level-1 > .nav-item.active .nav-item-label,
.nav-collapse .page-subnav {
	background-color: transparent;
}
.page-subnav .sub-nav.nav-level-1 > .nav-item > .nav-item-label > a {
    font-size: 1.25em;
}
.page-subnav .nav-level-1 > .nav-item.active {
    border-left: none;
    background-color: #006db9;
}
.page-subnav .nav-item.active > .nav-item-label {
	background-color: #03538c !important;
}
.page-subnav .nav-item.active > .nav-item-label > a {
    color: #FFF;
}
.page-subnav .nav-item.active.expandida > .nav-item-label {
    background-color: #006db9 !important;
}
.page-subnav .nav-item.active.expandida > .nav-item-label > a {
    color: #fff !important;
}
.page-subnav .nav-item-caret, .page-subnav .nav-item-label > a > .img-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-box-left-column {
    background-color: #006db9;
}
.login-box-left-column .btn-lg {
    border-radius: 0;
    background-color: #000;
}
.login-box-left-column > .login-box-pie > a {
    color: #fff;
}
.login-box-left-column > .login-box-pie > a:hover {
    color: #a1bed0;
}
    .login-box-left-column > .login-box-pie > a .img-icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .login-box-left-column > .login-box-pie > a:hover > .img-icon {
        opacity: .6;
        filter: alpha(opacity=60);
    }


.page-content-top {
	background: #fff;
}

.page-migas {
	padding-top: 0;
	color: #666;
}
	.page-migas > ol > li > a {
		color: #666;
	}
	.page-migas > ol > li > a:hover {
		color: #0075c6;
	}
.img-icon {
	margin-right: 6px;
}
.page-icon {
	margin-right: 1.5em;
	background-color: #ff8b1e;
	width: 50px;
	height: 50px;
	border-radius:0;
}
	.page-icon > img {
		width: 32px;
	}
	.page-title > h1 {
		color: #333;
		text-transform: uppercase;
	}

.page-date {
    color: #000;
}
.page-username {
	color: #000;
}
.page-avatar {
	margin-right: 10px;
}

.page-content-links .btn:hover {
	border-color: #4299d5;
	background: #fff;
}

.page-footer {
	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.page-footer-text,
.page-footer-links,
.atnova-firma {
	padding: 1em 1.4em;
}
.page-footer-links {
	float: left;
}
	.page-footer-links > a,
	.page-footer-links > a:focus {
		color: #666;
	}
	.page-footer-links > a:hover {
		color: #0075c6;
	}
.atnova-firma {
	float: right;
}


.ibox-heading {
    border: none;
}
.ibox-title {
    color: #000;
	font-weight: 300;
    font-size: 1.5em;
	text-transform: uppercase;
}
.ibox-heading  {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
	.ibox-heading .progress-bar {
		color: #fff;
	}
.ibox-title small {
    float: none;
    display: inline-block;
    margin-top: .5em;
	width: 100%;
}
.ibox-heading + .ibox-header,
.ibox-heading + .ibox-content {
    border-top: 0;
}

.view-title {
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #0075c6;
}
.view-title > strong,
.view-title > h2,
.view-title > h3,
.view-title > h4 {
    color: #0075c6;
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
}

.grid-filtros {
    padding: 4px 12px;
}
	.grid-filtros > .nav-pills {
		padding: 0;
	}

.faq-header {
	margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
}
.faq-header h2 {
    color: #000;
	font-weight: 300;
    font-size: 1.5em;
}

.news-header h2,
.news-header h3 {
    color: #000;
	font-weight: 300;
    font-size: 1.5em;
}
.calendar-event {
    background-color: #4299d5;
    border-color: #4299d5;
}

.steps > ol > li.current {
    background: #0075c6;
}
    .steps > ol > li.current > .badge {
	    background-color: #4299d5;
	    color: #fff;
    }

.test-sumary {
    border-color: #4299d5;
}

.temario-box-title {
    color: #000;
}

@media screen and (max-width:767px) {
	.page-menu {
		width: 100%;
		float: none;
		padding: 0;
		min-height: inherit;
		background: #046db9;
	}
	.page-menu-right {
		display: none;
	}
	.page-left-column, .page-left {
		padding-top: 0;
	}
    .page-nav > li {
        padding: 0;
    }
}

