* {
	font-family: Museo Sans;
}

p {
	font-size: 15px;
	font-weight: 300;
}

a {
	color: #000 !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

h2 {
	border-left: 7px solid #1c3965;
    padding-left: 15px;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
}

h3 {
	font-size: 1.25rem !important;
	font-weight: 900 !important;
}

h4 {
	font-size: 1rem !important;
	font-weight: 900 !important;
}

.content {
	background-color: #f9f9f9;
}

.card-title {
	text-align: left;
}

header {
	width: 100%;
	height: 110px;
	padding: 0 100px;
	border-bottom: 1px solid #d2d2d2;
}

header .img {
	background: url(/media/images/gobCL.jpg) 0px 0px no-repeat;
	height: 12px;
}

header .title {
    width: 250px;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #282828;
}

header .title a {
	color: #282828;
    text-decoration: none;
}

header .title a:hover {
	color: #000;
	text-decoration: none !important;
}

header .title span {
	display: block;
	letter-spacing: -1px;
	line-height: 1.5rem;
}

header .title .tt1 {
	font-size: 1rem;
}

header .title .tt2 {
	font-size: 1.8rem;
	font-weight: 800;

}

header .title .tt3 {
	font-size: 1.3rem;
}

nav {
    font-size: 15px;
    position: absolute;
    right: 100px;
    margin-top: -30px;
    text-transform: uppercase;
}

nav ul {
	list-style: none;
}

nav ul li {
	display: inline-block;
}

nav a {
	color: #282828 !important;
    text-decoration: none;
    padding: 20px;
    font-weight: 800 !important;
}

nav a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

nav ul li ul li {
	display: block;
	font-size: 12px;
}

nav .dropdown-item {
	font-weight: 700 !important;
}

.container ul {
	list-style: none;
	padding-left: 0;
	font-weight: 300;
}

.container button {
	width: 100%;
	padding: 12px;
	border: 1px solid #d2d2d2;
	font-weight: 400;
	font-size: 15px;
	background-color: #FFF;
}

.container button:hover {
	border: 1px solid #b6b7ba;
	background-color: #b6b7ba;
}

.container .item {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

.container .img-map {
	width: 100%;
	background-color: #FFF;
    border-radius: 5px;
}

.container .location {
	font-size: .85rem;
	font-weight: 300;
    color: #5a5a5a;
}

.container .rrss {
	text-align: center;
}

.container .rrss .ico-rrss {
	width: 17%;
    opacity: .5;
    border-radius: 10px;
}

.container .rrss .ico-rrss:hover {
	opacity: .8;
}

.container .thumbnail {
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	border-radius: 5px 5px 0px 0px;
}

.container .news-image {
	width: 40%;
	float: left;
}

.container .news-image img {
	width: 100%;
	border-radius: 5px;
}

.container .news-txt {
	text-align: justify;
}

.container .news-txt .news-header {
	font-weight: 700;
}

.container .news-txt .news-link a {
	font-weight: 800;
	color: #1c3965 !important;
}

.container .desc {
	background-color: #FFF;
	font-size: .85rem;
    font-weight: 300;
    padding: 10px 15px;
}

.container .desc table tr td:first-child {
	font-weight: 400;
	padding-right: 10px;
}

.container .desc table tr td {
	vertical-align: top;
    padding-bottom: 5px;
}

.mapa {
	width:100%;
	height:850px;
	margin:auto;
}

.mapa svg {
	width: 100%;
    padding: 75px 50px;
}
	
.mapa path {
	fill:#7e6694;
	stroke:#fff;
	stroke-witdth:1px;
}

.mapa path:hover {
	fill:#000;
}

footer {
	width: 100%;
	height: 250px;
	background-color: #1c3965;
	color: #fff;
	font-weight: 300;
	padding: 20px 200px;
}

footer .footer-content {
	padding: 40px 0;
}
	
footer img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 150px;}

footer .txt {
	font-size: 14px;
    line-height: 24px;
}
	
footer .txt span {
	display: block;
	font-weight: 800;
	margin-top: 10px;
	text-transform: uppercase;
}