a{
	outline: 0;
}

a:hover, a:active, a:focus {
	outline: 0;
}

body{
	border-top: 4px solid #039f7a;
}

body::before{
	display:block;
	border-top: 4px solid #99ccc3;
	content: "";
}

h2{
	font-size: 20px;
	color: #009974;
	padding-bottom: 15px;
}

#logo{
	margin-left: 20%;
}

.descripcion{
	font-size: 11px;
	color: #999;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.5px;
	text-align: right;
}

.navbar-inverse{
	border: none;
	border-radius: 0;
	min-height: 30px;
	background-color: #555555;
	border-top: 5px solid #2f2f2f;
}

.navbar-inverse ul li a{
	padding: 7px 30px 8px 30px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
}

#navbar ul li.active > a, #navbar ul li.open > a, #navbar ul li.active > a:hover, #navbar ul li.active > a:focus {
    color: #fff;
    background-color: #2f2f2f;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}*/

ul.dropdown-menu li a{
	letter-spacing: inherit;
	font-weight: inherit;
	padding-left: 18px;
	padding-right: 18px;
}

.lateral{
	padding-left: 0;
	padding-right: 0;
}

.lateral ul li {
	margin-top: 6px;
}

.lateral ul li a {
	border: 1px solid #bbbbbb;
	color: #333;
	border-radius: 0;
}

.lateral ul li.active a, .lateral ul li.active a:hover, .lateral ul li.active a:focus {
	border-color: #009973;
	background-color: #009973;
}

.lateral ul li a span{
	font-size: 10px;
	margin-top: 4px;
	float: right;
/*	display: none;*/
}

.lateral ul li.active a span, .lateral ul li a:hover span, .lateral ul li a:focus span {
	display: block;
}

.row p{
	padding-bottom: 12px;
}

.content p {
	padding-left: 8px;
}

.content h2{
	padding-left: 8px;
	margin-top: 6px;
}

.contacto a {
	color: #000000;
}

.mapa  {
	margin-top: 6px;
	margin-bottom: 16px;
	width: 100%;
}

.footer{
	display: block;
/*	margin-top: 20px;*/
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	padding: 18px;
	font-size: 12px;
}

.footer span{
	margin: 0 10px;
}

.footer a {
	color: #ffffff;
}

.header {
	min-height: 48px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 100%;
	position: relative;
}

.header-text {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
}

.header-text > div {
	height: 100%;
	display: table;
}

.header-text > div > div {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.header-text h2 {
	color: #b6b6b6;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 26px;
}	

.header-img, .content-img {
	width: 100%;
	display: none;
	margin-top: 6px;
}

.content-img {
	margin-bottom: 20px;
}

.navbar-inverse .menu-title{
	color: #ffffff;
}

.navbar-default .menu-title{
	color: #333333;
}

.content-title {
	margin-top: 20px;
}

.menu-title{
	float: left;
	padding: 14px 0 0 14px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}

.menu-title-big{
	display: none;
	margin-top: 6px;
}

@media (min-width: 768px) { 
	.menu-title{
		display: none;
	}
	.menu-title-big{
		display: block;
	}
	.content-title {
		margin-top: 6px;
	}
}

@media (min-width: 992px) { 
	.header-img, .content-img {
		display: block;
	}
	.header-text h2{
		font-size: 32px;
	}
	.content-title {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) { 
	.header-text h2{
		font-size: 36px;
	}
}