body {
    background-color: #eef2f5 !important;
    color: #9bacb9 !important;
}
hr {
	margin-top: 0 !important;
}
h4 {
    color: #5A6B7C !important;
    margin-bottom: 25px !important;
}
button {
    padding: 8px;
    outline: none;
    color: #0081CA !important;
	border: 2px solid #0081CA;
	background-color: white;

	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

    box-shadow: 0 0 0 2px transparent;
    -moz-box-shadow: 0 0 0 2px transparent;
    -webkit-box-shadow: 0 0 0 2px transparent; 
}
button:hover,
button:focus {
	color: #0081CA;
	border: 2px solid transparent;
	background-color: #BFE0F2;

	box-shadow: 0 0 0 2px #0081CA;
	-moz-box-shadow: 0 0 0 2px #0081CA;
	-webkit-box-shadow: 0 0 0 2px #0081CA;
}
table thead tr th {
    color: #4c5e70;
}
.Panel-Busqueda {
	width: 340px;
	padding: 20px;
	margin: 5% auto 0px;
    text-align: center;
    background-color: #fff;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.Logo-Empresa {
	width: 100%;
	margin: 0 auto 40px;
}
.Panel-Busqueda_Capcha {
	min-height: 60px;
    margin-bottom: 15px;
	border: 0 none;

	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn-consulta{
	font-family:open sans,sans-serif,Arial,Helvetica;
	font-weight:400;
	padding:10px 15px;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	color:#03b3c9;
	font-weight:bold;
	border:2px solid #03b3c9;
	border-radius:6px;
	display:inline-block;
}
@media (max-width: 460px) {
	.Panel-Busqueda {
		width: 100%;
	}
}


/* NUEVOS ESTILOS PARA CREDITORIO HIPOTECARIO*/

.Explorador_same {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 1.5em 0em;
}

.nav-tabs.custom {
    border-bottom: 2px solid #D5DCE2;
}
.nav-tabs.custom>li {
    width: 50%;
    text-align: center;
}
.nav-tabs.custom > li.active > a,
.nav-tabs.custom > li.active > a:focus,
.nav-tabs.custom > li.active > a:hover {
    border-width: 0;
}
.nav-tabs.custom > li > a {
    border: none;
    color: #A0B0BC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.nav-tabs.custom > li > a:hover {
    color: #A0B0BC;
    border: none;
    background: transparent !important;
}
.nav-tabs.custom > li.active > a {
    border: none;
    color: #4C5E70 !important;
    background: transparent !important;
}
.nav-tabs.custom > li > a::after {
    content: "";
    background: #00B3CA;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.nav-tabs.custom > li.active > a::after,
.nav-tabs.custom > li:focus > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.tab-content {
    color: #5A6B7C;
}
.container-panel {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.titulo-ui-02 {
    margin: 10px 0 15px;
    padding: 10px 0px;
    color: #2091D1;
    font-size: 16px;
    font-weight: 400;
}





