html, body {
	height: 100%;
}

body {
	background: #FDFDFD !important;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
h1
{
	color: #4db2ec;
	text-align: center;
}
h2 {
	color: #81d742;
	text-align: center;
	font-weight: bold;
}
h3
{

	text-align:center;
	font-weight: bold;
}

.busqueda form {
	padding: 15px;
}

.main-left {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

.lista-documentos {
	list-style: none;
	padding-left: 10px;
}

.lista-documentos li {
	background: #4db2ec;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 5px;
}

.lista-documentos li>a {
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
}

.font-lg {
	font-size: 1.5em;
	font-weight: bold;
}

.lista-documentos div {
	border-radius: 5px;
	display: none;
	background: #FFF;
	padding: 2px;
}
.lista-documentos .active
{
	display:block;
}
.documentos {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
}

.documentos tbody tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.documentos>thead>tr>th {
	vertical-align: bottom;
	padding-bottom: 5px;
}

.documentos>tbody>tr:hover {
	background-color: #c7cdd8;
}

.categoria-desc table {
	padding-right: 20px;
}

.directiva-block {
	display: inline-block;
	width: 32%;
	margin-left: 1%;
}

.banner-blue {
	background: #0E55FF;
	border-radius: 10px;
	padding: 1%;
	margin-top: 10px;
	text-align: center;
}

#HR-hero, CEB .contenido span img {
	max-width: 100%;
}

.CEB {
	margin-top: 10px;
}

.CEB .descripcion {
	border: 1px solid #1F469F;
	text-align: justify;
	padding: 20px;
	margin-bottom: 10px;
}

.CEB .descripcion>img {
	max-width: 30%;
	float: left;
	margin: 5px 10px 0px 0px;
}

.CEB .descripcion>span {
	width: 70%;
	display: inline-block;
}
.CEB .contenido:hover
{
	width:120%;
}
.CEB .contenido:hover div
{
	width: 15%;
}
.CEB .contenido div {
	display: inline-block;
	width: 23%;
	-webkit-transition: width 2s, height 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, height 2s;
	 -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.CEB .contenido img {
	max-width: 100%;
	-webkit-transition: width 2s, height 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, height 2s;
	 -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.CEB .contenido div:hover {
	width: 40%;
	-webkit-transition: width 2s, height 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, height 2s;
	 -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.contenido .active, .documentos-ceb .active
{
	border:5px solid #1F469F;
	border-style: inset;
}
.documentos-ceb>div
{
	display:none;
}
.documentos-ceb .active
{
	display:block;
	padding:10px;
}
.directiva {
	border: 1px solid #1F469F;
	background: #1F469F;
	color: #FFF;
	border-radius: 10px;
	padding: 15px;
}

.alert-succes {
	padding: 10px;
	color: green;
	width: 100%;
	background: #aeffb9;
	border-radius: 5px;
}

.alert-error {
	padding: 10px;
	color: red;
	width: 100%;
	background: #ffb9b9;
	border-radius: 5px;
}

.nav-menus {
	vertical-align: top;
}

.nav-menus, #logo, .form-label {
	display: inline-block;
}

#logo {
	float: left;
}

.nav-menus {
	float: right;
}

#logo a {
	boder: none;
}

.content {
	clear: both;
}

.top-menu, .main-menu {
	display: block;
	margin-top:5px;
}
.menu-list li:first-child:hover .submenu,.menu-list li:first-child:active .submenu
{
	display:block;
}
.menu-list .submenu
{

	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	text-align:left;
	list-style:none;
}
.menu-list .submenu a{
	text-decoration: none;
	color:#333;
	font-weight:100;
}
.menu-list .submenu a:hover{
	color:#4db2ec;
	font-weight:bold;
}

.menu-list, .top-list, .foot-menu {
	list-style: none;
	height: 12px;
	text-align: right;
}

.side-menu>ul {
	list-style: none;
	padding-left: 10px !important;
}

.menu-list {
	font-size: 14px;
	font-weight: bold;
}

.top-list>li, .foot-menu>li {
	display: inline-block;
}

.top-list>li>a, .side-menu>ul>li>a, .document-list>li>a, .foot-menu>li>a
	{
	text-decoration: none;
	padding: 0px 5px;
	color: #000;
	margin: 10px;
}
.side-menu>ul>li>a:hover
{
	color: #4db2ec;
	
}
.side-menu>ul>.active>a,
.side-menu>ul .active a
{
	color: #4db2ec;
	font-weight:bold;
}
.top-list>li>a:hover, .top-list>li>a:active, .document-list>li>a:hover,
	.document-list>li>a:active, .foot-menu>li>a:hover, .foot-menu>li>a:active
{
	color: #4db2ec;
}

.menu-list>li {
	display: inline-block;
	text-transform: uppercase;
}

.menu-list>li>a {
	text-decoration: none;
	margin: 5px;
	color: #000;
	padding: 10px 8px;
}

.menu-list>li>a:hover, .menu-list>li>a:active {
	border-bottom: 3px solid #4db2ec;
}

.top-list {
	font-size: 11px;
	line-height: 24px;
}

.top-menu {
	border-bottom: 1px solid #ccc;
}

.center {
	margin: 0 auto;
	width: 300px;
	text-align: center
}

.center form {
	margin-top: 20px;
}

.form-input {
	margin-top: 10px;
}

.form-input .form-label {
	width: 38%;
}

.form-input input {
	width: 60%
}

input {
	padding: 5px;
}

.error {
	color: red;
}

.form-input label {
	text-align: right;
}



.sidebar {
	max-width: 300px;
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.main-content {
	display: inline-block;
	padding: 10px 0px 20px 30px;
	min-width: 400px;
	width: 75%;
}

.document-list {
	list-style: none;
}

.block-title {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 26px;
	border-bottom: 2px solid #222222;
	margin-bottom: 13px;
}

.block-title>span {
	padding: 7px 12px 4px 12px;
	color: #fff;
}
.block-darkblue
{
	border-color: #0e1f93;
}
.block-darkblue>span {
	background-color: #1f2e8e;
}
.block-blue {
	border-color: #4db2ec;
}

.block-blue>span {
	background-color: #4db2ec;
}

.block-green {
	border-color: #81d742;
}

.block-green>span {
	background-color: #81d742;
}

.side-menu {
	margin-bottom: 20px;
}

#formulario, #grupos {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

#formulario {
	margin-top: 20px;
}

#formulario>form {
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #4db2ec;
}

footer {
	margin-top: 100px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 150px;
}

#footer {
	background-color: #222222;
	color: #ccc;
	font-size: 12px;
}

.footer-bottom {
	background-color: #000;
	color: #ccc;
	padding-bottom: 5px;
	margin: 0px
}

.foot-info {
	padding: 20px;
	text-align: center;
	color: #eaeaea;
}

.foot-menu {
	list-style: none;
	float: right;
	vertical-align: top;
	margin: 0;
	padding-bottom: 5px;
}

.foot-menu>li>a {
	color: #FFF;
}

.copyright {
	display: inline-block;
	float: left;
}

.foot-menu, .copyright>span {
	display: inline-block;
}

.footer-logo-wrap h2 {
	color: #4db2ec;
	font-size: 20px;
}

.footer-email-wrap a {
	color: #4db2ec;
}

/*tables*/
tr:nth-child(odd) {
	background: #eee;
}

rowgroup:first-child {
	background: #0000ff;
	color: #FFF;
}

.inactive {
	background: #be4144 !important;
	color: #FFF !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
	font-size:14px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.list-group-item>.badge, .list-group-item>a>.badge {
	float: right;
}
/* media query */
@media ( min-width : 1140px) {
	#body {
		width: 1068px;
		margin-right: auto;
		margin-left: auto;
	}
	.foot-info {
		width: 80%;
		margin: auto;
	}
}

@media ( min-width : 1019px) and (max-width: 1140px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 20px;
		padding-left: 20px;
	}
	#body {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.foot-info {
		width: 100%;
		margin: auto;
	}
}

@media ( min-width : 768px) and (max-width: 1018px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 14px;
		padding-left: 14px;
	}
	#body {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.foot-info {
		width: 100%;
		margin: auto;
	}
}

@media ( max-width : 767px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 0;
		padding-left: 0;
	}
	#body {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.foot-info {
		width: 100%;
		margin: auto;
	}
}