@charset "UTF-8";
/*******RESET************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Este es el Reset, deberia de ir en ontro css.
*/
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 {
  border: 0;
  font: inherit;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******FIN DE RESET********/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #111;
}
h1 {
  font-size: 3em;
  line-height: 1.4;
}
h2 {
  font-size: 2em;
  line-height: 2.4;
}
h3 {
  font-size: 1.5em;
  line-height: 1.9;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/*****DISEÑO****/
html, body {
  color: #FFF;
  background-color: #820061;
  margin: 0;
  padding: 0;
  text-align: center;
}
h1 {
  color: #820061;
}
h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  color: #820061;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  text-align: right;
  padding-right: 60px;
  padding-bottom: 5px;
}
h3 {
  color: #820061;
}
h2.servicio {
  font-size: 1.3em;
  background-color: #80197f;
  color: #FFF;
  padding: 3px 0 2px 5px;
  background-image: url(../images/h3_adorno.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: none;
}
h3.servicio {
  font-size: 1em;
  color: #FFF;
  display: inline-block;
  background-color: #820061;
  height: 26px;
  padding: 2px 10px 2px 10px;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
p {
  color: #000;
  line-height: 1.5;
  margin: 0 0 .625em;
  text-align: justify;
}
ul {
  line-height: 1.4em;
  list-style: disc;
  margin: 0 0 0 1.25em;
}
a:link, a:visited {
  color: #39C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p.galeria img {
  padding: 5px;
  margin: 0;
}
a img {
  border: 0;
}
.precontent {
  width: 920px;
  height: 15px;
  background-image: url(../images/bk_pre-content.gif);
  background-repeat: no-repeat;
  font-size: 1px;
}
.postcontent {
  width: 920px;
  height: 15px;
  background-image: url(../images/bk_post-content.gif);
  background-repeat: no-repeat;
}
img.izquierda {
  float: left;
  margin: 0 1.25em 1.25em 0;
  padding: 0;
}
img.derecha {
  float: right;
  margin: 0 0 1.25em 1.25em;
}
.sombreado {
  color: #820061;
  font-size: 1.2em;
  font-style: italic;
  text-shadow: 2px 2px 10px #999;
}
.foto_izquierda {
  float: left;
  clear: left;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-left: 0;
}
.foto_derecha {
  margin: 0 0 5px 30px;
  float: right;
}
#frmcontacto {
  float: left;
  width: 40%;
}
#frmcontacto .texto {
  width: 90%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #aa4477;
  background-color: #fff0f8;
  margin-bottom: 10px;
  padding: 3px;
}
#frmcontacto .boton {
  width: 120px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #663355;
  border-top-color: #FFaadd;
  border-left-color: #FFaadd;
  background-color: #aa4477;
  margin-bottom: 10px;
  color: #FFFFFF;
  padding: 3px;
}
.t_servicios {
  border: .125em solid #CCC;
  margin: 0 0 1em 0;
  width: 600px;
}
.t_servicios thead {
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
}
.t_servicios thead tr td {
  background-color: #820061;
  padding: .3em 0;
}
.t_servicios tbody tr td {
  padding: .5em;
}
.t_servicios tbody tr td.td_colored {
  background-color: #E2D5E4;
}
/* ALL */
#all {
  width: 960px;
  margin: 0 auto;
  background-image: url(../images/bg-container.png);
  background-repeat: repeat-x;
  text-align: center;
  background-position: left top;
}
#all #encabezado {
  width: 960px;
  height: 110px;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
  padding: 0;
  /*text-indent: -9999px;*/

  background-position: center top;
  overflow: hidden;
}
#all #encabezado h1 {
  margin: 0;
  font-size: 1.4em;
  /*text-indent: -9999px*/

}
#all #menu {
  /*width: 960px;*/

  margin: 0 auto;
  height: 25px;
  text-align: center;
  padding: 10px 100px;
}
#all #menu ul {
  margin: 0;
  padding: 0;
}
#all #menu ul li {
  margin: 0;
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-size: .85em;
  float: left;
}
#all #menu ul li a:link, #all #menu ul li a:visited {
  border-right: 1px solid #FFF;
  color: #FFFFFF;
  padding: 3px 10px;
  text-decoration: none;
}
#all #menu ul li a:hover, #all #menu ul li a:active {
  background-color: #5E65A4;
}
#all #container {
  width: 920px;
  margin: 0 auto;
  color: #333;
}
#all #container #content {
  text-align: left;
  background-color: #FFFFFF;
  padding: 0 1.25em;
}
#all #footer {
  font-size: .9em;
  margin: 0 auto 0 auto;
  padding: 5px 0px;
  text-align: center;
  width: 960px;
}
#all #footer h3 {
  display: none;
}
#all #footer p, #all #footer a {
  color: #F3E6F0;
  font-size: .9em;
  line-height: 1.5;
  text-align: center;
}
#all #footer p a:link,
#all #footer a a:link,
#all #footer p a:visited,
#all #footer a a:visited {
  text-decoration: underline;
}
/********Servicios***********/
/*****Menu lateral********/
#menu_lat {
  float: left;
  width: 200px;
  text-align: left;
  padding: 0;
  margin: 0px 20px 0px 0px;
}
#menu_lat h5 {
  font-size: 1.3em;
  color: #820061;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  font-weight: normal;
  padding-bottom: 5px;
}
#menu_lat ul {
  float: left;
  font-size: .90em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #CCC;
}
#menu_lat ul li {
  color: #39C;
  display: block;
  padding: 0;
  width: 200px;
}
#menu_lat ul li:hover {
  background-color: #F6CFDE;
  background: -webkit-gradient(linear, left top, right top, from(#eeb2c7), to(#f6cfde));
  background: -moz-linear-gradient(left, #eeb2c7, #f6cfde);
  color: #FFF;
  cursor: pointer;
}
#menu_lat ul li:hover ul {
  border: none;
  color: #820061;
  display: block;
  padding: 0;
}
#menu_lat ul li ul {
  display: none;
  padding: 0;
}
#menu_lat ul li ul li {
  border-bottom: 1px solid #CCC;
}
#menu_lat ul li ul li:hover {
  background: none;
  background-color: transparent;
}
#menu_lat ul li ul li a:link, #menu_lat ul li ul li a:visited {
  background: none;
  background-color: transparent;
  color: #820061;
  padding: 0 0 0 5px;
  text-decoration: none;
}
#menu_lat ul li ul li a:hover {
  background-color: #FEEAFF;
  color: #820061;
}
#menu_lat ul li a:link, #menu_lat ul li a:visited {
  display: block;
  padding: 0;
  text-decoration: none;
}
#menu_lat ul li a:hover {
  background-color: #F6CFDE;
  background: -webkit-gradient(linear, left top, right top, from(#eeb2c7), to(#f6cfde));
  background: -moz-linear-gradient(left, #eeb2c7, #f6cfde);
  color: #FFF;
}
/******/
#cont_der {
  text-align: left;
  width: 600px;
  float: left;
}
/***Pagina inicio de servicios***/
#wrapper_servicios {
  background-image: url(../images/bg_servicios.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 397px;
  margin: 0;
  padding: 0;
  width: 850px;
}
.tab_row {
  display: table-row;
}
.servicios {
  display: table-cell;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 281px;
}
.servicios ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.servicios ul li:hover ul {
  display: block;
}
.servicios ul li h3 {
  font-size: 1.3em;
  margin: 0;
  text-align: center;
}
.servicios ul li h3 a:link, .servicios ul li h3 a:visited {
  color: #666;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  font-size: .8em;
}
.servicios ul li ul {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: none;
  margin: 0;
  position: absolute;
  width: 280px;
  z-index: 500;
}
.servicios ul li ul li a {
  display: block;
  color: #FFF;
  font-size: .875em;
  padding: 10px;
  text-decoration: none;
}
.servicios.s_estetica ul li h3 a:hover, .servicios.s_movil ul li h3 a:hover {
  color: #6D2382;
}
.servicios.s_estetica ul li ul, .servicios.s_movil ul li ul {
  background-image: url(../images/bg_menu_estetica.png);
  background-repeat: repeat;
}
.servicios.s_estetica ul li ul li:hover, .servicios.s_movil ul li ul li:hover {
  background-image: url(../images/bg_menu_estetica_hover.png);
  background-repeat: repeat;
}
.servicios.s_spa ul li h3 a:hover, .servicios.s_otros ul li h3 a:hover {
  color: #CF127A;
}
.servicios.s_spa ul li ul, .servicios.s_otros ul li ul {
  background-image: url(../images/bg_menu_spa.png);
  background-repeat: repeat;
}
.servicios.s_spa ul li ul li:hover, .servicios.s_otros ul li ul li:hover {
  background-image: url(../images/bg_menu_spa_hover.png);
  background-repeat: repeat;
}
.servicios.s_faciales ul li h3 a:hover, .servicios.s_masajes ul li h3 a:hover {
  color: #00387D;
}
.servicios.s_faciales ul li ul, .servicios.s_masajes ul li ul {
  background-image: url(../images/bg_menu_faciales.png);
  background-repeat: repeat;
}
.servicios.s_faciales ul li ul li:hover, .servicios.s_masajes ul li ul li:hover {
  background-image: url(../images/bg_menu_faciales_hover.png);
  background-repeat: repeat;
}
.servicios.s_masajes ul li ul {
  margin: -12.5em 0 0 0;
}
.servicios.s_otros ul li ul {
  margin: -20.5em 0 0 0;
}
.servicios.s_movil ul li ul {
  margin: -12.5em 0 0 0;
}
/***********************************/
/*****************/
/**Lightbox*/
#lightbox {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox a img {
  border: none;
}
#lightbox #outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox #imageContainer {
  padding: 10px;
}
#lightbox #imageContainer #hoverNav {
  left: 0;
}
#lightbox #imageContainer #hoverNav a {
  outline: none;
}
#lightbox #imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
}
#lightbox #imageData {
  padding: 0 10px;
}
#lightbox #imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox #imageData #caption {
  font-weight: bold;
}
#lightbox #imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox #imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
#lightbox #loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox #hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox #prevLink, #lightbox #nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat;
  /* Trick IE into showing hover */

  display: block;
}
#lightbox #prevLink {
  left: 0;
  float: left;
}
#lightbox #prevLink:hover, #lightbox #prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#lightbox #nextLink {
  right: 0;
  float: right;
}
#lightbox #nextLink:hover, #lightbox #nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
* html > body .clearfix {
  display: inline-block;
  width: 100%;
}
* html .clearfix {
  /* Hides from IE-mac \*/

  height: 1%;
  /* End hide from IE-mac */

}

