﻿body
{
	margin:0;
	font-family:Tahoma, Verdana, "MS Sans Serif", "Arial", Helvetica, sans-serif;
	background-color:#09080d;
	cursor:default;
}

body.home
{
	background:#09080d url('../images/imgBannerHome.jpg') no-repeat center 136px;
}

body.general
{
	background:#09080d url('../images/imgBannerGeneral.jpg') no-repeat center 136px;
}

body.cover
{
	background:#09080d url('../images/fondoCover.jpg') repeat-x top;
}

.largeShadow
{
	box-shadow:0px 0px 30px 0 #000;
	-moz-box-shadow:0 0 30px 0 #000;
	-webkit-box-shadow:0px 0px 30px 0 #000;
}

.roundCorner
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.globalLeft
{
	position:relative;
	float:left;
}

.globalRight
{
	position:relative;
	float:right;
}

div.cover
{
	position:relative;
	display:block;
	background:url('../images/cover.jpg') no-repeat center top;
	width:100%;
	height:671px;
	margin:0 0 -20px 0;
}

a.enterButton, .hookText
{
	position:absolute;
	display:block;
	left:50%;
	margin:0;
	z-index:100;
}

a.enterButton
{
	top:570px;
	margin-left:327px;
	background:url(../images/enter.png) no-repeat center top;
	width:76px;
	height:33px;
	line-height:31px;
	padding-left:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

a.enterButton:hover
{
	background-position:center bottom;
	text-decoration:none;
	cursor:pointer;
}

.hookText
{
	top:200px;
	margin-left:307px;
}

div.header2
{
	background:url('../images/headerFondo.gif') repeat-x bottom;
	height:136px;
	width:100%;
	clear:both;
	position:relative;
	border-bottom:1px #343237 solid;
	z-index:0;
}

div.header2inner
{
	background:url('../images/logoHeader2.jpg') no-repeat 5px bottom;
	height:136px;
	width:1000px;
	position:relative;
	margin:0 auto;
	z-index:100;
}


/******** MENU PRINCIPAL *********/
ul.menuPrincipal
{
	margin:0;
	padding:102px 0 0 40px;
	list-style:none;
}

ul.menuPrincipal li
{
	float:left;
	padding:3px 15px 10px 15px;
	border-right:1px #343237 solid;
}

ul.menuPrincipal li a, ul.menuPrincipal li a:link
{
	text-decoration:none;
}

ul.menuPrincipal li a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

/* BROCHURE */
ul.menuPrincipal li.brochureLink
{
	position:absolute;
	padding:0 0 0 35px;
	right:50px;
	margin:-3px 0 0 0;
	background:url(../images/File-Extension-Pdf-32.png) no-repeat left center;
	border:0;
}

.menufooter ul.menuPrincipal li.brochureLink
{
	right:0;
	margin:6px 0 0 0 !important;
}

ul.menuPrincipal li.brochureLink a
{
	line-height:30px;
	margin:0;
	color:#9c9c9c;
}

ul.menuPrincipal li.brochureLink a:hover
{
	color:#fff;
	text-decoration:none;
}

div.bannerHomeText
{
	position:relative;
	display:block;
	width:380px;
	left:50%;
	margin-left:-445px;
	z-index:1;
}

div.bannerHomeImages
{
	position:absolute;
	display:block;
	width:444px;
	height:451px;
	left:50%;
	margin-left:0;
	margin-top:20px;
	background-color:#fff;
	z-index:1;
}

div.content
{
	position:relative;
	display:block;
	width:890px;
	left:50%;
	margin-left:-445px;
	padding:0;
	z-index:200;
	clear:both;
}

div.footer
{
	position:relative;
	height:auto;
	width:890px;
	clear:both;
	margin:20px auto 0 auto;
	z-index:500;
}

div.footer ul.menuPrincipal
{
	margin:0 0 0 -15px;
	padding:0;
}

div.menufooter
{
	height:30px;
	width:100%;
	position:relative;
	border-top:1px #343237 solid;
	clear:both;
}

.logoFooter
{
	display:block;
	margin-top:50px;
}

.logoFooter img
{
	margin-left:1px;
}

.textFooter
{
	float:left;
	text-align:left;
	margin-top:12px;
	margin-bottom:20px;
}

.developedByFooter
{
	float:right;
	text-align:right;
	margin-top:12px;
	margin-bottom:20px;
}

table
{
	width:100%;
	height:auto;
}

table td
{
	text-align:left;
}

img[alt], img[title]
{
	font-size:10px;
	color:#454446;
}

span
{	
	display:block;
}

ul.lista1
{
	margin:0;
	padding:0 0 15px 15px;
	list-style:none;
	list-style-image:url('../images/bullet1.gif');
}

ul.lista1 li
{
	margin-bottom:3px;
}

input[type=text].large
{
	width:100%;
	height:14px;
}

input[type=text].medium
{
	width:150px;
	height:14px;
}

textarea.larch
{
	width:100%;
}

select.medium
{
	width:155px;
}

hr
{
	height:0;
	border:none;
	border-bottom:1px #454446 dotted;
}




/************************ TEXTOS **************************/
a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

h1, h2, h3
{
	font-family:Cambria, "times New Roman", "MS Serif", serif;
	border-bottom:1px #ffffff solid;
	font-weight:normal;
}

h1
{
	line-height:50px;
}

h4, h5, h6
{
	font-family:Tahoma, Verdana, "MS Sans Serif", "Arial", Helvetica, sans-serif;
	font-weight:normal;
}

.grisClaro
{
	color:#9c9c9c;
}

.grisOscuro
{
	color:#454446;
}

.purpura
{
	color:#363047;
}

.purpura2
{
	color:#454446;
}

.blanco
{
	color:#ffffff;
}

.red
{
	color:#ff0000;
}

.size10
{
	font-size:10px;
	line-height:12px;
}

.size11
{
	font-size:11px;
	line-height:14px;
}

.size12
{
	font-size:12px;
	line-height:18px;
}

.size14
{
	font-size:14px;
	line-height:24px;
}

.size16
{
	font-size:16px;
	line-height:22px;
}

.size18
{
	font-size:18px;
	line-height:22px;
}

.size24
{
	font-size:24px;
	line-height:30px;
}

.size26
{
	font-size:26px;
	line-height:32px;
}

.size28
{
	font-size:28px;
	line-height:36px;
}

.bold
{
	font-weight:bold;
}

.introText
{
	border:0 !important;
	margin-bottom:35px;
	line-height:normal;
}

.textShadow
{
	text-shadow: 0 0 5px #000;
}

.sans
{
	font-family:Calibri, Arial, Helvetica, sans-serif !important;
}

a.youtube
{
	position:relative;
	width:91px;
	height:58px;
	position:absolute;
	float:right;
	right:50px;
	top:5px;
	background:url('../images/youtube2.jpg') no-repeat;
	cursor:pointer;
}


/********************* SLIDESHOW *********************/
.slideimages
{
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

.slideimages div
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.slideimages div img
{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.bannerHomeImages .slideimages div img
{
	width:444px;
	height:451px;
}

.slideimages div img.reflection
{
	position:absolute;
	display:block;
	width:483px;
	height:129px;
	top:451px;
	left:0;
	margin-left:-19px;
}

/* tabs (those little circles below slides) */
.slidetabs
{
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:500;
}

.bannerHomeImages .slidetabs
{
	width:48px;
	margin:0 0 -20px -24px;
}

/* single tab */
.slidetabs a
{
	position:relative;
	float:left;
	width:12px;
	height:12px;
	margin:0 2px;
	background-image:url(../images/slidesTabs.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
	cursor:pointer;
}

/* mouseover state */
.slidetabs a:hover
{
	background-position:center center;
}

/* active state (current page state) */
.slidetabs a.current
{
	background-position:bottom center;
} 	

.bootomText
{
	position:relative;
	display:block;
	width:900px;
	left:50%;
	margin:50px 0 0 -450px;
	z-index:300;
}

.bannerServicesImages .bootomText
{
	position:absolute;
	width:445px;
	left:0;
	margin:-120px 0 0 0;
	z-index:300;
}

.bannerServicesImages
{
	position:relative;
	display:block;
	width:445px;
	height:739px;
	margin:0;
	background-color:#fff;
	z-index:1;
}

.bannerServicesImages .slidetabs
{
	width:80px;
	margin:0 0 -20px -40px;
}


/******************* MINIATURAS ***********************/
.thumb
{
	position:relative;
	float:left;
	color:#ffffff;
	text-align:center;
	width:142px;
	height:130px;
	padding:10px;
	margin:0 8px 10px 8px; 
	color:#fff;
	font-weight:normal;
	line-height:14px;
	font-size:12px;
	overflow:hidden;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

a.thumb
{
	text-decoration:none;
}

a.thumb:hover
{
	/*background:url('../images/servicehover.gif') no-repeat center center;*/
	padding:9px;
	background-color:#454446;
	border:1px #343237 solid;
	cursor:pointer;
	text-decoration:none;
	
	box-shadow:inset 0px 0px 5px 0 #000;
	-moz-box-shadow:inset 0 0 5px 0 #000;
	-webkit-box-shadow:inset 0px 0px 5px 0 #000;
}

a.thumb img
{
	position:relative;
	display:block;
	width:140px;
	height:97px;
	margin-bottom:5px;
	border:1px #9c9c9c solid;
	box-shadow:0px 0px 5px 0 #000;
	-moz-box-shadow:0 0 5px 0 #000;
	-webkit-box-shadow:0px 0px 5px 0 #000;
}

.videoText
{
	width:324px;
	height:143px;
	padding:7px 0 0 0;
	font-family:Cambria, "Times New Roman", Times, serif;
	text-align:center;
	font-size:26px;
	line-height:35px
}


/************************ OVERLAYS ****************************/
.overlay
{
	display:none;
	z-index:10000;
	background-color:#fff;
	padding:20px 30px 30px 30px;
}

.overlay.video
{
	width:640px;
}

.overlay h3
{
	margin:0 0 8px 0;
	padding:0;
}

.overlay p
{
	font-size:12px;
	line-height:18px;
	margin:10px 0 0 0;
	padding:0;
	color:#9c9c9c;
}

/* close button positioned on upper right corner */
.overlay .close
{
	background:url(../images/close.png) no-repeat center top;
	position:absolute;
	right:6px;
	top:6px;
	cursor:pointer;
	height:28px;
	width:28px;
}

.overlay .close:hover
{
	background-position:center bottom;
}


/******************** IN SKIN MD ***********************/
div.md
{
	position:relative;
	display:block;
	width:100%;
	height:332px;
	background:#fff url(../images/md.jpg) no-repeat top left;
}

div.md ul
{
	position:absolute;
	display:block;
	top:0;
	left:0;
	margin:50px 0 0 550px;
}

div.md ul li
{
	padding-bottom:15px;
}



/************************** TREATMENTS ***************************/
div.whiteBox
{
	position:relative;
	display:block;
	width:100%;
	background-color:#fff;
}

div.whiteBox img
{
	position:relative;
	display:block;
}

div.whiteBox.small
{
	width:auto;
	padding:10px;
	margin-top:10px;
}

div.whiteBox.small p
{
	text-align:center;
	margin:3px 0 8px 0;
	padding:0;
	line-height:16px;
}

div.whiteBox.eTwo
{
	background-image:url(../images/eTwo.jpg);
	background-repeat:no-repeat;
	background-position:20px bottom;
}

div.whiteBox.eTwo ul
{
	margin:auto 0 10px 0;
	padding-left:15px;
}

div.whiteBox.eTwo ul li
{
	padding:0 0 10px 0;
}

.twoColumnInner
{
	display:block;
	position:relative;
	border-collapse:collapse;
}

.twoColumnInner td
{
	padding-right:30px;
}

.twoColumnInner ul
{
	margin:0;
	padding-top:0;
	padding-left:15px;
}

h1.treatments
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:53px;
	margin:0;
	padding:0;
	border:0;
}

.scrollableContent
{
	position:relative;
	display:block;
	width:100%x;
}

.scrollable
{
	position:relative;
	overflow:hidden;
	display:block;
	width:850px;
	height:150px;
	margin-left:20px;
}

.scrollable .items
{
	width:20000em;
	position:absolute;
}

.items div
{
	float:left;
}

.scrollable a.thumb
{
	margin:0 4px; 
}

a.prev, a.next
{
	position:absolute;
	display:block;
	width:20px;
	height:32px;
	background-image:url(../images/scrollNav.png);
	background-repeat:no-repeat;
	background-color:transparent;
	top:0;
	margin-top:42px;
	z-index:500;
}

a.prev, a.prev.disabled:hover
{
	left:0;
	background-position:left top;
}

a.prev:hover
{
	background-position:left bottom;
}

a.next, a.next.disabled:hover
{
	right:0;
	background-position:right top;
}

a.next:hover
{
	background-position:right bottom;
}

a.disabled
{
	opacity:0.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */
	cursor:default;
}


/* WARNING */
#warning{
	position: absolute;
	display: block;;
	top: 0;
	left: 50%;
	margin-top: 115px;
	margin-left: -535px;
	z-index: 1000;
}









