@charset "UTF-8";
/* CSS Document */
/* 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
*{margin:0;padding:0;}
div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*tipos*/
@font-face { 
	font-family: "Philosopher";
	src: url(../fonts/eot/philosopher-bold.eot); /*Para Internet Explorer*/
	src: url(../fonts/woff/philosopher-bold.woff) format("woff"), url(../fonts/ttf/Philosopher-Bold.ttf) format("truetype");
	}
@font-face {
	font-family: "Liberation";
	src: url(../fonts/eot/liberationsans-regular.eot); /*Para Internet Explorer*/
	src: url(../fonts/woff/liberationsans-regular.woff) format("woff"), url(../fonts/ttf/LiberationSans-Regular.ttf) format("truetype");
	}
@font-face {
	font-family: "LiberationCursiva";
	src: url(../fonts/eot/liberationsans-italic.eot); /*Para Internet Explorer*/
	src: url(../fonts/woff/liberationsans-italic.woff) format("woff"), url(../fonts/ttf/LiberationSans-Italic.ttf) format("truetype");
	}
@font-face {
	font-family: "LiberationBold";
	src: url(../fonts/eot/liberationsans-bold.eot); /*Para Internet Explorer*/
	src: url(../fonts/woff/liberationsans-bold.woff) format("woff"), url(../fonts/ttf/LiberationSans-Bold.ttf) format("truetype");
	}
@font-face {
	font-family: "LiberationBoldCursiva";
	src: url(../fonts/eot/liberationsans-bolditalic.eot) format("truetype"); /*Para Internet Explorer*/
	src: url(../fonts/woff/liberationsans-bolditalic.woff) format("woff"), url(../beta/fonts/LiberationSans-BoldItalic.ttf) format("truetype");
	}
/*Cuerpo página*/
body{
	background-color: #f2f2f2;
	font-family: "Liberation", Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	}
.textAzul{
	color: #0399d4;
	}
.textMagenta{
	color: #C6F;
	}
.margenDcho{
	padding-right: 20px;
	}
.sangradoIzqda{
	padding-left: 20px;
	}
.interliniaEspecial{
	line-height: 22px !important;
	}
strong{
	font-family: "LiberationBold", Verdana, Geneva, sans-serif;
	font-weight: normal;
	}
sup{
	vertical-align: super;
	font-size: 55%;
}
/*Contenido página*/
#contenedorPagina{
	margin: 0 auto 0px auto;
	width: 980px;
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	}
/*Cabecera página*/
header{
	margin: 0 auto;
	width: 980px;
	height: 150px;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	}
/*Menu Navegación*/
nav{
	margin: 0 auto;
	width: 980px;
	}
#menuNav {
	width: 978px;
	line-height: 130%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #a9a9a9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e5e5', endColorstr='#a9a9a9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e5e5), to(#a9a9a9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e7e5e5,  #a9a9a9); /* for firefox 3.6+ */
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#menuNav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 99;
}
/* main level link */
#menuNav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	margin: 0;
	border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#menuNav .current a, #menuNav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#menuNav ul li:hover a, #menuNav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menuNav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#menuNav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#menuNav li:hover > ul {
	display: block;
}
#menuNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menuNav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#menuNav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#menuNav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#menuNav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#menuNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menuNav {
	display: inline-block;
}
html[xmlns] #menuNav {
	display: block;
}
* html #menuNav {
	height: 1%;
}
/*Texto Página*/
h1{
	margin: 0 140px;
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 15px;
	font-family: "Philosopher", sans-serif;
	font-weight: bold;
	color: #33499c;
	}
section{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#presentacion p{
	margin: 0 140px;
	padding-bottom: 20px;
	color: #999;
	}
#articuloIndividual p{
	margin: 0 140px;
	padding-bottom: 20px;
	color: #999;
	}
#articuloIndividual h2{
	margin: 0 140px;
	padding-bottom: 20px;
	}
/*Bloques Servicios*/
#contBloques{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 980px;
	height: 400px;
	}
#contBloques p{
	margin: 0 auto;
	width: 180px;
	font-size: 12px;
	line-height:16px;
	}
#contBloques h3{
	margin: 0 auto;
	width: 180px;
	padding-bottom: 10px;
	font-family: "LiberationBold", Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	color: #0399d4;		
	}
.bloqServicios{
	position: absolute;
	float: left;
	width: 210px;
	height: 400px;
	background-color: #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	}
.imgBloque{
	margin-bottom: 10px;
	}
#bloqEstetica{
	margin-left: 40px;
	}
#bloqCelulitis{
	margin-left: 270px;
	}
#bloqDepilacion{
	margin-left: 500px;
	}
#bloqDermatologia{
	margin-left: 730px;
	}
/*Equipo médico*/
#fotoMedico{
	width: 200px;
	margin-left: 40px;
	margin-right: 40px;
	float: left;
	}
h2{
	font-size: 24px;
	line-height: 34px;
	font-family: "Philosopher", sans-serif;
	font-weight: bold;
	color: #0399d4;
	padding-top: 30px;
	}
#presentacion p.textoMedico{
	margin-right: 0px;
	margin-left: 280px;
	width: 660px;
	}
ul#listaMedico{
	margin-left: 350px;
	width: 590px;
	color: #999;
	}
.margen40{
	margin-left: 40px;
	margin-right: 40px;
	}
#presentacion p.margen40{
	margin-left: 40px;
	margin-right: 40px;
	}
/*Mapa Local*/

#mapaLocal p{
	margin: 0 140px;
	padding-bottom: 20px;
	color: #999;
	}
/*Cita Previa*/
#citaPrevia{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background-image: url(../imagenes/solicitud-cita.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#icoCita{
	position: absolute;
	margin-left: 500px;
	margin-top: 145px;
	width: 150px;
	height: 38px;
	background-image: url(../imagenes/boton-pedir-cita.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -5px -53px;	
	}
#icoCita:hover{
	background-position: -5px -5px;	
	}
#separador{
	height: 50px;
	}
#fotosInstalaciones{
	margin-left: 40px;
	}
/*Pie de Página*/
footer{
	height: 325px;
	background-color: #999;
	}
#contPiePag{
	margin: 0 auto;
	width: 980px;
	height: 325px;
	background-color: #CCCCCC;
	}
#contPiePag ul{
	color: #666;
	font-size: 12px;
	line-height: 160%;
	list-style-type: none;
	}
#contPiePag a{
	text-decoration: none;
	color: #666;
	}
#contPiePag a:hover{
	text-decoration: none;
	color: #FFF;
	}
#contPiePag h3 a{
	color: #0399d4;
	}
#contPiePag a:hover{
	text-decoration: none;
	color: #FFF;
	}
#enlacesEstetica{
	margin-top: 25px;
	margin-left: 40px;
	width: 190px;
	height: 190px;
	float: left;
	}
#enlacesDermatologia{
	margin-top: 25px;
	width: 170px;
	height: 140px;
	float: left;
	}
#enlacesDepilacion{
	margin-top: 25px;
	width: 110px;
	height: 140px;
	float: left;
	}
#contPiePag h3{
	font-family: "Liberation", Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #0399d4;
	padding-bottom: 5px;		
	}
#centroAutorizado{
	position: absolute;
	width: 400px;
	height: 120px;
	margin-left: 540px;
	margin-top: 25px;
	font-size: 12px;
	color: #666;
	}
#banderaMadrid{
	float: left;
	padding-right: 20px;
	}
#direccion{
	position: absolute;
	margin-top: 210px;
	margin-left: 40px;
	width: 900px;
	height: 100px;
	font-size: 18px;
	text-align: center;
	color: #666;
	}
#direccion strong{
	color: #33499c;
	font-weight: normal;
	font-family: "LiberationBold", Verdana, Geneva, sans-serif;
	}
.legal{
	margin-top: 20px;
	font-size: 12px;
	}
#direccion a{
	color: #0399d4;
	}