@charset "iso-8859-1";
/* Healthy Corner CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#fullsizebg {
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
}

#webcontent {
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	text-align:center;
}

#web {
	width:900px;
	margin:50px auto;
}

aside {
	display:block;
	float:left;
	width:240px;
	text-align:left;
}
	aside img {
		border:none;
	}
	#social-net {
		width:240px;
		height:32px;
		list-style:none;
		text-align:right;
	}
		#social-net li {
			display:inline-block;
			overflow:hidden;
			width:32px;
			height:32px;
			background-image:url(../img/logo_social_net.png);
			background-repeat:no-repeat;
		}
		#social-net li.facebook {
			background-position:top left;
		}
		#social-net li.facebook:hover {
			background-position:top right;
		}
		#social-net li.twitter {
			background-position:bottom left;
		}
		#social-net li.twitter:hover {
			background-position:bottom right;
		}
	#main-menu {
		margin-top:20px;
		list-style:none;
	}
		#main-menu li {
			padding:6px 0px;
			border-top:1px solid #021f4d;
		}
		#main-menu li:first-child {
			border:none;
		}
			#main-menu li a {
				font-size:20px;
				letter-spacing:-1px;
				line-height:36px;
				color:#03F;
				text-decoration:none;
			}
			#main-menu li a:hover {
				font-weight:bold;
				letter-spacing:-1px;
			}
section {
	display:block;
	float:right;
	width:640px;
	min-height:500px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-image:url(../img/section-bg.png);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
	section h1 {
		margin:50px 0px 30px 0px;
		/*color:#ffe9a6;*/
		color:#ffcc33;
	}
	section h2 {
		clear:both;
		margin:50px 20px 30px 20px;
		/*color:#ffe9a6;*/
		color:#ffcc33;
	}
	section h3 {
		clear:both;
		margin:50px 0px 10px 20px;
		/*color:#ffe9a6;*/
		color:#ffcc33;
		text-align:left;
	}
	section img {
		margin:5px 0px;
		border:1px solid #ffffff;
	}
	section img.izq {
		float:left;
		margin:0px 40px 20px 20px;
	}
	section p {
		padding:0px 20px;
		color:#ffffff;
		font-size:15px;
		line-height:24px;
		text-align:justify;
	}
	section p.cita {
		margin:0px 20px;
		padding:20px;
		background-image:url(../img/section-bg.png);
	}
	section p.center {
		text-align:center;
	}
	section ul {
		text-align:left;
		margin:0px 40px;
	}
		section li {
			color:#ffffff;
			margin:10px 0px;
			font-size:15px;
			text-align:justify;
		}
	#googlemap {
		display:block;
		width:600px;
		height:500px;
		margin:20px;
	}
footer {
	clear:both;
	display:block;
	float:right;
	width:640px;
	margin-bottom:20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#021f4d;
	color:#ffffff;
}
	footer p {
		font-size:12px;
		line-height:50px;
	}