html {
	min-height: 100%;
	overflow-y: scroll;
	position: relative;
}
body {
	background: url( '../images/bg.png' ) center center no-repeat fixed;
	background-size: cover;
	color: #444444;
	margin-bottom: 54px;
}
body img {
	height: auto;
	max-width: 100%;
}
body a {
	color: #444444;
}
body a:hover {
	color: #259CB9;
	text-decoration: none;
}
body .logo {
	padding: 75px 15px 50px;
}
body span.espacador {
	padding-left: 10px;
	padding-right: 10px;
}
body h3 {
	font-style: italic;
	padding: 15px 15px 30px;
}
body .col-sm-6 {
	float: left;
	padding: 30px 15px;
}
body .oftalmo {
	background-color: #1c64a1;
	color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
}
body .oftalmo i {
	display: inline-block;
	height: 160px;
	overflow: hidden;
	width: 160px;
}
body .oftalmo span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
body .pediatra {
	background-color: #d48f28;
	color: #ffffff;
	margin-bottom: 50px;
	overflow: hidden;
}
body .pediatra i {
	display: inline-block;
	height: 160px;
	overflow: hidden;
	width: 160px;
}
body .pediatra span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
body .clear {
	display: block;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
body footer {
	background-color: #259cb9;
	bottom: 0;
	clear: both;
	color: #ffffff;
	display: block;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	width: 100%;
}
body footer a {
	color: #ffffff;
}
body footer a:hover {
	color: #C7EBF3;
}