
body {
	background: #113255 url(../imgCustom/bgBody.jpg) no-repeat top left ;
}

header h1 {
	display: none;
}

#content{
	background: #fff url(../imgCustom/bgMainContent.jpg) repeat-y top left;
}

#mainContent {
	padding: 45px 45px 45px 15px;
}



footer {
	background: #C5E3EE;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
}

footer p {
	margin: 0;
}

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

.nav>li {
	color: #fff;
	float: none;
	padding: 13px;
	display: block;
	cursor: pointer;
}

.nav>li:hover {
	color:#1dd2af;
}

.active>li,.navbar-inverse .nav .active>li:hover,.navbar-inverse .nav .active>li:focus{color:#2c3e50;background-color:#15a589}

.navbar-fixed-top {
	font-size: 13px;
}

.btn-destacado-head {
	font-weight: bold;
	
}

.btn-destacado-head a:link, .btn-destacado-head a:visited, .btn-destacado-head a:hover, .btn-destacado-head a:active {
	
	text-shadow: 0px 2px 0px #010 !important;
	background-color: #233140;
	border-radius: 3px;

}


.btn-destacado-head a:link, .btn-destacado-head a:visited, .btn-destacado-head a:hover, .btn-destacado-head a:active, .idioma a:link, .idioma a:hover, .idioma a:visited, .idioma a:active {
	margin: 0;
	padding: 2px !important;
}



.idioma {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}


.navLateral {
	background: #D0ECF8 url(../imgCustom/bgMenu.jpg) repeat-x top left;
}

.navLateral li {
	color: #2A92B9;
	padding: 5px;
	margin: 10px 0;
}

.navLateral li:hover {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: #2C3E50;
}

h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 25px;
	line-height: 28px;
	margin: 40px 0 20px 0;
}

h4 {
	font-size: 21px;
	line-height: 25px;
	margin: 25px 0 15px 0;
}

h5 {
	font-size: 17px;
	line-height: 21px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 17px 0;
}

.text-justify {
	text-align: justify;
}

.infoGral img {
	margin-right: 10px;
}

.dowloadFile {
	clear: both;
	margin: 0 0 20px 0;
}

#baires {
	 margin: 15px auto; 
	 width: 180px;
	 padding: 30px;
	 background: url(../imgCustom/baires/bgBaires.png) no-repeat top left;
}

.table td {
	background: #DEEDFC;
}

.table th {
	background: #2C3E50;
	color: #fff;
}

.ocupado td {
	background: #E6EEF1;
	color: #898989;
	font-style: italic;
}

.up img {
	margin: 20px;
}


.separador {
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 1px #2C3E50;
}