/* CSS Document Healthy Aging */

/*   

Theme Name: Healthy Aging 
Theme URI: http://cynfyn.com/web/healthy/buildout2/
Author: cynfyn solutions
Author URI: http://www.cynfyn.com
Version: 2.0
Description Development: Builder CSS+xhtml>> Jose Antenor Gomez - Design Elements>> Rafael Bernal

*/

/*...........................
	html
............................*/
* {
	margin: 0;
	padding: 0;
	border: none;
	}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
		margin:0;
		padding:0;
		}
html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	}
body{
	background:url(images/bg_html.jpg) repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#DDCF91;
	}	
/* Clases útiles */
.p_relative{
	position:relative;
	}

a:link {
 	color: #C1AE84;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #C1AE84;
	}
a:hover {
 	text-decoration: underline;
 	color: #C1AE84;
	}
a:active {
 	text-decoration: none;
	}	
p{ 
	margin-bottom:20px;
	}

td{	
	text-align:left;
	}		
/*...........................
	site
............................*/
#wrapper{
	margin:0 auto;
	width:963px;
	background:url(images/bg_wrapper.gif) repeat-y;
	}
#content{
	width:890px;
	margin: 0 auto;
	text-align:justify;
	}
#content_intro{
	width:927px !important;
	width:920px;
	margin: 0 auto;
	text-align:justify;
	}		
#header{
	/*background:url(images/bg_header.gif) no-repeat;
	height:97px;*/
	}		
#footer{
	background:url(images/bg_footer.gif) no-repeat;
	height:107px;
	clear:both;
	color:#e2d391;
	font-weight:bold;
	}
#footer a{
	color:#e2d391;
	}
#footer a:hover{
	color:#e2d391;
	}
/*---------------------------
	DropDowns Menu
------------------------------*/
	
div.menu_drop {
        width: 100%;
        border-style: solid solid none solid;
        border:1px solid #2F1309;
        }
div.menu_drop  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		border-bottom:1px solid #2F1309;
		border-left:1px solid #2F1309;
        }
		
div.menu_drop li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

div.menu_drop  li a:link, div.menu_drop  li a:visited {
        color: #CFBD81;
        display: block;
        background:#4F210C;
        padding: 8px 0 0 25px;
        }

div.menu_drop  li a:hover, div.menu_drop li #current { 
        color: white;
        background: #896336;
        padding: 8px 0 0 25px;
		text-decoration:none;
        }	
		
/*----------------------
	button style
-------------------------*/	
buttons a, .buttons button{
display:block;
float:left;
margin:0 3px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;

/*line-height:130%;*/
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:1px 1px 1px 1px; /* Links */
}

/* STANDARD */
button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
	color:#461E0E;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#F5EBBE;
	border:1px solid #E2D998;
	color:#461E0E;
}
.buttons a.positive:active{
	background-color:#F5EBBE;
	border:1px solid #E2D391;
	color:#461E0E;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}	

/*----------------------
	dl dt dd style
-------------------------*/		
.marq{
	padding-right:4px;
}
dl.feature{
	margin:1px 0;
}
dl.feature:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}
.marq img{
	padding:4px;
	border:1px solid #461D0E;
	background:#DDCF91;
}
dl.feature dt {
	margin:3px;
	font-size:14px;
	color:#DDCF91;
}
dl.feature dt img{
	float:left;
	margin:10px;	
}


/*----------------------
	harlan styles
-------------------------*/		

.curriculum{
	font-size:16;
	font-weight:bold;
	color:#DDCF91;
}
.education{
	font-size:14;
	font-weight:bold;
	color:#DDCF91;
	text-decoration:underline;
	padding-left:10px;
	margin-top:10px;
}
.list_education{
	font-size:12;
	color:#DDCF91;
	margin-left:40px;
	padding-bottom:5px;
}
.list_publications{
	font-size:12;
	color:#DDCF91;
	margin-left:40px;
	padding-bottom:5px;
	list-style:none;
}
.text_clinical{
	font-size:14px;
	font-weight:bold;
	color:#DDCF91;
	padding-left:10px;
	margin-top:10px;
	text-decoration:underline;
}
.text_professional{
	font-size:12;
	color:#DDCF91;
	margin-left:40px;
	padding-bottom:5px;
}	