
.content {
	padding-bottom:0;
}
#myCarousel .item {
	height:387px;
}

#myCarousel h2 {
	color: #000;
	width: 500px;
	position: absolute;
	right: 121px;
	top: 255px;
	background: rgba(255, 255, 255, 0.7);
	text-shadow: none;
	padding: 10px 20px;
	font-size:150%
}

#myCarousel p {
	width: 500px;
	position: absolute;
	right: 121px;
	bottom: 7px;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 20px 26px 20px;
	color: #222;
	font-size:110%;
}

#noticiasList {
	margin:20px 0 0 0;
}

#noticiasList li {
	position:relative;
	height:200px;
}
#noticiasList li div.texto {
	border-left:1px solid #ddd;
	position:absolute;
	left:100px;
	top:0;
	bottom:0;
	padding-right:20px;
	padding-left:10px;
	font-size:90%
}
#noticiasList li div.texto strong {
	text-transform: uppercase;
	line-height: 9px;
}
#noticiasList li div.data {
	color:#9DCBE1;
	position: absolute;
	right:210px;
	top:0;
	width:90px;
	text-align:center;
	text-transform: uppercase;
}

#noticiasList li div.data span {
	display:block;
	font-size:64px;
	line-height:64px;
	font-weight:500;
}

#mini {
	margin-bottom:50px;
}
#mini div {
	width:255px;
	min-height: 100px;
}

#unidadesList {
	overflow: hidden;
}
#unidadesList li {
	float:left;
	width:180px;
	margin-right:73px;
	margin-bottom: 15px;
	box-shadow:0 0 5px #ccc;
}
#unidadesList li:last-child,
#unidadesList li:nth-child(4) {
	margin-right:0;
}
#unidadesList li h3 {
	margin:0px;
}
#unidadesList li h3 a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height: 1;
	text-align: center;
	padding:10px 0;
	height:70px;
	font-size:90%;
	background: #fff;
	border:1px solid #ccc;
	-webkit-transition: all 0.1s linear;
	letter-spacing: -1px;
}
#unidadesList li h3 a:hover {
	background: #0078A3;
	text-shadow:0 0 5px #ddd;
	color:#fff;
	border-color:#004B65;
}
#unidadesList li h3 a span {
	margin-left:15px;
	display:block;
	/*
	width:90px;
	height:70px;
	background: url(../img/logoUnidades.gif) 0 -30px no-repeat;
	*/
	width:90px;
	height:5px;
	sborder-bottom:1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom:10px;
}
#unidadesList li#oncologia h3 a span {background-position: -198px -34px}
#unidadesList li#urgencias h3 a span {background-position: 0 -30px}
#unidadesList li#anestesia h3 a span {background-position: -276px -30px}
#unidadesList li#imagiologia h3 a span {background-position: 0 -30px}
#unidadesList li#cirurgia h3 a span {background-position: -108px -30px}
#unidadesList li#neurologia h3 a span {background-position: 0 -30px}
#unidadesList li#dermatologia h3 a span {background-position: 0 -30px}

#unidadesList li a small {
	font-size:11px;
	color:#333;
}
#unidadesList li h3 a:hover small {
	color:#fff;
	text-shadow:none;
}

.job-opportunities {
	margin:3rem 0;
	padding-top: 3rem;
	overflow:hidden;
	border-top:1px solid rgba(0,0,0,.1);
	sborder-radius: .5rem;
	sbackground:rgba(1,120,160,0.2);
}
.job-opportunities h3 {
	margin:0;
	color:rgba(1,88,116,1);
	text-shadow: none;
}
.job-opportunities p {
	font-size: 12px;
}
.job-opportunities img {
	max-width: 90%;
	box-shadow: 0 10px 20px rgba(1,120,160,.15);
}