/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* Styles */
body
{
	font: 12px Verdana;
	background: #333333 url(img/background.png) repeat-y top center;
}

#container
{
}

#header
{
	width: 760px;
	height: 129px;
	background: url(img/header.png) 14px 18px no-repeat;
	margin: 0 auto;
	position: relative;
}

#header h1, #header h2
{
	position: relative;
	left: -1000px;
}

#body
{
	background: #7e0505 url(img/body-background.png) repeat-y top center;
	position: relative;
}

#body_container
{
	width: 736px;
	margin: 0 auto;
	padding: 10px 0;
}

#content
{
	width: 532px;	
	background: white url(img/content-bkg.png) left bottom no-repeat;
	margin: 0 auto;
	float: left;
}

#content #menu
{
	width: 532px;
	background: url(img/menu.png) no-repeat;
}

#content #menu li,
#content #menu li a
{
	font: 14px 'Trebuchet MS', 'Arial';
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 106px;
}

#content #menu li a.selected
{
	color: #900202;
	background: url(img/menu-selected.png) top center;
}

#content #menu li#first_item a.selected
{
	background: url(img/menu-selected.png) top left;
}

#content #menu li#last_item a.selected
{
	background: url(img/menu-selected.png) top right;
}

#content #menu li a:hover
{
	color: #900202;
}

#content #menu li#first_item,
#content #menu li#last_item,
#content #menu li#first_item a,
#content #menu li#last_item a
{
	width: 107px;
}

#content #menu li
{
	float: left;
}

#content #info
{
	padding: 23px 29px;
}

#content #info #certifications img
{
	margin: 22px 0 5px 200px;
}

#content .dr_profile .portrait
{
	float: left;
	width: 74px;
	font-size: 10px;
	text-align: center;
}

#content .dr_profile h2,
#content .dr_profile p
{
	padding-left: 90px;
	margin-bottom: 25px;
	line-height: 20px;
}

#content .dr_profile p small
{
	font-size: 9px;
}

#content .dr_profile h2
{
	font: bold 14px 'Verdana';
}

#sidebar
{
	float: right;
	width: 191px;
	background: url(img/sidebar-middle.png);
}

#sidebar img.picture,
#sidebar p
{
	margin: 21px 21px 0 21px;
	line-height: 18px;
	font-size: 8pt;
	color: white;
}

#sidebar a
{
	display: block;
	padding: 15px 0;
	text-align: center;
	color: black;
	font-size: 10px;
	font-weight: bold;
	background: url(img/sidebar-bottom.png) no-repeat bottom left;
	padding-bottom: 25px;
}

#info.home p
{
	margin: 15px 0;
	font-size: 12px;
	line-height: 20px;
}

#info.home p strong
{
	font-weight: bold;
	font-size: 13px;
}

#info.services ul
{
	padding-left: 20px;
}

#info.services ul li
{
	padding: 10px 0;
	line-height: 20px;
	list-style: circle;
}

#info.services ul li.submenu
{
	padding: 0px 0px 0px 6px;
	margin:  0px 0px 0px 25px;
	line-height: 20px;
	list-style: disc;
}
#info.services ul li.submenu2
{
	padding: 0px 0px 0px 6px;
	margin:  0px 0px 10px 25px;
	line-height: 20px;
	list-style: disc;
}

#content #info.links 
{
	padding-left: 36px;
}

#info.links .link,
#info.links .book
{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

#info.links .book
{
	border: none;
}

#info.links .link a,
#info.links .book a
{
	display: block;
	color: #900202;
	margin-top: 5px;
}

#info.links .book h2
{
	font-size: 14px;
	font-weight: bold;
}

#info.links .book p
{
	padding: 3px 0 3px 10px;
}

#info.links .book p.title
{
	font-size: 13px;
	font-style: italic;
	color: black;
}

#info.links .book p.authors
{
	font-style: normal;
	color: black;
	padding-left: 15px;
}

#info.links .book p.publisher
{
	color: #333;
	padding-left: 15px;
}

#info.contact p
{
	text-align: center;
	font-size: 9pt;
	margin: 10px 0 20px 0;
	line-height: 25px;
}

#info.contact p strong
{
	font-weight: bold;
}

#info.contact .disclaimer
{
	font-size: 10px;
}


#info.contact a
{
	display: block;
	color: #900202;
	margin-top: 5px;
}

#footer
{
	width: 760px;
	height: 90px;
	margin: 0 auto;
	font: 10px 'Verdana';
	font-weight: bold;
	color: #b1b1b1;
}

#footer div
{
	margin:20px;
	width: 250px;
}

#footer #copyright
{
	float: left;
	line-height: 17px;
}

#footer #made_by
{
	text-align: right;
	float: right;
	margin-right: 175px;
	color: #b1b1b1;
	line-height: 17px;
}

#footer #made_by a
{
	color: #EEEEEE;
	text-decoration:none;
}

#footer #made_by a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}

#footer #copyright a
{
	color: #FFFFFF;
	text-decoration:underline;
}

#footer #copyright a:hover
{
	color: #EEEEEE;
	text-decoration:underline;
}

#team_select 
{
	margin: 0 auto;
	width: 450px;
	margin-bottom: 30px;
}

#team_select li
{
	display: block;
	float: left;
	list-style: none;
	width: 150px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

#team_select li a
{
	display: block;
	color: #590404;
	padding-bottom: 3px;
	border-bottom: 2px solid #ccc;
}

#team_select li a.active,
#team_select li a.active:hover
{
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;
}

#team_select li a:hover
{
	color: #ff0000;
	border-bottom: 2px solid red;
}

#diaz, #psicologos
{
	display: none;
}

/* @group Tricks */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1px; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */
/* @end */