/***********************************************/
/* HombreMedicina.com                          */
/* CSS style sheet                             */
/* jldorta@gmail.com                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #082F65;
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Arial;
	padding: 0px;
	margin: 0px;
}

div, table, td, tr {
	margin: 0px;
	padding: 0px;
}

p {
	text-align: left;
	margin: 0px 0px 7px;
	font-size: 11px;
	font-family: Tahoma, Arial;
}

	p strong {
		margin-top: 10px;
	}

a, a:link, a:visited {
	color: #5E543C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 8px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
	
	ul li, li {
		margin: 0px 0px 0px;
		padding: 0px 15px;
	}
/***********************************************/
/* CUSTOM tag styles                           */
/***********************************************/ 


#pagecontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	width: 760px;
	text-align: center;
	padding: 0px;
	display:block;
	height: auto;
}

#logo {
	width: 760px;
	text-align: center;
	margin: 0px;
}

#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 720px;
	height: 560px;
	padding: 0px 20px;
	text-align: center;
}

#topmenu {
	width: 720px;
	height: 35px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/tm.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
}

	#topmenu ul {
		width: 720px;
		height: 35px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		#topmenu ul li {
			margin: 0px;
			padding: 0px;
			display: inline;
			height: 35px;
			line-height: 35px;
			float: left;
		}
		
	#topmenu a:link, #topmenu a:visited {
		padding: 0px;
		margin: 0px;
		color: #87C2F5;
		font-weight: bold;
		font-size: 10px;
		height: 33px;
		float: left;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#topmenu a:hover {
		padding: 0px;
		margin: 0px;
		background-image: url(images/tm_h.jpg);
		color: #5E543C;
		font-weight: bold;
		font-size: 10px;
		height: 33px;
		float: left;
		text-decoration: none;
		text-transform: uppercase;
	}
		
#maincontent {
	text-align: center;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#center-content {
	text-align: center;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

.left-image {
	width: 175px;
	padding: 50px 20px 0px;
	height: 330px;
	float: left;
}

#right-buttons {
	width: 40px;
	height: 330px;
	float: right;
	margin-top: 40px;
	margin-right: 5px;
}

	#Down {
		margin-top: 255px;
	}
	
.footer {
	font-size: 10px;
	color: #78A6CB;
}

#copy {
	margin-top: 20px;
	font-size: 10px;
	color: #766C4D;
	font-weight: bold;
}

/* Scroll Bar Styles*/
#Scroller {
  position: relative;
  width: 410px;
  height: 325px;
  overflow: hidden;
  text-align:justify;
  margin-left: 30px;
  margin-top: 30px;
  float: left;
}
.Scroller-Container {
  position: absolute;
  padding-top: 10px;
  font-family: Tahoma;
  font-size: 11px;
}


.end {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
