@charset "utf-8";
/* CSS Document */

body {
	background-color:#f2f0f4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6699CC;
}

img {
	border:0;	
}
a {
	text-decoration:none;	
	color:#6699CC;
}

#body {
	width:995px;
	margin:30px auto 0 auto;
	background:url(../img/bg-body.gif) repeat-y 0 0;
}
#content {
	margin:0 7px;
	padding:30px 460px 30px 60px;
	height:462px;
	position:relative;
}
#content.home {
	background:#ffffff url(../img/bg-content-home.jpg) no-repeat 0 0;
}
#content.especialidades {
	background:#ffffff url(../img/bg-content-especialidades.jpg) no-repeat 0 0;
	height:492px;
}
#content.contacto {
	background:#ffffff url(../img/bg-content-contacto.jpg) no-repeat 0 0;
	height:492px;
}

#content.home #logo {
	padding-top:30px;
	text-align:center;
}
#content.home #menu {
	text-align:center;
	font-size:16px;
	padding-top:50px;
	text-transform:lowercase;
}
#content.home #claim {
	text-align:center;
	font-size:21px;
	padding-top:100px;
}
#content.home #contact {
	margin-top:75px;
	background:url(../img/tooth.gif) no-repeat 80px 0;
	padding-left:135px;
	padding-top:14px;
	text-align:right;
	line-height:18px;
	float:left;
}
#content.home #contact b {
	color:#1F3F5F;	
}

#content.general #logo {
	padding-top:10px;
}
#content.general #menu {
	font-size:16px;
	padding-top:40px;
	text-transform:lowercase;
	padding-bottom:30px;
}
#content.general #menu .active {
	color:#3B5773;
	font-weight:bold;
}
#content.general #claim {
	font-size:17px;
	position:absolute;
	bottom:-2px;
	left:80px;
	color:#6699CC;
}
#content.general #contact {
	position:absolute;
	bottom:1px;
	right:195px;
	color:#2C5783;
	font-size:13px;
	text-align:right;
}
#content.general #contact #urgencies {
	position:absolute;
	top:0;
	right:-190px;
	font-weight:normal;
	color:#ffffff;
	font-size:13px;
	text-align:left;
	width:135px;
}

#flags {
	position:absolute;
	bottom:4px;
	left:10px;
}
#flags .flag {
	display:inline;	
}
#flags .flag img {
	margin-right:3px;	
}

#map {
	width:420px;
	height:250px;
}