body {
	margin: 0;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4A4A4A;
}
hr {
    border: none;
    height: 10px;
    border-left: 50px solid #7a4b68;
}
h1 {
    font-family: Lato, Arial, sans-serif;
    font-size: 2em;
    color: #002850;
}
h2 {
    font-size: 1.4em;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a, a:hover, a:visited {
	text-decoration: none;
}

/* ===================== NAV BAR====================== */
.nav-bar, .navbar-default {
	border: none;
}
.main-bar img {
	padding: 20px 10px;
}
.header-logo.header-logo {
    padding: 16px 0;
}
.full-width {
    width: 100%;
}
.enter-button.enter-button, .out-button.out-button {
    padding: 24px 0 12px 20px;
    width: 50%;
    text-align: right;
}
.navbar-nav {
    margin: 0;	
}

.navbar-nav span{
    font-size: 1em;
	color: #001978;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 15px;	
}

.navbar-nav button {
    padding: 5px 15px 5px 24px;
    font-weight: 600;
    font-size: .8125em;
    border: 1px solid #001978;
    background-color: #FFF;
    color: #001978;
	margin-top: 36px;
}
.navbar-nav .log-out i {
	font-size: 1.3em;
	color: #002850;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.navbar-nav>li>.dropdown-menu {
    border: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>button {
    color: #333;
    font-weight: 400;
    border-top: 5px solid #F8F8F8;
    padding: 20px 30px;
}
.dropdown-menu {
	min-width: 215px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 550px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	white-space: normal;
	color: #333;
	font-size: 1.05em;
	font-style: italic;
	background-color: #FFF;
}
.multi-column-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-item {
	border-left: 4px dashed #f6f6f6;
}
.column-item:first-child {
	border-left: none;
}
.multi-column-dropdown li {
	padding-bottom: .5em;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	font-size: 1.05em;
	font-style: italic;
	line-height: 1.4;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover, .dropdown-menu li a:hover {
	text-decoration: none;
	color: #7a4b68;
	background-color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>button:hover, .navbar-default .navbar-nav>li>button:focus, .navbar-default .navbar-nav>li>button:active, .navbar-default .navbar-nav>li>button:visited, .navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    border-color: #002850;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333;
    background-color: #FFF;
}
/*.nav-tabs.nav-justified a {
    font-size: 1.2em;
    color: #333;
    border: 1px solid #DDD;
	-webkit-transition: background-color .4s ease-out;
	-moz-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out;
}
.nav-tabs.nav-justified a:hover {
	background-color:#7a4b68;
	color: #FFF;
}*/

.nav.nav-tabs.nav-justified a {
    color: #333;
}
/*.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
}*/
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: none;
}
ul.nav.nav-tabs.nav-justified {
    font-size: 1.2em;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #7a4b68;
    cursor: default;
    background-color: #f6f6f6;
}

/* ===================== OTROS SJSS ====================== */

.intro {
	margin-bottom: 40px;
}

/* ============================ MODAL ===================== */
.modal {
	top: 12em;
}
.modal-login .modal-body {
	padding: 3em 1em 1em;
	background-color: transparent;
	color: #000;
}
.modal-login .close {
    position: absolute;
	top: 0;
    right: 0;
    padding: 26px 15px;
	font-size: 2.5em;
}
.modal-login .form-underline label {
    margin-bottom: 0;
    font-weight: 600;
	font-size: .7em;
    letter-spacing: .2em;
}
.modal-login .form-underline .form-control {
    margin-top: -6px;
}
.modal-login .btn, .modal-login p {
	margin-bottom: 2em;
	line-height: 1.4;
}
.modal-login .btn {
    margin-top: 1em;
}
.modal-login p {
    letter-spacing: .04em;
}
.modal-login .btn-default {
	font-size: 1em;
}
.modal-login .help-block {
	margin-top: 1em;
}
.modal-login .modal-icon {
    font-size: 6em;
    color: #002850;
}
.modal-login .price-text.price-text {
	margin-bottom: .9em;
    font-weight: 600;
    font-size: 2.3em;
    color: #999;
}
.modal-login .two-blocks .modal-dialog {
	width: 960px;
}
.modal-login.two-blocks form {
	margin-bottom: 2.5em;
}

/* ============================ search ===================== */

.search-box {
	position: relative;
	margin-bottom: 3em;
}
.search-box input {
	width: 100%;
	height: 62px;
	font-size: 1.25em;
    font-style: italic;
    padding: 14px 15px;
    color: #333;
	background-color: #FFF;
	border: 2px solid #002850;
}
.search-box button {
	position: absolute;
	line-height: 60px;
	right: 15px;
	width: 94px;
    top: 0;
    color: #FFF;
	font-size: 24px;
    border: none;
    background-color: #002850;
}
/* ============================ resultados ===================== */

.law-container-list li {
    border-bottom: 2px dotted #EEE;
    margin-bottom: 20px;
}
.law-container-list .pretitle {
    font-size: .9em;
    margin-bottom: 10px;
    display: block;
}
.law-container-list h2, .gabilex-container-list h2 {
    font-size: 1.2em;
    color: #000;
    line-height: normal;
}
.gabilex-container-list li {
    border-bottom: 2px dotted #EEE;
    margin-bottom: 40px;
}
.gabilex-container-list .pretitle {
	padding-right: 10px;
    font-size: 1.3em;
    color: #005196;    
}
.grey-serif {
    color: #6A6A6A !important;
    font-family: Lora, sans-serif;
    font-weight: 500;
    font-size: .8em;
}

/* ============================ FOOTER ===================== */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;	
	background: #f8f8f8;
	padding: 20px 0;
	overflow:hidden;
}
.footer .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.footer-logo {
	text-align: center;
    padding-bottom: 2em;
    border-bottom: 2px solid #002850;
    margin-bottom: 1em;
}
.footer p, .footer p a {
	color: #002850;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: .9em;
}
.footer p {
	text-align: center;
}
.footer p a {
	font-weight: 400;
	font-size: 1em;
}

.footer p span {
	width: 100%;
    display: block;
    margin-top: 15px;
}

/* ============================ MEDIA QUERIES ===================== */


@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 20px 30px;
	}
	.enter-button.enter-button, .out-button.out-button {
		padding: 30px 0 12px 20px;
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.dropdown-menu.columns-3 {
		min-width: 800px;
	}
	.nav-tabs.nav-justified>li>a {
		border: none;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		outline: 0;
	}
	.resultLaw, .listPdf  {
		margin-bottom: 250px;
	}	
	.footer a:focus {
		outline: 0;
	}	
}


@media (max-width: 992px) {
	.resultLaw, .listPdf {
		margin-bottom: 280px;
	}	
	.navbar-default .navbar-nav>li>a {
		padding: 20px 30px;
	}		
}

@media (min-width:992px) {
	.footer .social-squares{
		text-align: right;
	}
	.footer-logo {
		padding-bottom: 0;
		text-align: left;
		border-bottom: none;
	}
	.footer .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer p {
		text-align: left;
	}
	.footer p span {
		display: inline;
		margin-top: 0;
	}
}
