@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	
	}



body {
	background-color: #d9e0f6;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



.content {
	background-image: url(img/img_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	height: 1024px;
	width: 1280px;
}

#consultorio .content {
	background-image: url(img/img_consult.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contacto .content {
	background-image: url(img/img_contacto.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.clear{
	clear:both

}


.menu{
	margin-top: 125px;
	height: 27px;
	padding-left: 140px;
	float:left;
}
.menu img{
	margin-right: 15px;

}

.mapa {
	height: 370px;
	width: 420px;
	border: 1px solid #87C69A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 60px;
	margin-left: 180px;
	float:left;
	padding: 10px;
	background-color: #FFF;
}

.tecno {
	height: 400px;
	width: 500px;
	border: 1px solid #87C69A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 60px;
	margin-left: 100px;
	float:left;
	padding: 10px;
	background-color: #FFF;
}

.mail {
	height: 30px;
	width: 210px;
	margin-top: 170px;
	margin-left: 80px;
	float:left;


}




