*{
margin: 0;
padding: 0;
}

@font-face {
font-family: 'Museo';
src: url('museo.otf');  /* IE6+ */
src: local('?'), 
url('museo.otf') format('opentype'),  /* FF3.6 */
url('museo.otf') format('opentype');  /* Saf3+,Chrome,Opera10+ */
}
  

a {
text-decoration: none;
}

body {
background: #fff url(/images/bg.jpg) top center no-repeat;
text-align: center;
font-family: Tahoma, Verdana, Arial;
font-size: 62.5%;
color: #333;
}

#container {
width: 960px;
margin: 0 auto;
text-align: left;
}

#header {
overflow: hidden;
height: 1%;
width: 960px;
margin: 0 auto 20px;
}

#logo {
width: 30%;
float: left;
padding: 30px 0 0;
}

#logo h1 a {
text-indent: -9999px;
background: url(/images/logo.png);
display: block;
width:236px;
height: 77px;
}

#navbar {
width: 70%;
float: left;
margin-top: 50px;
}

#navbar ul li {
list-style-type: none;
display: inline;
overflow: hidden;
height: 1%;
}

#navbar a {
display: block;
background-image: url(/images/nav.png);
background-repeat: no-repeat;
float: left;
text-indent: -9999px;
height: 61px;
margin-right: 7px;
}

#navbar a.nav_turnos {
width: 80px;
background-position: 0px 0px;
}
#navbar a.nav_turnos:hover {
background-position: 0px -60px;
}

#navbar a.nav_articulos {
width: 120px;
background-position: -100px 0px;
}
#navbar a.nav_articulos:hover {
background-position: -100px -60px;
}

#navbar a.nav_tratamientos {
width: 150px;
background-position: -220px 0px;
}
#navbar a.nav_tratamientos:hover {
background-position: -220px -60px;
}

#navbar a.nav_curriculum {
width: 135px;
background-position: -380px 0px;
}
#navbar a.nav_curriculum:hover {
background-position: -380px -60px;
}

#navbar a.nav_contacto {
width: 125px;
background-position: -520px 0px;
}
#navbar a.nav_contacto:hover {
background-position: -520px -60px;
}


#options {
clear: both;
height: 250px;
margin-bottom: -200px;
background: url(/images/bg_options_bar.png) center top no-repeat;
}

#in_options {
width: 960px;
margin: 0 auto;
text-align: left;
}

#options #login{
width: 82%;
float: left;
padding: 15px 0;
}

#options #login a {
color: #333;
font-size: 1.1em;
text-shadow: 1px 1px #fff;
padding: 6px 12px;
position: relative;
z-index: 20;
}

#options #login a.button {
background: #e5e5e5;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
}

#options #login a.button:hover {
background: #f0f0f0;
}

#options #social ul li{
list-style-type: none;
display: inline;
}

#social ul li a {
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
float: left;
margin-top: 7px;
margin-right: 10px;
}

#social a.soc_facebook {
background: url(/images/icon_facebook.png) no-repeat;
}

#social a.soc_twitter {
background: url(/images/icon_twitter.png) no-repeat;
}

#social a.soc_rss {
background: url(/images/icon_rss.png) no-repeat;
}

#welcome {
overflow: hidden;
height: 1%;

}

#welcome #intro {
margin-top: 65px;
width: 45%;
float: left;
font-family: 'Museo';
font-size: 2em;
line-height: 140%;
text-shadow: 1px 1px #fff;
}

#welcome #intro p {
margin-bottom: 15px;
}

#welcome #intro p.first {
font-size: 1.15em;
}

#welcome #pictures {
width: 55%;
float: left;
margin-top: 10px;
}

#pictures img.gal_img {
background: url(/images/pics_frame.png) no-repeat;
padding: 32px 44px 60px 61px;
margin-bottom: 30px;
}

#pictures ul.pictures_slide {
list-style:none;
margin-bottom:30px;
width:354px;
height:222px;
background: url(/images/pics_frame.png) no-repeat;
padding: 32px 44px 60px 61px;
overflow:hidden;
}

#pictures ul.pictures_slide li img {
width:355px;
}

#pictures #quick_contact {
font-family: Museo;
font-size: 1.6em;
margin-left: 30px;
padding-bottom: 5px;
}

#pictures #quick_contact span{
margin-right: 25px;
}

#pictures #quick_contact span img{
position: relative;
top: 8px;
margin-right: 3px;
}

#footer {
background: #ffdc62 url(/images/bg_footer.jpg) top center no-repeat;
border-top: 3px solid #ff9900;
text-align: center;
overflow: hidden;
height: 1%;
margin-top: 50px;
clear: both;
}

#columns {
width: 960px;
text-align: left;
margin: 60px auto 40px;
overflow: hidden;
height: 1%;
}

#columns .column {
background: #fdc400;
width: 186px;
float: left;
margin: 0 35px;
color: #fff;
padding: 15px 15px 0;
font-size: 1.3em;
border-right: 1px solid #ffeeb0;
}

#columns h3 {
font-family: Museo;
font-size: 1.7em;
font-weight: normal;
text-shadow: 1px 1px #c4d22c;
margin-bottom: 5px;
}

#columns .column img.bottom_column {
position: relative;
right: 15px;
}

#columns li {
list-style-type: none;
padding: 5px 0;
border-bottom: 1px dotted #fff;
}

#columns a {
color: #fff;
}

#columns .column span {
background: #84a63c;
font-size: 0.8em;
padding: 2px 5px;
margin-left: 5px;
}

#columns .column h4 {
background: #84a63c;
padding: 2px 4px;
display: inline;
text-transform: uppercase;
font-weight: normal;
font-size: 0.8em;
}

#columns .column p {
margin-top: 2px;
}

#close {
padding: 30px 0 10px;
background: url(/images/iso_footer.png) 83% center no-repeat;
width: 960px;
margin-bottom: 20px;
}

#close p {
color: #84a63c;
font-size: 1.1em;
text-shadow: 1px 1px #ffe589;
}

a:link.des {
color: #84a63c;
font-size: 1.1em;
text-shadow: 1px 1px #ffe589;
}

a:visited.des {
color: #84a63c;
font-size: 1.1em;
text-shadow: 1px 1px #ffe589;
}

a:hover.des{
color: #84a63c;
font-size: 1.1em;
text-shadow: 1px 1px #ffe589;
}


#pre_footer {
text-align: left;
}

#pre_footer .logo-footer {
position: absolute;
margin-left: 350px;
margin-top: -130px;
}

#pre_footer .n_home {
margin-top: -80px;
}

/* Desplegable */

a.dropdown { 
background: #e5e5e5;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
text-align: center;
}

a.dropdown:hover { 
background: #f0f0f0;
 }

a.dropdown:active { 
background: #f0f0f0; 
}

.dropdown-menu { 
background:#f4f3f3; 
padding:7px 12px; 
position:absolute; 
top: -15px; 
left:-15px; 
height: 210px;
display:none; 
z-index:10; 
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
padding-top: 60px;
}

.dropdown-menu p { font-size:11px; }
.dropdown-menu a:link, .dropdown-menu a:visited	{ font-weight:bold; color:#59b; text-decoration:none; line-height:1.7em; }
.dropdown-menu a:active, .dropdown-menu a:hover { color:#555; }

/* dropdowns: specific */
#menu1			{ float:left; margin-right:20px; }
#dropdown1		{ width:275px; }
#dropdown1 a	{ display:block; }
.relative		{ position:relative; }

span#close-login {
	position:absolute;
	top:10px;
	right:10px;
	height:13px;
	width:13px;
	cursor:pointer;
	text-indent:-9999px;
	background-image:url(/images/btn_close.gif);
	background-repeat:no-repeat;
	}
span:hover#close-login {
	background-position:0px -13px;
	}

#options form label {
display: block;
margin-bottom: 5px;
text-indent: 5px;
}

#options form label.inline {
display: inline;
margin-left: 10px;
position: relative;
bottom: 2px;
}

#options form input#user, #options form input#pass {
background: #fff;
border: 0;
padding: 3px 6px;
width: 180px;
margin-bottom: 15px;
font-family: Tahoma;
color: #333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: -1px -1px 0px #cecece;
-webkit-box-shadow: -1px -1px 0px #cecece;
box-shadow: -1px -1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece')";
} 

#options form input#remember {
margin-left: 3px;
}

#options #login form a {
font-weight: normal;
color: #ff9900;
font-size: 1em;
padding: 0;
margin: 10px 0 15px;
}

#options form input#submit_login {
background: #e5e5e5;
border: 0;
padding:5px 15px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
text-align: center;
color: #333;
font-size: 1em;
text-shadow: 1px 1px #fff;
font-family: Tahoma;
}

/* Page */

.page {
margin-top: 25px;
}

h2.title {
font-family: Museo;
font-size: 5em;
font-weight: normal;
color: #444;
text-shadow: 1px 1px #fff;
}

.down_text {
font-family: Arial;
font-size: 2.5em;
text-shadow: 1px 1px #fff;
margin: 20px 0;
}

.box {
overflow: hidden;
height: 1%;
margin-bottom: 100px;
}

.contacto .down_text {
width: 80%;
}


.contacto .left {
width: 60%;
float: left;
}

.contacto .left form {
margin-left: 60px;
margin-top: 20px;
padding-bottom: 10px;
}

.registro form {
margin-left: 100px;
}

.contacto .left label, .registro label {
display: block;
margin: 5px 0;
font-size: 1.2em;
}

.registro form p {}

.registro form p.form_50 {
width: 40%;
float: left;
margin-right: 25px;
}

.registro form p.form_33 {
width: 30%;
float: left;
margin-right: 25px;
}

.registro form p.form_25 {
width: 15.6%;
float: left;
margin-right: 15px;
}

.registro form p.form_title {
font-family: Arial;
font-size: 1.4em;
font-weight: bold;
margin-bottom: 10px;
margin-top: 20px;
}

.registro form label span {
font-style: italic;
}

.contacto .left form input#name, .contacto .left form input#email, .contacto .left form input#tel, .contacto .left form input#telmov, .contacto .left form input#title, .registro input {
background: #fff;
border: 1px solid #eee;;
padding: 6px 12px;
width: 380px;
margin-bottom: 15px;
font-family: Tahoma;
color: #333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: -1px -1px 0px #cecece;
-webkit-box-shadow: -1px -1px 0px #cecece;
box-shadow: -1px -1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece')";
} 

.registro form p.form_50 input {
width: 300px;
}

.registro form p.form_33 input {
width: 200px;
}

.registro form p.form_25 input {
width: 85px;
}

.registro form p.form_line {
clear: both;
}

.contacto .left textarea {
background: #fff;
border: 1px solid #eee;;
padding: 6px 12px;
width: 380px;
margin-bottom: 15px;
font-family: Tahoma;
color: #333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: -1px -1px 0px #cecece;
-webkit-box-shadow: -1px -1px 0px #cecece;
box-shadow: -1px -1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1px, OffY=-1px, Color='#cecece')";
height: 200px;
}

.contacto .left input#submit, .registro input#submit {
background: #e5e5e5;
margin-top: 15px;
width: 100px;
border: 0;
padding:5px 15px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
text-align: center;
color: #333;
font-size: 1.3em;
text-shadow: 1px 1px #fff;
font-family: Tahoma;
}

.contacto .right {
width: 40%;
float: left;
padding-top: 50px;
}

.contacto .right span {
display: block;
margin-bottom: 20px;
font-size: 1.2em;
}

.contacto .right span.phone img {
margin: 0 22px 0 7px;
}

.contacto .right span img {
margin-right: 15px;
position: relative;
top: 9px;
}

/* Blog */

.blog .box {
margin-bottom: 75px;
}

.post {
margin-bottom: 50px;
overflow: hidden;
height: 1%;
}

.post .meta {
width: 22%;
float: left;
text-align: right;
padding-right: 40px;
font-size: 1.1em;
padding-top: 10px;
}

.post .meta span {
display: block;
}

.post .meta .date {
font-family: Arial;
font-size: 3em;

letter-spacing: -2px;
margin-bottom: 20px;
color: #444;
text-shadow: 1px 1px #fff;
}

.post .meta .author, .post .meta .category {
margin-bottom: 10px;
}

.post .meta .author a, .post .meta .category a{
color: #ff9900;
}

.post .meta .author a:hover, .post .meta .category a:hover{
color: #fdc400;
}


.post .meta .author p, .post .meta .category p {
font-weight: bold;
}

.post .meta .space_avatar img {
background: #fff;
padding: 3px;
border: 1px solid #ff9900;

margin-bottom: 15px;
}


.post .the_post {
width: 70%;
float: left;
}

.post h2 a{
font-family: Arial;
font-size: 3.2em;
font-weight: normal;
color: #444;
text-shadow: 1px 1px #fff;
letter-spacing: -1px;
}

.post .post_content {
font-size: 1.2em;
line-height: 150%;
margin-top: 8px;
}

.post .post_content p {
margin-bottom: 15px;
}

#navigation {
text-align: right;
padding: 10px 30px;

}

#navigation a {
margin: 0 10px;
font-size: 1.1em;
color: #fff;
background: #ff9900;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #ffdc62;
-webkit-box-shadow: 1px 1px 0px #ffdc62;
box-shadow: 1px 1px 0px #ffdc62;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#ffdc62');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#ffdc62')";
padding: 5px 15px;
}

#navigation a:hover {
background: #fdc400;
}

/* Curriculum & Tratamientos*/

.curriculum .left, .tratamientos .left {
width: 48%;
float: left;
margin-right: 4%;
}

.curriculum .right, .tratamientos .right {
width: 48%;
float: left;
}

.curriculum .box, .tratamientos .box {
font-size: 1.2em; 
}

.tratamientos .box {
margin-bottom: 125px;
}

.curriculum .box h3, .tratamientos .box h3 {
font-family: Arial;
margin-bottom: 10px;
margin-top: 25px;
color: #ff9900;
text-decoration: underline;
}

.curriculum .box p, .tratamientos .box p {
margin-bottom: 10px;
line-height: 150%;
}

.curriculum .box ul, .tratamientos .box ul {
margin-bottom: 10px;
}

.curriculum .box li, .tratamientos .box li  {
margin-bottom: 10px;
list-style-type: square;
margin-left: 15px;
}

/* Perfil */

.perfil .box {
text-align: center;
margin-bottom: 125px;
}

.perfil .pre_table {
background: url(/images/iso_transp.png) 767px top no-repeat;
padding-top: 25px;
}

.perfil table td {
padding: 10px;
background: #fff;
}

.perfil table {
font-size: 1.2em;
width: 80%;
background: #fff;
text-align: left;
margin: 0 0 0 50px;
margin-bottom: 25px;
background: #ff9900;
border-spacing: 1px;
}

.perfil table tr.title td {
font-size: 1.2em;
font-family: Arial;
font-weight: bold;
background: #ff9900;
color: #fff;
}

.perfil table td.field, .perfil table tr.field td {
font-weight: bold;
background: #ffdc62;
}


#page_nav {
font-size: 1.1em;
padding: 15px 5px;
text-shadow: 1px 1px #fff;
}

#page_nav a.button {
background: #e5e5e5;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 0px #cecece;
-webkit-box-shadow: 1px 1px 0px #cecece;
box-shadow: 1px 1px 0px #cecece;
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#cecece');
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=1px, Color='#cecece')";
padding: 7px 10px;
margin-left: 10px;
color: #333;
}

#page_nav a.button:hover {
background: #f0f0f0;
}

#map {
margin: 35px 0 0;
font-size: 1.2em;
line-height: 2em;
}

#map iframe {
border: 5px solid #FFDC62;
}
