/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/


body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_20 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.boxLogo{
	float: left;
	width: 159px;
	margin: 0px;
}

nav{
	float: left;
	width: 770px;
	margin: 50px 0px 0px 20px;
}

nav a{
	float: left;
	color: #8d8d8d;
	font-size: 18px;
	margin: 0px 20px 0px 20px;
	padding-bottom: 12px;
}

nav a:active{
	color: #8d8d8d;
}

nav a:visited{
	color: #8d8d8d;
}

nav a:hover{
	color: #8d8d8d;
	border-bottom: 5px solid #0f85cd;
}

.boxTel{
	float: left;
	width: 109px;
	height: 22px;
	background: url('../images/boxTel.jpg');
	margin: 0px 0px 0px 40px;
	color: #fff;
	padding: 5px 0px 0px 35px;
	font-size: 13px;
}

.boxBanner{
	float: left;
	width: 100%;
	margin: -5px 0px;
}

.boxBanner img{
	float: left;
	width: 100%;
}

section{
	float: left;
	width: 100%;
	margin-top: 60px;
}

.sobre p{
	text-align: center;
	font-style: italic;
}

.medicos p li ul h3{
	text-align: left;
	font-style: italic;
}

.border{
	float: left;
	width: 100%;
	height: 4px;
	background: url("../images/border.jpg") center top no-repeat;
	margin-bottom: 30px;
}

.boxConfira{
	position: relative;
	width: 236px;
	margin: 50px auto;
}

.btConfira{
	float: left;
	width: 100%;
	height: 31px;
	background: url('../images/btConfira.png');
	
}

.boxes{
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px; 
}

.boxes img{
	float: left;
	width: 25%;
}

.map{
	float: left;
	width: 100%;
	margin-top: 0px;

}

.map img{
	float: left;
	width: 100%;

}

footer{
	float: left;
	width: 100%;
	background: url('../images/bgRodape.jpg') center top no-repeat;
	margin: 0px;
	color: #fff;
	padding-bottom: 30px;
}

.info{
	position: relative;
	width: 800px;
	margin: 20px auto 10px auto;
}

.endereco{
	font-size: 24px;
	font-style: italic;
}

.boxMarcacao{
	float: left;
	width: 350px;
	margin-top: 10px;
}

.small{
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	margin-left: 45px;
	margin-bottom: 5px;
}

.icoTel{
	float: left;
	width: 250px;
	padding-left: 35px;
	background: url('../images/icoTel.png') left top no-repeat;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.icoEmail{
	float: left;
	width: 250px;
	padding-left: 35px;
	background: url('../images/icoMail.png') left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}


.boxHorario{
	float: right;
	width: 350px;
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
}

.icoHorario{
	float: left;
	width: 260px;
	padding-left: 35px;
	background: url('../images/icoHorario.png') left top no-repeat;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 5px;
}

.boxRedes{
	float: right;
	width: 350px;
	margin-top: 0px;
}

.boxRedes p{
	float: left;
	font-size: 20px;
	margin: 8px 0px 0px 0px;
	line-height: 0px;
}

.icoFacebook{
	float: left;
	width: 23px;
	height: 22px;
	background: url("../images/icoFacebook.png");
	margin-right: 5px;
}

.icoInstagram{
	float: left;
	width: 23px;
	height: 22px;
	background: url("../images/icoInstagram.png");
	margin-right: 5px;
}

.galeria{
	float: left;
	margin: 10px;
}

.boxExames{
	float: left;
	width: 100%;
	margin: 30px 0px 60px 0px;
	
}

.exame{
	float: left;
	width: 380px;
	margin: 10px 50px 30px 50px;
}

.exame h2{
	font-size: 18px;
	font-weight: 900;
	text-align: left;
}

.exame p{
	text-align: left;
	margin: 0px;
}


.boxConvenios{
	float: left;
	width: 100%;
	margin: 30px 0px 60px 0px;
	
}

.convenio{
	float: left;
	width: 250px;
	margin: 20px
}

.boxForm{
	float: left;
	width: 540px;
	margin-bottom: 60px;
}

.boxForm input{
	float: left;
	width: 520px;
	height: 22px;
	background: url('../images/bgInput.png') no-repeat;
	text-align: center;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
}

.boxForm textarea{
	float: left;
	width: 520px;
	height: 122px;
	background: url('../images/bgTextarea.png') no-repeat;
	text-align: center;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	
}

input.btEnviar{
	float: left;
	width: 527px;
	height: 38px;
	background: url('../images/bgBtEnviar.png') no-repeat;
	border: none;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.boxMap{
	float: left;
	margin-left: 20px;
}

.imgmedicos{
	
	margin-left: 40%;
	width: 200px;
}