@import url("reset.css");
html {
	height: 100%;
}
BODY {
	height: 100%;
	width:100%;
	font : 0.75em Futura, Arial, sans-serif;
	color : #000000;
	margin : 0px 0px 0px 0px;
	text-align: center;
	background-color: #FFF;
}
.contenedor{
	text-align: center;
	vertical-align: top;
	width: 800px;
	margin: 10px auto 0;
	z-index: 0;
}
.contenedor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contenedor {display: inline-block;}

* html .contenedor {height: 1%;}
.contenedor {display: block;}

.menu{
	float:left;
	width: 150px;
	margin-top: 20px;
	margin-right: 35px;
	height: 350px;
	margin-bottom: 25px;
}
.menu li a{
	display: block;
	padding-top: 24px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(img/kawell_botonera.jpg);
	overflow: hidden;
	height: 0;
}
.btnQuienes{
	background-position: 0 1px;
}
.btnQuienes:hover, .selQuienes{
	background-position: -150px 1px;
}
.btnServicios{
	background-position: 0 -148px;
}
.btnServicios:hover, .selServicios{
	background-position: -150px -148px;
}
.menu li ul{
	margin-bottom: 10px;
}
.menu li ul li a{
	padding-top: 20px;
}
.btnTratamiento{
	background-position: 0 -69px;
}
.btnTratamiento:hover, .selTratamiento{
	background-position: -150px -69px;
}
.btnMedicina{
	background-position: 0 -293px;
}
.btnMedicina:hover, .selMedicina{
	background-position: -150px -293px;
}
.btnHiper{
	background-position: 0 -339px;
}
.btnHiper:hover, .selHiper{
	background-position: -150px -339px;
}
.btnDiagnostico{
	background-position: 0 -48px;
}
.btnDiagnostico:hover, .selDiagnostico{
	background-position: -150px -48px;
}
.btnRehab{
	background-position: 0 -107px;
}
.btnRehab:hover, .selRehab{
	background-position: -150px -107px;
}
.btnReproduccion{
	background-position: 0 -87px;
}
.btnReproduccion:hover, .selReproduccion{
	background-position: -150px -87px;
}
.btnOtros{
	background-position: 0 -127px;
}
.btnOtros:hover, .selOtros{
	background-position: -150px -127px;
}

.btnCentro{
	background-position: 0 -24px;
}
.btnCentro:hover, .selCentro{
	background-position: -150px -24px;
}
.btnEdu{
	background-position: 0 -172px;
}
.btnEdu:hover, .selEdu{
	background-position: -150px -172px;
}
.btnStaff{
	background-position: 0 -196px;
}
.btnStaff:hover, .selStaff{
	background-position: -150px -196px;
}
.btnUbicacion{
	background-position: 0 -220px;
}
.btnUbicacion:hover, .selUbicacion{
	background-position: -150px -220px;
}
.btnContacto{
	background-position: 0 -244px;
}
.btnContacto:hover, .selContacto{
	background-position: -150px -244px;
}
.btnGaleria{
	background-position: 0 -269px;
}
.btnGaleria:hover, .selGaleria{
	background-position: -150px -269px;
}
.btnVideos{
	background-position: 0 -316px;
}
.btnVideos:hover, .selVideos{
	background-position: -150px -316px;
}

.foto{
	float: left;
	margin-top: 20px;
	width: 242px;
	height: 294px;
	margin-bottom: 25px;
	border: 1px solid #C6C8C9;
}
.foto .titulo{
	background-color: #00A160;
	color: white;
	padding: 5px;
	height: 14px;
}
.foto div{
    width: 232px;
    padding: 0 5px;
}

.contenido{
	float: left;
	margin: 20px 0 25px 12px;
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #C6C8C9;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	color: #666666;
	font-size: 11px;
}
.contenido p.titulo{
	background: #00A160 url(img/degrade_titulos.jpg) repeat-y right;
	color: white;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
.contenido p.titulo img{
	float: right;
}
.contenido div{
	background-color: #F2F2F2;
	border: 1px solid #C6C8C9;
	border-top: 0;
	margin: 0 5px 5px;
	min-height: 301px;
	height: auto !important;
	height: 301px;
	padding: 10px;
	text-align: left;
}
.contenido ul{
	margin: 20px 0 10px; 
}
.contenido ul li a{
	color: inherit;
}
.volver{
	display: block;
	margin: 20px 0 10px;
	color: inherit;
}
.staff{
	padding: 1px 10px 10px !important;
}
.staff p, p.video{
	margin-top: 10px;
	font-weight: bold;
}
.staff a, a.video{
	color: #666666;
	display: block;
}

.footer{
	background: #FFFFFF url(img/degrade_pie.jpg) repeat-x bottom;
	text-align: right;
	height: 40px;
	padding: 10px 10px 5px;
	clear: both;
	border-top: 1px dashed #e5e5e5;
}
.footer p{
	color: #00A160;
	font-size: 12px;
	margin: 5px 0;
}
#prevFoto{
    position: relative;
    bottom: 20px;
    right: 93px;
}
#nextFoto{
    position: relative;
    bottom: 20px;
    left: 93px;
}

#fotoGal{
    background-color: #F2F2F2;
	border: 1px solid #C6C8C9;
}
#fotoGal img{
    border: 3px solid white;
    float: left;
    margin: 8px;
    cursor: pointer;
}

label{
	margin: 3px;
	padding: 2px 0px;
}
label.lblShort{
	padding: 6px 5px;
}
label.lblLong{
	float: left;
	width: 110px;
	display: block;
	text-align: left;
}
form p{
	text-align: left;
	margin: 10px 0;
}

input, textarea{
	border: 1px solid #C6C8C9;
	padding: 2px;
}
textarea{
	width: 98%;
}

input.inpLong{
	margin: 3px 0;
	width: 188px;
}
input.inpShort{
	margin: 3px 0;
	width: 60px;
}
.resumen{
    font-family: inherit;
    display: block;
}