@charset "utf-8";
/* CSS Document */

/*
#home-main-web:before{
	font-size:20px;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	content:"BIENVENIDOS AL TRIBUNAL DE CUENTAS";
}
*/
.base-container {
	width: 90%;
	margin: 0 auto;
}

body,html{
	/*height:100%;*/
	margin:0px;
	padding:0px;
	overflow-x: hidden;	
	overflow-y:visible;
	font-family:  "Open Sans regular", Helvetica, sans-serif;
}
hr{
	color:#333366 !important;
	margin-top: 6px !important;
	margin-bottom: 10px !important;
	border: 1px thick !important;
	border-color:#333366 !important;
}
p{
	font-size:14px;
}
h2{
	font-size:24px;
	margin:0;
	padding: 0;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}

/****************************************************/
/* Header Portal Web */
/****************************************************/

#header_top_social_bar, #header_bot_content{
	display:none;
	visibility:hidden;
}

#menu-responsive-toolbar{
	display:none;
	visibility:hidden;
}
/* Mostramos el menú siempre, aunque estuviera oculto a menor resolución*/

#header-home-web #header_bot_content{
	display:block;
	visibility:visible;
}
.web-container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.btn.btn-gray {
	background-color: #ebedee;
	color: #3498db;
	font-size: 12px;
	font-weight: 500;
	font-family:  "Open Sans regular", Helvetica, sans-serif;
	padding: 8px 10px;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn-group:focus .btn.btn-gray.dropdown-toggle {
	background-color: #cacfd2;
}

.btn.btn-gray:active,
.btn-group.open .btn.btn-gray.dropdown-toggle,
.btn.btn-gray.active {
  background-color: #a1a6a9;
 }
.btn.btn-lang {
	background-color: #798482;
}
.btn.btn-lang:hover,
.btn.btn-lang:focus,
.btn-group:focus .btn.btn-lang.dropdown-toggle {
	background-color: #879391;
}
.breadcrumb-container{
	background-color: #f3f4f5;
	border-radius: 6px;
}
.breadcrumb{
	padding: 13px 0px;
	margin-bottom: 0px;
	font-family:   "Open Sans bold", Helvetica, sans-serif;
}

.row{ /* Por defecto están a un valor negativo y aparece scroll horizontal */
	margin-left:0px;
	margin-right:0px;
}


/****************************************************/
/* Secciones primera pagina */
/****************************************************/

.base-container .col-xs-4{
	width:48%;
	float:none;
	display:inline-block;
}
#body_tit{
	margin: 22px auto 30px auto;
	border-bottom: 1px solid #000022;
	padding-bottom: 13px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	text-align:center;
    color: #000022;
	width:250px;
}
#body_container .dark .thumbnail img {
	width: 55%;
	height: auto;
}
section {
	position: relative;
	padding: 10em 10%;
}
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}
.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
	top: -50px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 50px;
	background: inherit;
}

.ss-style-roundedsplit::before {
	border-radius: 0 80px 0 0;
}

.ss-style-roundedsplit::after {
	left: 50%;
	border-radius: 80px 0 0 0;
}

.light{
	padding:20px 0px 54px 0px;
	background-color:#ffffff;
	border:0px;
	margin:0px;
}

.dark{
	padding-top: 32px; /* Realmente son 36, 32 es aprox para cuadrar*/
	padding-bottom: 44px;
	background-color:#ecf0f1; 
	border:0px;
	margin:0px;
}

#body_container .thumbnail .btn {
	margin-bottom: 28px;
	padding: 4px 0;
	width: 160px;
	font-size: 12px;
}

.thumbnail{
	background-color:inherit;
	border:0;
	padding-left:0px;
	padding-right:0px;
}

.thumbnail p{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:14px;
	font-family:  "Open Sans regular";
	font-style:italic;
	font-weight:500;
	font-size: 15px;
	line-height: 27px;
	color:#435b72;
}

.thumbnail a{
	font-style:normal;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.thumbnail h3{
	color:#3a4f64;
	padding-top:24px;
	padding-bottom:0px;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size:18px;
	font-weight: 500;
	line-height: 36px;
}

.img-circle{
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);  
}

.thumbnail img{
	display: block;
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
}

.vertical-bar{
	background: url(../images/px.png) repeat-y 12.5% 0 scroll;
}

/* Formato listado noticias */
.date p{
	font-family: "Open Sans regular", Helvetica, sans-serif;
	font-size:14px;
	color: #e74c3c;
	padding-top: 6px;
	text-align: left;
}
.news-list p{
	color:#435b72;
	font-family: "Open Sans regular";
	font-style:italic;
	font-weight:500;
	font-size: 15px;
	line-height: 36px;
}
.news-list a, .news-list a:active{
	color: #3a4f64;
	font-size:18px;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	font-weight: 500;
}
.news-list a:hover, .news-list a:focus{
	color: #1abc9c;
  	text-decoration: none;
}

.news-container{
	padding-right: 0;
	padding-left: 0;
}
.news-container .col-md-2 {/* Retocamos contenedores de noticias*/
	width: 9.6%;
	padding-left:0px;
	padding-right:0px;
}
.news-container .col-md-10 {
	width: 90%;
	padding-left:0px;
	padding-right:0px;
}
.btn.btn-news {
	color: #3498db;
	border:1px solid #ebedee;
	background-color: #ebedee;
}

.btn.btn-news:hover,
.btn.btn-news:focus,
.btn-group:focus .btn.btn-news.dropdown-toggle {
	border:1px solid #d9d9d9;
	background-color:#f0f1f1;
}

/* Secciones primera pagina */
.news-show-more{
	margin:0 auto;
	text-align:center;
	width:180px;
}
.news-show-more .btn.btn-sm, .news-show-more .input-group-sm .btn {
	padding: 4px 13px;
	font-size: 12px;
}

/* Secciones primer nivel */
.ss-text-wrap h1 small, .ss-text-wrap .h1 small {
	font-size: 22px;
}
.ss-img-wrap img{
	margin-top:20px;
	margin-bottom:6px;
	width: 90%;
}
.ss-img-wrap .thumbnail{
	padding:0px;
	margin-bottom:0px;
}
.ss-text-wrap h1{
	font-size:0px;
	padding-top:60px;
}
.ss-text-wrap .btn{
	margin-bottom: 36px;
	font-size: 12px;
	padding: 5px 18px;
}
.ss-text-wrap h2{
	padding-top:0px;
	padding-bottom:0px;
}
.ss-text-wrap p{
	font-size:16px;
	text-align: justify;
}
.ss-text-wrap{
	padding-left:10px;
	padding-right:10px;
	width: 70% !important;
	float:left;
}
.ss-img-wrap{
	float:left;
	width:30%;
}

/* Secciones segundo nivel */

#title-section-lvl2 h1{
	color:#34495e;
	font-family: "Open Sans bold", Helvetica, sans-serif;
	font-size:28px;
	padding-top: 18px;
}
#title-section-lvl2 hr{
}

.sss-img-wrap img{
	margin-top:20px;
	margin-bottom:20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
}
.sss-img-wrap{
	text-align:center;
}
.sss-text-wrap img{
	border-radius:8px;
	display: block;
	margin: auto;
	width:	85%;
	height: auto;
}
.sss-text-wrap .btn{
	margin-bottom:36px;
	font-size:14px;
}
.sss-text-wrap h1, h2{
	padding-top:0px;
	padding-bottom:0px;
}
.sss-text-wrap p, .sss-text-wrap .paragraph li{
	font-size:16px;
	line-height:1.71109;
	text-align: justify;
}
.sss-text-wrap{
	margin-top:20px;
	margin-bottom:20px;
	padding-left:45px;
	padding-right:10px;
}

.breadcrumb .others {
	color: #bdc3c7;
	cursor: default;
	padding-left: 15px;
}

#bread .thumbnail{
	margin-bottom:0px;
	padding:0 4px;
}
#bread .thumbnail img{
	margin-top:18px;
	margin-bottom:0px;
	width:160px;
	height: auto;
}

#bread .thumbnail .btn{
	margin-bottom: 20px;
	margin-top: 18px;
	padding: 5px 0;
	font-size:12px;
	width: 150px;
}

#bread .thumbnail h2{
	font-family: "Open Sans light", Helvetica, sans-serif;
	font-size: 18px;
}

#myCarousel{
	width: 100%;
	margin: 20px auto;
}

/****************************************************/
/* Footer portal Web */
/****************************************************/

#footer p, #footer h5, #footer li{
	color: #ebedee;
}

#footer li{
	line-height: 18px;
}

a.footer-link-sec:link, a.footer-link-sec:active{
	color: #ebedee;
	font-style:normal;
	font-family:"Open Sans light", Helvetica, sans-serif;
	font-size:14px;
}
a.footer-link-sec:hover, a.footer-link-sec:focus{
	color: #5fccff;
}
a.footer-link-tit:link, a.footer-link-tit:active{
	display: inline-block;
	margin-top:10px;
	color: #ebedee;
	font-style:normal;
	font-family: "Open Sans bold", Helvetica, sans-serif;
	font-size:14px;
}
a.footer-link-tit:hover, a.footer-link-tit:focus{
	color: #5fccff;
}

a.blue-link:link, a.blue-link:active, a.blue-link:visited{
	color: #5fccff;
	font-style:normal;
	font-family: "Open Sans light", Helvetica, sans-serif;
	font-size:14px;
}
a.blue-link:hover, a.blue-link:focus{
	text-decoration:underline;
}

.web-content-title{
	margin-bottom:0px !important;
}
#footer{
	display:none !important;
	visibility:hidden !important;
}

/****************************************************/
/* Buscador portal Web */
/****************************************************/

#search_container .alert-info {
	padding: 8px 45px 8px 30px;
	margin-bottom: 5px;
}

#search_container .alert-success {
	padding: 8px 45px 8px 30px;
	margin-bottom: 27px;
}
#search_container .input-group{
	margin-top: 18px;
}
#search_container h2{
	font-size: 22px;
	font-family: "Open Sans light", Helvetica, sans-serif;
}
#search_container .alert a {
	font-weight: 500;
}

#search_container .search-header{
	margin: 0 0 18px 0;
}

#search_container .search_result {
	margin-bottom: 18px;
	padding-left: 0px;
}

#search_container .search-body{
	margin-bottom: 36px;
}

#search_container input{
	border-radius:4px;
}

#search_container .search_result h4, #search_container .search_result p{
	font-family: "Open Sans regular", Helvetica, sans-serif;
}
#search_container .search_result .search-date{
	font-size:14px;
}

#advanced-search {
	width: 240px;
	text-align: center;
	background: #16a085;
	margin-left: -10px;
	padding: 4px;
}



/****************************************************/
/* Searcher tabs */
/****************************************************/
#searcher-tabs{
	border-bottom: 1px solid #BECCD6;
	font-family: "Open Sans regular", Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 0px;
	margin:15px 18px;
}
#searcher-tabs .active {
	border-bottom: 3px solid #47A0DB;
	color: #47A0DB;
	font-family: "Open Sans bold", Helvetica, sans-serif;
	padding: 12px 2px;
	margin: 0 10px;
}
#searcher-tabs li {
	display: inline-block;
	margin-top: 10px;
}

#searcher-tabs li a {
	color: #47A0DB;
	margin: 0 10px;
	padding: 12px 2px;
}
#searcher-tabs li a:hover {
	color: #16a085;
	text-decoration: none;
}

.pagination a, .pagination span {
	margin-right: 0px !important;
}
a[href]:after {
    content: none !important;
 }