@charset "ISO-8859-1";
/* CSS Document */
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	-ms-overflow-style: none;
	overflow:hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body {
	/* Fondo */
	background: #000000;
	background-image:url(imagenes/fondo01.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	
	/* Texto */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	
	/* Transición */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	
	overflow:hidden;
}
a{
	text-decoration: none;
}
#home {
	text-align:center;
}
#home p {
	text-align:center;
	width:100%;
	margin-top:20px;
	color:#3a2922;
	font-size:40px;	
}
#home a {
	color:#3a2922;
}
#home a:hover {
	color:#41981b;
	/* Transición */
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-transition: color .15s ease-in-out;
}
img.quienessomos {
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	padding: 12px; 
	background: rgba(255,255,255,0.9);
	background-color:#fff;
	float:right;
	margin-top:16px;
	display:inline;
}
img.borde {
	padding: 12px; 
	background: #ffffff;
	background-color: rgba(255,255,255,0.8);
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	margin-top:0px;
	margin-bottom:6px;
	margin-right: 12px;
}
img.borde:hover {
	background: #ffffff;
}
img.dentro {
	margin-bottom:6px;
	margin-right: 16px;
	margin-left:2px;
	margin-top:0px;
	float:left;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
}
img.dentro_derecha {
	margin-bottom:6px;
	margin-right:2px;
	margin-left:16px;
	margin-top:0px;
	float:right;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
}
a.imagen {
	opacity:1;
}
a.imagen:hover {
	
}
#header{
	z-index: 998;
	overflow:hidden;
	height: 660px;
	width: 235px;
	
	/* Centrado vertical */
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top:-330px; /* (width + padding) / 2 */
}
#logo{
	width: 235px;
	background-color: #fff;
	margin-bottom:6px;
}
#navigation {
	margin-top: 0px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: #ffffff;
	background-color: rgba(255,255,255,0.9);
	line-height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.2); */
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	margin-right:0px;
}
#navigation a:hover {
	background: #fff;
}

.cabecera {
	margin-top:0px;
	height:0px;
}

.content{
	left: 340px;
	right: 40px;
	top: 0px;
	position: absolute;
}
.content h2{
	font-size: 80px;
	padding: 10px 0px 26px 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	color: #ffffff;
	text-shadow: black 1px 1px 4px;
}

.content h2 span.subtitulo {
	font-size:40px;
	text-shadow: black 1px 1px 2px;
}
.content h3{
	font-size: 30px;
	padding: 10px 0px 20px 0px;
	margin-top: 22px;
	color: #ffffff;
	text-shadow: black 1px 1px 2px;
	letter-spacing:1px;
}
.content h4{
	font-size: 22px;
	padding: 10px 0px 20px 0px;
	margin-top: 22px;
	color: #ffffff;
	text-shadow: black 1px 1px 2px;
	letter-spacing:1px;
}
.content p, .content ul, .content ol{
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:300;
	line-height: 24px;
	color: #333;
	background: #ffffff;
	background-color: rgba(255,255,255,0.8);
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	padding: 10px;
	margin-top:0px;
	margin-bottom:12px;
}
.content strong, .content b{
	font-weight:600;	
}
.content ul{
	list-style:square;
	list-style-position:inside;
	margin-bottom:0px;
}
.content ul.subnivel {
	list-style:circle;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	padding-left:50px;
	background-color:transparent;
}
.content ol{
	list-style-position:inside;
	margin-bottom:0px;
}
.content a{
	color:#41981b;
}

.content a:hover{
	color:#444;
	/* Transición */
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-transition: color .15s ease-in-out;
}

.content a.h3 {
	color:#ffffff;	
}

.content a.h3:hover {
	color:#eeeeee;
	/* Transición */
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-transition: color .15s ease-in-out;
}

.panel{
	width: 100%;
	height:610px;
	
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	/* background-color: #e3dbc7; */
	/* box-shadow: 0px 4px 7px rgba(0,0,0,0.6); */
	z-index:2;
	vertical-align:middle;
	
	/* En modo oculto */
	opacity: 0;
	left:-20px;
	margin-top: -150%;
	
	/* Transición */
	-webkit-transition: opacity .6s ease-in-out, left 1s ease-out;
	-moz-transition: opacity .6s ease-in-out, left 1s ease-out;
	-o-transition: opacity .6s ease-in-out, left 1s ease-out;
	-ms-transition: opacity .6s ease-in-out, left 1s ease-out;
	transition: opacity .6s ease-in-out, left 1s ease-out;
}
.panel:target {
	/* Cuando aparece */
	opacity: 1;
	top:50%;
	margin-top:-305px;
	left:0px;
}

.content div.imagenes {
	height:174px;
	overflow-x:scroll;
	overflow-y:hidden;
	margin:0;
	white-space:nowrap;
	background: #ffffff;
	background-color: rgba(255,255,255,0.8);
	padding-right:12px;
}

.content div.imagenes img.borde {
	margin-right:0px;
	padding-right:0px;
	background-color:transparent;
}

.content div.imagenes img {
	display:inline;
}
#direccion{
	padding: 10px;
	margin-top:8px;
	margin-right:0px;
	margin-bottom: 6px;
	display: block;
	background: #3a2922;
	background-color: rgba(58,41,34,0.7);
	color: #fff;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.2); */
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:300;
	text-align:center;
	overflow:hidden;
}

#direccion a{
	color:#e3dbc7;
	font-weight:500;
}

#direccion a:hover{
	color:#fff;
	/* Transición */
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-transition: color .15s ease-in-out;
}

#direccion h3 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}

#facebook a{
	color: #fff;
	display: block;
	background-image:url(imagenes/iconofacebook.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#3468af;
	background-color: rgba(52,104,175,0.8);
	line-height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,0.2); */
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	margin-right:0px;
	padding-left:60px;
	overflow:hidden;
}
#facebook a:hover {
	background-color: rgba(52,104,175,0.9);
}

#fraseTexto {
	font-size: 50px;
	color: #ffffff;
	text-shadow: rgba(255,255,255,0.7) 1px 1px 20px;
	text-wrap:none;
	white-space:nowrap;
}

#frase {
	text-align:center;
	background-color:transparent;
	display:block;
	
	height:60px;
	/* overflow:hidden; */
	
	/* Posición casi centrada */
	position:absolute;
	top:40%;
	margin-top:-30px;
	
	left:340px;
	right:40px;
	
	overflow:hidden;
	
	width:auto;
	
	/*
	color: rgba(255,255,255,0.6);
	bottom:8px;
	right:40px;
	vertical-align:bottom;
	text-align:right;
	*/
}

#home:target ~ #header #navigation #link-home,
#quienessomos:target ~ #header #navigation #link-quienessomos,
#objetivobizian:target ~ #header #navigation #link-objetivobizian,
#quehacemos:target ~ #header #navigation #link-quehacemos,
#aplicacionesgenerales:target ~ #header #navigation #link-aplicacionesgenerales,
#especialidades:target ~ #header #navigation #link-especialidades,
#comotrabajamos:target ~ #header #navigation #link-comotrabajamos,
#nuestroshorarios:target ~ #header #navigation #link-nuestroshorarios,
#tucita:target ~ #header #navigation #link-tucita,
#mikeletxebarria:target ~ #header #navigation #link-quienessomos,
#estibalizsolinis:target ~ #header #navigation #link-quienessomos,
#maricarmensolinis:target ~ #header #navigation #link-quienessomos,
#posturologiaclinica:target ~ #header #navigation #link-especialidades,
#posturasygestosdemusicos:target ~ #header #navigation #link-especialidades,
#osteopatiapediatrica:target ~ #header #navigation #link-especialidades,
#kinesiologiaholistica:target ~ #header #navigation #link-especialidades{
	background: #3a2922;
	background-color: rgba(58,41,34,0.9);
	color: #fff;
	margin-right:-8px;
	/* Transición */
	-webkit-transition: margin-right .15s ease-in-out;
	-moz-transition: margin-right .15s ease-in-out;
	-o-transition: margin-right .15s ease-in-out;
	-ms-transition: margin-right .15s ease-in-out;
	transition: margin-right .15s ease-in-out;
}