/*----------------------------------------------------------------------
	styles generals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
    font-size: 62.5%;
    font-family:Arial, Helvetica, sans-serif;
    color: #585555;
    border-top:10px solid #96AB05;
    background: #B4B986 url(../images/bg/bg_body.png) no-repeat top center;
    text-align:center;
    overflow-y: scroll;
}

*+html body{
    overflow:auto;
}


p, 
ul li,
input,
textarea,
select,
label{
	font-size: 1.2em;
}

h2,
h3,
h4 {
	line-height: 120%;
	/*padding-bottom: .8em;*/
}

h2 {
	font-size: 18pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7D8E04;
	font-weight: normal;
}

h3 {
	font-size: 15pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
}

p{
	line-height: 138%;
	text-align:justify;
	padding-bottom: 1.2em;
}

a {
	color: #110400;
	text-decoration:none;
}

a:hover {
	color: #775C2D;
}

.left{
	float: left;
}

.right{
	float: right;
}

.align_center{
	text-align:center;
}

.hidden {
	display: none;
}

hr,
.clear {
	display: block;
	height: 1px;
	border: 0;
	margin: 10px 0;
	clear: both;
}

.clear{
	clear: left;
	margin: 0;
	visibility: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

hr.separator{
	height: 1px;
	visibility: visible !important;
	border-top: 1px solid #E4E4D6;
	padding-bottom: 10px;
}

hr.splitter{
	height: 0;
	visibility: visible !important;
	border-top: 1px solid #FFF;
	margin: 0;
}

.messages{
	padding: 50px 0;
	text-align: center;
	font-size: 1.2em;
}

/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper{
	width: 815px;
	margin: 0 auto;
	text-align:left;
}

/*----------------------------------------------------------------------
	menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu{
	margin-left:8px;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	background:url(../images/buttons/sprite_menu.png) no-repeat 0 0;
	display:block;
	width:118px;
	height:38px;
}

#menu ul li a span{
	display:none;
}

#menu ul li a.home{
	background-position:0 0;
}

#menu ul li a.home:hover, #menu ul li a.home.selected1{
	background-position:0 -38px;
}

#menu ul li a.doctor{
	background-position:-118px 0;
	width:191px;
}

#menu ul li a.doctor:hover, #menu ul li a.doctor.selected2{
	background-position:-118px -38px;
}

#menu ul li a.practice{
	background-position:-309px 0;
	width:217px;
}

#menu ul li a.practice:hover, #menu ul li a.practice.selected3{
	background-position:-309px -38px;
}

#menu ul li a.services{
	background-position:-526px 0;
	width:124px;
}

#menu ul li a.services:hover, #menu ul li a.services.selected4{
	background-position:-526px -38px;
}

#menu ul li a.contact{
	background-position:-650px 0;
	width:139px;
}

#menu ul li a.contact:hover, #menu ul li a.contact.selected5{
	background-position:-650px -38px;
}

/*----------------------------------------------------------------------
	top
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top{
	margin-bottom:-78px;
	padding-top:14px;
	position:relative;
}

#top span{
	display:none;
}

/*----------------------------------------------------------------------
	main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .inside{
	padding:0;
	background: url(../images/bg/bg_main.png) repeat-y;
}

#main .top-left, 
#main .top-right,
#main .bottom-left,
#main .bottom-right{
	background-image: url(../images/boxes/box_main.png);
}

#main .top-left{
	margin-right: 16px; 
	height: 16px;
}

#main .top-right{
	margin-top: -16px; 
	margin-left: 16px; 
	background-position: 100% 0; 
	height: 16px;
}

#main .bottom-left{
	margin-right: 16px; 
	background-position: 0 -429px;
	height: 16px;
}

#main .bottom-right{
	margin-top: -16px; 
	margin-left: 16px;	
	background-position: 100% -429px;
	height: 16px;
}

#main .inside .inner_inside{
	background:url(../images/bg/bg_inner_inside.png) no-repeat top right;
	margin-right:14px;
}

#main .inside .inner_inside h1{
	background:url(../images/pics/subrayado_h1.png) no-repeat left bottom;
	padding-bottom:.3em;
	margin-bottom:.5em;
}
#main .inside .inner_inside h2{
	background:url(../images/pics/subrayado_h2.png) no-repeat left bottom;
	padding-bottom:.3em;
	margin-bottom:.5em;
}

#main .inside .inner_inside .content{
	width: 50em;
	padding-top:60px;
	margin-left:35px;
}
#main .inside .inner_inside .content2{
	width: 73em;
	padding-top:60px;
	margin-left:35px;
}

#main .inside .inner_inside .content .sign{
	background:url(../images/pics/sign.png) no-repeat 92% 0;
	margin-right:20px;
}

#main .inside .inner_inside .content .sign p{
	text-align:right;
	padding-top:34px;
	color:#657107;
	font-size:1.3em;
	font-weight:bold;
}

#main .inside .inner_inside .colside{
	width:26em;
	text-align:right;
}

#main .inside .inner_inside .colside .photo_specialist{
	margin-bottom:-2px;
}

/*----------------------------------------------------------------------
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{
	padding:20px 0;
	text-align:center;
	color:#FFF;
}

#footer ul{
	margin:0 0 6px 0;
}

#footer ul li{
	display:inline;
	padding:0 6px 0 3px;
	background:url(../images/bullets/bullet_menu_footer.png) no-repeat right;
	font-size:1.1em;
}

#footer ul li.last{
	background:none;
	padding-right:0;
}
	
#footer ul li a{
	color:#FFF;
	text-align:center;
}

#footer li a:hover{
	text-decoration:underline;
}

#footer .nav_footer{
	margin-bottom:10px;
}

#footer .nav_footer li{
	font-size:1.2em;
}

#footer .nav_footer li a{
	text-transform:uppercase;
}

