:focus,
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    outline: medium none !important;
}
a,
a:focus {
    color: #038ac9;
}
a:hover {
    text-decoration: none;
    color: #038ac9;
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
}
header h1 {
    margin: 0;
}
header .logos {
    margin-top: 10px;
    margin-bottom: 10px;
}
header .logos .text-right a {
    margin-left: 30px;
}
header .form-inline {
    margin-bottom: 20px;
}
header .form-inline .form-control {
    width: 145px;
}
header .form-inline .form-group {
    margin-right: 10px;
}
header .selector-region-home {
	float: right;
}
header .selector-region-home label {
	margin-right: 10px;
}
.form-inline label {
    padding: 0 10px 0 0;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    height: 25px;
    line-height: 1.42857;
    padding: 2px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px;
}
.btn {
    border: 1;
    border-radius: 1;
    height: 25px;
    padding: 2px 12px;
    font-size: 14px;
}
.btn-primary {
    background: #02a8e4;
}
.btn-primary:hover {
    background: #a6dd00;
}
.btn-default {
	font-size: 15px;
	background: #efeeee;
	margin-bottom: 3px;
	height: 27px;
}
.btn-default:hover {
    background: #a7a6a6;
    color: #fff;
}
.contenidointerior p,
.contenidointerior a,
.contenidointerior th,
.contenidointerior td {
	font-size: 15px;
}
#menu {
	padding: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#menu li {
    /*border-right: 1px solid #dddddd;*/
}
#menu li.active {
    background: #eee;
}
#menu li:last-child {
    border-right: 0;
}
#menu a {
    color: #000;
    padding-top: 23px;
    padding-bottom: 23px;
    text-transform: uppercase;
}

.portada {
    position: relative;
    display: block;
}
.portada .texto {
    text-align:justify;
}
.borde-portada {
    background: #02a8e4;
    height: 5px;
    display: block;
    width: 100%;
}
.borde-portada-verde {
    background: #a6dd00;
    width: 50%;
    float: right;
    display: block;
    height: 5px;
}
.interior .borde-portada {
	margin-top: 5px;
}

.portada .texto.inicio {
    display: none;
}
.portada .texto {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.portada .texto.off {
    opacity: 0;
}
.texto h2 {
	color: #FFFFFF;
    font-size: 46px;
    margin: 0 0 20px;
}
.texto p {
	color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.texto .btn {
    font-size: 16px;
    text-transform: uppercase;
    height: auto;
    padding: 10px 20px;
}
footer .logo {
    margin: 0 auto 20px;
}
footer a {
    color: #706f6f;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color: #a6dd00;
    text-decoration: none;
}
footer .btn {
    padding: 6px 15px;
    height: auto;
}
footer .row > div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .row ul {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
footer .row li {
    text-align: left;
    margin-bottom: 5px;
}
footer p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #aaa;
}
.social img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

form.usuario-logado {
	vertical-align: top;
}
form.usuario-logado span.usuario {
	font-weight: bold;
	margin-right: 20px;
}
form.usuario-logado span.usuario a {
	color: #000000;
}
form.usuario-logado span.usuario a:hover {
	color: #a6dd00;
}
form.usuario-logado .btn {
	width: auto !important;
}

h2.titular {
	position: relative;
    font-size: 25px;
}
h3.titular {
	position: relative;
    font-size: 20px;
}
.enlaces {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 15px;
}
.abrircerrarfiltro {
	width:  100%;
	margin: 15px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #02a8e4;
}
.abrircerrarfiltro button {
	font-size: 15px;
	padding: 5px 2px;
	background: #FFF;
	box-shadow: none;
	border: none;
	color: #02a8e4;
}
#filtrosbusqueda {
	border: 1px solid #02a8e4;
	color: #02a8e4;
}
#filtrosbusqueda .form-top .btn-group select,
#filtrosbusqueda .form-top .btn-group input.form-control {
	background: #02a8e4;
	color: #fff;
	border: none;
}

.form-top {
	padding: 10px 20px 10px 20px;
	background: #FFF;
}
.form-top .btn-group {
	width: 100%;
}
.form-top label {
	font-size: 15px;
	font-weight: normal;
	margin-right: 10px;
}
.form-top .btn-group select,
.form-top .btn-group input.form-control {
	width: auto;
	min-width: 270px;
	display: inline-block;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	height: 25px;
	line-height: 1.42857;
	padding: 2px 6px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	color: #555;
	background: transparent;
	background-image: none;
	border: 1px solid #D3D3D3;
	font-size: 13px;
}
.form-top .checkbox {
	display: inline-block;
}
.form-top .checkbox input {
	width: 25px;
	height: 25px;
	margin: -1px 0 0 -25px;
	background: transparent;
}
.form-top .checkbox span {
	padding: 0 20px 0 10px;
}
.form-top button.btn-primary {
	float: right;
	margin-top: 5px;
	padding: 10px 25px;
	height: auto;
	text-transform: uppercase;
}

.contenidointerior {
	margin-bottom: 10px;
}
.contenidointerior p {
	margin-bottom: 20px;
}
.contenidointerior img.img-responsive {
	margin-bottom: 20px;
}
.contenidointerior a.enlace {
	display: block;
	margin-bottom: 10px;
}
.contenidointerior a.enlace:hover,
.contenidointerior a.enlace:focus {
    color: #a6dd00;
    text-decoration: none;
}
.contenidointerior .table-responsive .table th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8E8E8E;
}
.contenidointerior .table-responsive .table > tbody > tr > td {
	border-top: none;
}
.contenidointerior .table-responsive .table > tbody > tr > th,
.contenidointerior .table-responsive .table > tbody > tr > td {
	border-right: 2px solid #FFFFFF;
	padding: 8px 15px;
}
.contenidointerior .table-responsive .table > tbody > tr > th:last-child,
.contenidointerior .table-responsive .table > tbody > tr > td:last-child {
	border-right: none;
}

.interior .container #custom-search-input {
	display: inline-block;
	float: right;
}
.interior .container #custom-search-input button {
	background: none;
	box-shadow: none;
	border: 0;
	color: #02a8e4;
	padding: 0 8px 0 10px;
}
.interior .container #custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	color: #a6dd00;
}
.interior .container #custom-search-input .glyphicon-search {
	font-size: 23px;
}

.paginacion .pager {
	margin: 0 0 10px 0;
}
.paginacion .pager li > a,
.paginacion .pager li > span {
	border: none;
}
.paginacion .pager li.active > span.active {
	font-weight: bold;
}
.paginacion .pager li > a,
.paginacion .pager li > a:hover {
	background: transparent;
}

#menu .dropdown-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	-webkit-border-radius:	0px;
	border-radius:			0px;
	-moz-box-shadow:		none;
	-ms-box-shadow:			none;
	-o-box-shadow:			none;
	-webkit-box-shadow:		none;
	box-shadow:				none;
	max-height:678px;/* you can change as you need it */
    overflow:auto;/* to get scroll */
}
#menu .dropdown-menu > li {
	border-bottom: 1px solid rgba(0,0,0,.15);
}
#menu .dropdown-menu > li:last-child {
	border-bottom: none;
}
#menu .dropdown-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	white-space: normal;
}


/* MOVIL */
@media (max-width: 767px) {
	.contenidointerior p,
	.contenidointerior a,
	.contenidointerior th,
	.contenidointerior td {
		font-size: 14px;
	}
	#menu {
		position: absolute;
		top: 60px;
		left: 0px;
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: none;
		border-bottom: none;
		z-index: 10;
	}
	#menu,
	#menu li a:hover,
	#menu li a:focus {
		background: #02a8e4;
	}
	#menu,
	#menu li {
		border-right: none;
		border-bottom: 1px solid #FFFFFF;
	}
	#menu li a {
		color: #FFFFFF;
	}

	#menu .dropdown-menu,
	#menu .dropdown-menu li a,
	#menu .dropdown-menu li a:hover,
	#menu .dropdown-menu li a:focus {
		background: #59c5ff;
	}
	#menu .dropdown-menu {
		position: relative;
		float: none;
		border-top: 1px solid #FFF;
		border-right: none;
		border-bottom: none;
		border-left: none;
		text-align: center;
	}
	#menu .dropdown-menu > li {
		border-color: #FFFFFF;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}

    header .logos img {
        max-height: 40px;
    }
    header .logos .text-right img {
        max-height: 30px;
    }
    header .logos > div,
    header .logos .text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }
    header .logos .text-right a {
        margin: 0 5px;
    }
    .social li {
        display: inline-block;
    }
    header .form-inline .form-group {
        margin: 0 0 10px;
        width: 100%;
        display: block;
    }
	header .form-inline .form-control,
	header .form-inline .btn,
	header .selector-region-home,
	header .selector-region-home .btn-group,
	header .selector-region-home .btn-group label,
	header .selector-region-home .btn-group select {
		width: 100%;
	}
	header .selector-region-home .btn-group select {
		margin-bottom: 10px;
	}
    header .logos {
		margin-top: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dddddd;
    }
    header .logos > div,
    header .logos .text-right {
        margin-bottom: 10px;
    }
	.form-top {
		padding: 10px;
	}
	.form-top button.btn-primary {
		float: none;
		margin-top: 0;
		padding: 10px 0;
		display: block;
		width: 100%;
	}
    .texto01,
    .texto02,
    .texto03,
    .texto04 {
        display: none;
    }
    .portada img {
        display: none;
    }
    .portada {
        background: url(../img/portada.jpg);
        background-position: center;
        background-size: cover;
        padding: 30px 15px 50px;
        width: 100%;
    }
    .texto h2 {
        font-size: 22px;
        margin: 0 0 12px;
    }
    .texto p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .texto .btn {
        font-size: 12px;
    }
    footer .row > div {
        padding-top: 0;
    }
    footer {
        margin-top: 20px;
    }
	.navbar-toggle {
		position: absolute;
		float: none;
		padding: 8px;
		top: 5px;
		right: 0px;
		background: #02a8e4;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		width: 40px;
		height: 40px;
		z-index: 20;
	}
	.navbar-toggle:hover {
		background: #a6dd00;
	}
	.navbar-toggle .icon-bar {
		background: #FFFFFF;
	}
	form.usuario-logado {
		position: relative;
		padding-top: 5px;
	}
	form.usuario-logado span.usuario {
		padding-right: 120px;
		margin-right: 0px;
		line-height: 14px;
		float: left;
	}
	form.usuario-logado .btn {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.form-top .btn-group select,
	.form-top .btn-group input.form-control {
		width: 100%;
		min-width: auto;
		display: block;
	}
	.form-top .btn-group {
	    margin-bottom: 10px;
	}
	.contenidointerior img.img-responsive {
		width: 100%;
	}
	.contenidointerior .table-responsive {
		margin: 20px 0 20px 0;
	}
	.contenidointerior .table-responsive .table > tbody > tr > th,
	.contenidointerior .table-responsive .table > tbody > tr > td {
		font-size: 13px;
		padding: 8px;
	}
	.contenidointerior {
		margin-bottom: 0px;
	}
	.interior .borde-portada {
		margin-top: 20px;
	}
	h2.titular {
	    font-size: 22px;
	}
	h3.titular {
	    font-size: 18px;
	}
	.enlaces {
		display: block;
		float: none;
		position: inherit;
		margin: 20px 0 10px 0;
	}
	.interior .container #custom-search-input {
		display: block;
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.pager li > a,
	.pager li > span {
	    font-size: 13px;
		padding: 5px 10px;
    }
}

/* TABLET Y SUPERIOR */
@media (min-width: 768px) {
	#menu li {
		font-size: 10px;
	}
	.portada .texto {
		width: 80%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
	}
	.texto h2 {
		font-size: 22px;
		margin: 0 0 12px;
	}
	.texto p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 12px;
	}
	.texto .btn {
		font-size: 12px;
	}
	footer .row {
		border-bottom: 1px solid #ddd;
		display: flex;
		margin: 30px auto 20px;
	}
	footer .row > div {
		border-right: 1px solid #ddd;
	}
	footer .row > div:last-child {
		border-right: 0;
	}
	header label {
		display: none;
	}
	.form-top .btn-group {
		margin-bottom: 10px;
	}
	.form-top .btn-group select,
	.form-top .btn-group input.form-control {
		width: 100%;
		min-width: auto;
		display: block;
	}

	#menu .dropdown-menu > li > a {
		font-size: 10px;
	}
	#menu .nav span.caret {
		display: block;
		position: absolute;
		top: 28px;
		right: 5px;
	}

}

/* PC 1024 Y SUPERIOR */
@media (min-width: 992px) {
	#menu .dropdown-menu > li > a {
		font-size: 13px;
	}
	#menu .nav span.caret {
		display: inline-block;
		position: static;
		top: auto;
		right: auto;
	}
	#menu li {
		font-size: 13px;
	}
    header label {
	    display: inline-block;
    }
    .texto h2 {
        font-size: 36px;
        margin: 0 0 12px;
    }
    .texto p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .texto .btn {
        font-size: 16px;
    }
    footer .container .row {
        max-width: 80%;
        margin: 30px auto 20px;
    }
}

/* PC ALTA RESOLUCION */
@media (min-width: 1170px) {
    .portada .texto {
        width: 80%;
    }
}

select.form-control,
.dataTables_length select {
    border:1px solid #e8e5e5;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: 34px;
    padding: 0 12px;
    max-width: 100%;
}
.dataTables_scroll {
    border-top: 1px solid #c1c1c1;
    margin-top: 45px;
    padding-top: 15px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.noFilter .dataTables_scroll {
    border-top: 1px solid #c1c1c1;
    margin-top: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.dataTables_filter {
    float: left;
}

.dataTables_filter input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin: 0 10px;
    margin-bottom: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.dataTables_length {
    float: right;
    margin-top: -45px;
}

.dataTables_length label {
    font-weight: normal;
    color: #5b5b5b;
}



.dataTables_length select {
    margin: 0 5px;
}

. .dataTables_info {
    margin-bottom: 10px;
}

.dataTables_paginate {
    display: block;
    font-size: 15px;
    text-align: center;
}

.dataTables_paginate a {
    border: 0;
    color: #02a8e4;
    display: inline-block;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.dataTables_paginate > a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.dataTables_paginate > a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.dataTables_paginate a:hover,
.dataTables_paginate a:focus {
    background-color: none;
    border-color: #DDDDDD;
    color: #333;
    cursor: pointer;
}

#resultados_first,
#resultados_last {
    display: none;
}

.dataTables_paginate a.paginate_active {
    background-color: none;
    border-color: 0;
    color: #000;
    cursor: default;
    z-index: 2;
}

.dataTables_paginate > .disabled > span,
.dataTables_paginate > .disabled > span:hover,
.dataTables_paginate > .disabled > span:focus,
.dataTables_paginate > .disabled > a,
.dataTables_paginate > .disabled > a:hover,
.dataTables_paginate > .disabled > a:focus {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #999999;
    cursor: not-allowed;
    display: inline-block;
}

.dataTable th {
    /*background-color: #afcb08;*/
    background: #02a8e4;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    padding-right: 25px;
}

.dataTable th.sorting {
    /*background-color: #afcb08;*/
	background: #02a8e4;
    background-image: url("../img/sort3.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    padding-right: 25px;
}

.dataTable th.sorting_desc {
    background-color: #0379b0;
    background-image: url("../img/sort2.png");
    background-position: right 50%;
    background-repeat: no-repeat;
}

.dataTable th.sorting_asc {
    background-color: #0379b0;
    background-image: url("../img/sort1.png");
    background-position: right 50%;
    background-repeat: no-repeat;
}
.dataTables_info {
    font-size: 12px;
}

.input-group-addon {
    cursor: default;
}



