/** GENERAL **/
html, body {
	height: 100%;
}

body {
	font: 75%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #dfdec9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding-bottom: 10px;
	font-size: 1.7em;
	color: #333333;
}
h2 {
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #333333;
}
h3 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #ff7800;
}
h4, h5, h5, h6 {
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

p {
	padding: 0 0 10px;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

label {
	font-size: 10px;
	font-weight: bold;
	color: #000000;	
}

input {
	border: 1px solid #333333;
}

.h5 {
	width: 1px;
	height: 5px;
}

.h10 {
	width: 1px;
	height: 10px;
}

.cleaner {
	clear: both;
}
ul {
	margin-bottom: 10px;
}
ul li {
	margin-left: 30px;
	list-style: square outside none;
}
ol {
	margin-bottom: 10px;
}
ol li {
	margin-left: 30px;
	list-style: decimal outside none;
}

/** CONTAINER **/
#container {
	width: 960px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #c5c4b1;
	border-left: 1px solid #c5c4b1;
	background-color: #ffffff;
}

/** HEADER **/
#header {
	clear: both;
	height: 140px;
	overflow: hidden;
	background: #fff200 url(images/header_back.jpg) no-repeat scroll right bottom;
}

#hlogo {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#hlogo h1 a {
	display: block;
	width: 345px;
	height: 120px;
	background: url(images/header_logo.gif) no-repeat scroll left center;
}
#hlogo h1 a span {
	display: none;
}

#hmenu {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
#hmenu ul {
	margin: 0;
}
#hmenu ul li {
	margin: 0;
	display: inline;
	border-right: 1px solid #666666;
}
#hmenu ul .last {
	border-right: none;
}
#hmenu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	text-decoration: none;
}
#hmenu ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#hbanner {
	float: right;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 70px;
	display: inline;
}

/** MENU **/
#menu {
	clear: both;
	height: 40px;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.9em;
	background: #1b1a00 url(images/menu_back.gif) repeat-x scroll left top;
}
#menu ul {
	margin: 0;
	margin-left: 5px;
}
#menu ul li {
	margin: 0;
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 10px 7px 15px 4px;
	color: #ffffff;
	text-decoration: none;
	background: url(images/menu_div.gif) no-repeat scroll right center;
}
#menu ul li a:hover {
	color: #ffff00;
}
#menu ul .last a {
	background-image: none;
}

/** RSS **/
#rss {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#paginador {
	float: left;
	font-size: 10px;
	padding-left: 5px;
}
#rss_link, #rss_img {
	float: right;
}
#rss_link {
	margin-top: 2px;
	margin-right: 5px;
}

/** CONTENT **/
#content {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}

#content_title {
	clear: both;
}

#content_top {
	clear: both;
	padding-bottom: 10px;
}

#ccontent {
	clear: both;
}

#ccontent_left {
	float: left;
	width: 655px;
}

#ccontent_user1 {
	padding-bottom: 10px;
}

#ccontent_user2 {
	float: left;
	width: 322.5px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_user3 {
	float: right;
	width: 322.5px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_user4 {
	padding-bottom: 10px;
}

#ccontent_user5 {
	float: left;
	width: 213px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_user6 {
	float: right;
	width: 433px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_user7 {
	float: left;
	width: 465px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_user8 {
	float: right;
	width: 180px;
	overflow: hidden;
	padding-bottom: 10px;
}

#ccontent_right {
	float: right;
	width: 275px;
	overflow: hidden;
	padding-bottom: 10px;
}

#content_bottom {
	clear: both;
	padding-bottom: 10px;
}

/** BLOGS **/
#blogs_left {
	float: left;
	width: 600px;	
}

#blogs_right {
	float: right;
	width: 330px;
}

.blog {
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}
.blog .image {
	float: left;
	width: 170px;
	max-height: 120px;
	margin-right: 5px;
	margin-bottom: 2px;
	overflow: hidden;
}
.blog .readmore {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FD7E00;
	text-align: right;
}
.blog .readmore a {
	color: #FD7E00;	
}

/** ARTICLES **/
#articles_left {
	float: left;
	width: 600px;
}

#articles_right {
	float: right;
	width: 330px;
}

.article {
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}
.article .image {
	float: left;
	width: 170px;
	max-height: 120px;
	margin-right: 5px;
	margin-bottom: 2px;
	overflow: hidden;
}
.article .readmore {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FD7E00;
	text-align: right;
}
.article .readmore a {
	color: #FD7E00;	
}
/** VIDEOS **/
.videos {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}

/** RECOMENDACIONES **/
.recomendation {
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}
.recomendation .image {
	float: left;
	width: 85px;
	max-height: 60px;
	margin-right: 5px;
	margin-bottom: 2px;
	overflow: hidden;
}
.recomendation .readmore {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FD7E00;
	text-align: right;
}
.recomendation .readmore a {
	color: #FD7E00;	
}

/** CONTENT IMAGE **/
.imgcontent {
	margin-bottom: 10px;
}
.imgf_normal {
}
.imgf_f_left {
	float: left;
	margin-right: 5px;
}
.imgf_f_right {
	float: right;
	margin-left: 5px;	
}
.imgf_left {
	text-align: left;
}
.imgf_right {
	text-align: right;
}
.imgf_center {
	text-align: center;
}

/** CONTENT SWF **/
.swfcontent {
	margin-bottom: 10px;
}
.swff_normal {
}
.swff_f_left {
	float: left;
	margin-right: 5px;
}
.swff_f_right {
	float: right;
	margin-left: 5px;	
}
.swff_left {
	text-align: left;
}
.swff_right {
	text-align: right;
}
.swff_center {
	text-align: center;
}

/** ACCOUNT - LOGIN MODULE **/
#account {
	padding: 10px;
	background-color: #ffe900;
}
#account .title {
	margin-bottom: 5px;
	color: #7e7c60;
	font-size: 12px;
	font-weight: bold;
}
#account label {
	margin-bottom: 2px;
	color: #d29400;
	font-size: 10px;
}
#account #email {
	width: 240px;
}
#account #password {
	width: 240px;
}
#account hr {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
}

/** ACCOUNT **/
#caccount {
	width: 940px;
	min-height: 100px;
}
.caccount_change{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}
.caccount_change2{
	float: right;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
}
#caccount_col1 {
	float: left;
	width: 210px;
	min-height: 100px;
}
#caccount_avatar {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.caccount_avatar2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 106px;
	height: 104px;
	overflow: hidden;
}
.caccount_avatar2 a {
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
.caccount_avatar2 a:hover {
	background-color: #FFD;
}
.caccount_avatar2_message {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.caccount_name {
	float: left;
	width: 90px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
	color: #ff7800;
	font-weight: bold;
}
.caccount_logout {
	float: left;
	margin-top: 5px;
}
#caccount_col2 {
	float: left;
	padding-bottom: 5px;
	margin-left: 5px;
	width: 540px;
	min-height: 100px;
	background-color: #f2f2ea;
}
.caccount_menu ul {
	margin: 0;
	margin-top: 15px;
	margin-left: 40px;
	font-weight: bold;
}
.caccount_menu ul li {
	display: inline;
	float: left;
	margin: 0;
	margin-bottom: 5px;
}
.caccount_menu ul a {
	padding-left: 10px;
	padding-right: 10px;
}
.caccount_menu ul a:hover {
	color: #b2422e;
	text-decoration: none;
}
.caccount_data {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 510px;
	background-color: #ffffff;
}
#caccount_col3 {
	float: right;
	width: 180px;
	min-height: 100px;
}

/** COMUNITY **/
.comunity_user {
	float: left;
	width: 205px;
	height: 110px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
}
.comunity_user2 {
	float: left;
	width: 205px;
	height: 130px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
}
.comunity_img {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
}
.comunity_name {
	float: left;
	width: 90px;
	height: 50px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 20px;
	color: #ff7800;
	font-weight: bold;
}
.comunity_view {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
}

/** FOOTER **/
#footer {
	padding-top: 20px;
	clear: both;
}

#fmenu {
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
}
#fmenu ul {
	margin: 0;
}
#fmenu ul li {
	margin: 0;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
#fmenu ul li a {
	text-decoration: none;
}
#fmenu ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#legal {
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
	color: #333333;
}
#legal ul {
	margin: 0;
}
#legal ul li {
	margin: 0;
	display: inline;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid #333333;
}
#legal ul .last {
	border-right: none;
}
#legal ul li a {
	color: #333333;
	text-decoration: none;
}
#legal ul li a:hover {
	text-decoration: underline;
}

#flogo {
	height: 80px;
	background-color: #000000;
}
#flogo p {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 9px;
	color: #CCCCCC;
}
#flogo h1 {
	float: right;
	width: 240px;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	background: url(images/footer_logo.gif) no-repeat scroll left top;
}
#flogo h1 span {
	display: none;
}

/** RIGHT MENU **/
#right_menu {
	margin-bottom: 10px;
}
#right_menu #rm_links {
	float: left;
	width: 150px;
	font-size: 10px;
}
#right_menu #rm_links a {
	color: #573b00;
	text-decoration: none;
}
#right_menu #rm_links ul {
	margin: 0;
	margin-top: 5px;
}
#right_menu #rm_links ul li {
	margin: 0;
	display: inline;
}
#right_menu #rm_links ul li a {
	display: block;
	width: 150px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdec9;	
}
#right_menu #rm_banners {
	float: right;
	width: 120px;
}

/** EXTRA **/
#ccenter_intro {
	margin-bottom: 10px;
}

#multi_search {
	margin-bottom: 10px;
}

#multi_search2 {
	margin-top: 10px;
}

#content #ccenter {
	clear: both;
	float: left;
	width: 655px;
	min-height: 300px;
	margin-bottom: 40px;
}
#content #ccenter #ccenter_data {
	margin-bottom: 15px;
}
#content #ccenter #ccenter_data img {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#content #ccenter #ccenter_data ol {
	padding-left: 25px;
	margin-bottom: 10px;
	list-style-type: decimal;
}
#content #ccenter #ccenter_data ul {
	margin: 0;
	list-style: circle;
	padding-left: 25px;
	margin-bottom: 10px;
}
#content #ccenter #ccenter_data .return {
	float: right;
}

#ccenter2 {
	clear: both;
	float: left;
	width: 940px;
	min-height: 300px;
	margin-bottom: 40px;
}

#ccenter_banner {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ccenter_modules {
	clear: both;
	margin-bottom: 10px;
}

#ccenter_modules #ccenter_modules_left {
	float: left;
	width: 213px;
	margin-bottom: 10px;
}

#ccenter_modules #ccenter_modules_right {
	float: right;
	width: 433px;
	margin-bottom: 10px;
}

#ccenter_modules2 {
	clear: both;
	margin-bottom: 10px;
}

#ccenter_modules2 #ccenter_modules_left {
	float: left;
	width: 470px;
	margin-bottom: 10px;
}

#ccenter_modules2 #ccenter_modules_right {
	float: right;
	width: 180px;
	margin-bottom: 10px;
}

#module_testimoniales {
	background-color: #f2f1ea;
}

#module_testimoniales .data {
	padding-bottom: 10px;
}

#module_testimoniales .data p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#module_recomendacionesmedicas .data img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#content #cright {
	float: right;
	width: 275px;
	margin-bottom: 40px;
}

.message_error {
	padding: 10px;
	margin-bottom: 10px;
	width: 300px;
	color:#CC3300;
	background-color:#FFFFCC;
}

.login_form {
	margin-left: 10px;
	width: 300px;
}
.login_form .errors {
	font-size: 10px;
	color:#990033;
}
.login_form #email {
	width: 250px;
}
.login_form #password {
	width: 250px;
}

.register_form {
	margin-left: 10px;
	width: 300px;
}
.register_form .errors {
	font-size: 10px;
	color:#990033;
}
.register_form #email {
	width: 250px;
}
.register_form #password {
	width: 250px;
}
.register_form #password2 {
	width: 250px;
}
.register_form #nombre {
	width: 250px;
}

.forgotpass_form {
	margin-left: 10px;
	width: 300px;
}
.forgotpass_form .errors {
	font-size: 10px;
	color:#990033;
}
.forgotpass_form #email {
	width: 250px;
}
