@charset "UTF-8";

a:link {
	color: #003B7E;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	text-decoration: underline;
	font-size: 12px;
}


a {
	color: #aa0001;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: AB001C;
	left: 10px;
	padding-left: 7px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: normal;
	padding-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	/*color: #FFFFFF;*/
	color:#000;
	padding-left: 10px;
	line-height: 12pt;
}
.links li {
	line-height: 20px;
	list-style-type: none;
}
.links ul {
	padding-left: 0px;
	margin-left: 10px;
}

h3{
font-size:15px;
}

body2 {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: AB001C;
	left: 10px;
	padding-left: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: normal;
	padding-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	/*color: #FFFFFF;*/
	color:#000;
	padding-left: 5px;
	line-height: 12pt;
}
.links li {
	line-height: 20px;
	list-style-type: none;
}
.links ul {
	padding-left: 0px;
	margin-left: 10px;
}

h3{
font-size:15px;
}

/*.{
	list-style-image: none;
}*/

.nav {
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.nav span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

	
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
/*	display:block;
	float:left;*/
	
}

.nav a:hover {
	color: #003B7E;/*	background-color:#FFFFFF;*/
	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aa0001;
	font-weight: bold;
}
.title-blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
}
.promesse {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #719ABA;
}
.title-Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #aa0001;
	font-weight: normal;
	padding:0;
	margin:0;
}
.title-block {
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aa0001;
	display:block;
	padding-bottom: 5px;
}
.subTitleh2 {
	font-size: 12px;
	color: #aa0000;
	text-decoration: underline;
}
.baseline {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding:0;margin:0;
}


.thumbnail {
	width:160px;
	height:173px;
	border: 1px solid #ccc;
	padding:2px;
	margin:3px;
	float:left;
	text-align:center;
	background:#fff;
	z-index: 0;
}

.thumbnail a{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: notmal;    
    color: #7b716a;
    text-decoration:none;
}

.thumbnail a img{
    opacity : 0.7;
    filter : alpha(opacity=70); 
}

.thumbnail a:hover img{
    opacity : 1;
    filter : alpha(opacity=100);
}

.thumbnail a:hover{
  /*text-decoration: underline;*/
  color: #aa0101;
}


/* ================================================================ 
CSS Menu 
=================================================================== */
/* style the outer div to give it width */
.menu {
	font-size:12;
	padding-bottom:0px;
	text-align:left;
	padding-left:119px;
	position:relative;
	z-index:200;
}     

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:2em; background:#719ABA;}

/* style the sub-level lists */
.menu ul ul {width:15em;border-left:1px solid #b0a59e;border-right:1px solid #b0a59e;border-bottom:1px solid #b0a59e;}

.menu ul ul ul{
	width:10em;
	border:1px solid #b0a59e;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2em;line-height:2em;font-weight: bold;list-style-type:none;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;font-weight: normal;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:##719ABA;padding:0 2em 0 2em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#fff; color:#7b716a;width:12em;height:100%;line-height:1em;text-decoration:none; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}

/* style the sub level links */
.menu ul ul a.arrow, .menu ul ul a.arrow:visited {
	display:block;
	color:#7b716a;
	width:12em;
	height:100%;
	line-height:1em;
	padding:0.5em 1em;
	background-color: #fff;
}
.menu ul table ul a.arrow, .menu ul table ul a.arrow:visited  {width:14em; w\idth:12em;; background-image: url(images/arrow-menu.gif)}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#fff;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {color:#aa0101;background:#fff;}
.menu :hover > a {color:#aa0101;background:#fff;}
/* second */
.menu ul ul a:hover{color:#fff;background:#aa0101;}
.menu ul ul :hover > a {color:#fff;background:#aa0101;}

.menu ul ul a.arrow:hover{color:#fff;background:#aa0101;background-image: ;}
.menu ul ul :hover > a.arrow {color:#fff;background:#aa0101;background-image:);}
/* third */
.menu ul ul ul a:hover {background:#aa0101;}
.menu ul ul ul :hover > a {background:#aa0101;}
/* fourth */
.menu ul ul ul ul a:hover {background:#aa0101;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2em;left:-1px;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:14em;
	top:0;
	width:14em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
	height:auto;
	padding-bottom:0em;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* keep the next level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul{visibility:visible;}



/* ================================================================ 
Style for JQuery 
=================================================================== */

.hidden{
display:none;
}
.visible{
display:block;
}

.preloader{
	margin-top:10px;
	color:#848484;
	display:none;
	width:590px;
}


.lienImage{
border:0;
}

.lienImage img{
 border:0;
 }

/* styling for elements inside overlay */ 
.details {
	color:#003B7E;
	text-align:left;
	float:left;
	font-size:12px;
	height:350px;
	padding:5px;
	width:325px;
}

.bold{
	font-weight:bold;
	color: 770031;
}
	
.Style8_ref {
	FONT-SIZE: 13px;
	COLOR: #000000

}.textnoir {
	FONT-SIZE: 14px;
	COLOR: #333333;
	LINE-HEIGHT: 15px;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: justify

}
.stylegrey {
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 30px;
}
.stylewhite {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1em;
}
.bodyText2 {
	line-height:20px;
	color:#721133;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	background-position: left;
}
.creditos {
	line-height:20px;
	color:#000000;
	font-family: Arial;
	font-size: 10px;
}
.stylegrey2 {
	font-family: Arial;
	font-size: 20px;
	color: #333333;
	text-align: justify;
	line-height: 30px;
}
.bodyText3 {
	line-height:24px;
	color:#000033;
	font-family: Helvetica;
	font-size: 18px;
	text-align: center;
}
.bodyText2b {
	line-height:20px;
	color:#000000;
	font-family: Helvetica;
	font-size: 18px;
	text-align: justify;
}
.style26 {
	font-size: 14px;
	font-family: Helvetica;
	letter-spacing: .3em;
}
.bodyText15 {
	line-height:20px;
	color:#000000;
	font-family: Helvetica;
	font-size: 18px;
}
.style25 {
	font-size: 13px;
	font-family: Helvetica;
	letter-spacing: 0em;
	color: #000000;
}
.bodyTextrojo {
	font-family: Helvetica;
	line-height:38px;
	color:#721133;
	font-size: 14px;
	text-align: left;
}
.atras {
	line-height:20px;
	color:#26216C;
	font-family: Helvetica;
	font-size: 14px;
	text-align: center;

}
.subbody_rojo {
	font-family: Helvetica;
	line-height:20px;
	color:#090771;
	font-size: 15px;
	text-align: left;
}
.bodyTextrojo15 {
	font-family: Helvetica;
	line-height:20px;
	color:#090771;
	font-size: 15px;
	text-align: left;
}
.bodyTextrojo12 {
	font-family: "Helvetica bold";
	line-height:15px;
	color:#090771;
	font-size: 12px;
	text-align: justify;
}
.text {
	font-family: Helvetica;
	line-height:15px;
	color:#FFFFFF1;
	font-size: 12px;
	text-align: justify;
}

.navText2 {
	font:14px arial;
	color: #770031;
	letter-spacing:0em;
}
.style27 {
	font-size: 13px;
	font-family: Arial;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
.stylehead {
	font-size: 13px;
	font-family: Arial;
	letter-spacing: 0em;
	color: #333333;
}
.stylesubhead {
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 0em;
	color: #333333;
}
.subheadred {
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: bold;
}
.style35 {
	font-size: 6px;
	color: #3b1215;
}
.bodyTextazul {
	font-family: Helvetica;
	line-height:38px;
	color:#514387;
	font-size: 14px;
	text-align: left;
}
.style36 {font-size: 13px

}

.style37 {
	font-size: 15px;
	color: #E721133;
}
.bodyTextpurple {
	font-family: Helvetica;
	line-height:38px;
	color:472178;
	font-size: 15px;
	text-align: left;
}
.bodyTextpurple {
	line-height:20px;
	color:#472178;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	background-position: left;
}
.bodyTextmorado {
	font-family: Helvetica;
	line-height:18px;
	color:#472178;
	font-size: 14px;
	text-align: left;
}
.bodyTextlsheer {
	font-family: Helvetica;
	line-height:38px;
	color:#a87d1c;
	font-size: 15px;
	text-align: left;
}
.bodyTextlsheer13 {
	font-family: Helvetica;
	line-height:18px;
	color:#9A6100;
	font-size: 14px;
	text-align: left;
}
.text14 {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.bodyTextblanco {
	font-family: Helvetica;
	line-height:22px;
	color:#FFFFFF;
	font-size: 15px;
	text-align: left;
}
.bodyTextorange {
	font-family: Helvetica;
	line-height:22px;
	color:#B24706;
	font-size: 15px;
	text-align: left;
}
.bodyTextred {
	font-family: Helvetica;
	line-height:22px;
	font-size: 15px;
	text-align: left;
	color: #660033;
}
.text12 {
	font-size: 12px;
	line-height: 11px;
	color: #000000;
	text-transform: 12;
}
.Bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231761;
	font-weight: normal;
	padding:0;
	margin:0;
}
.text13 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.text_blue_12 {
	font-size: 12px;
	line-height: 11px;
	color: #000033;
	text-transform: 12;
}
.bodyTextgreen {
	font-family: Helvetica;
	line-height:38px;
	color:1a7b7e;
	font-size: 16px;
	text-align: left;
}
.bodyTextgreen15 {
	font-family: Helvetica;
	line-height:20px;
	color:1a4e65;
	font-size: 16px;
	text-align: left;
}
.bodyTextholter {
	font-family: Helvetica;
	line-height:20px;
	color:013f6f;
	font-size: 16px;
	text-align: left;
}
.stylea_ccutech {
	font-family: Arial;
	font-size: 18px;
	color: #000066;
	text-align: justify;
	line-height: 30px;
}
.style_evolve {
	font-family: Arial;
	font-size: 18px;
	color: #338ECA;
	text-align: justify;
	line-height: 30px;
}
.body_evolve {
	font-family: Arial;
	font-size: 14px;
	color: #338ECA;
	text-align: justify;
	line-height: 16px;
}
.body_visia15 {
	font-family: Helvetica;
	line-height:30px;
	color:#5B4F48;
	font-size: 20px;
	text-align: left;
}
.text_visia15 {
	font-family: Helvetica;
	line-height:20px;
	color:#5B4F48;
	font-size: 15px;
	text-align: left;
}
.body_dualight {
	font-family: Helvetica;
	line-height:30px;
	font-size: 20px;
	text-align: left;
	color: #6A5DA4;
}
.body_dualight14 {
	font-family: Helvetica;
	line-height:30px;
	font-size: 14px;
	text-align: left;
	color: #6A5DA4;
}
.head_dermscope {
	font-family: Helvetica;
	line-height:30px;
	font-size: 24px;
	text-align: left;
	color: #D65C1A;
}
.text_dermscope15 {
	font-family: Helvetica;
	line-height:30px;
	color:#5B4F48;
	font-size: 15px;
	text-align: left;
}
.text_dermscope_negro {
	font-family: Helvetica;
	line-height:24px;
	color:#000000;
	font-size: 16px;
	text-align: left;
}
.punto {
	font-family: Helvetica;
	line-height:20px;
	color:#D65C1A;
	font-size: 36px;
	text-align: left;
}
.text_dermscope_negro_b {
	font-family: Helvetica;
	line-height:20px;
	color:#000000;
	font-size: 16px;
	text-align: left;
}
.stylea_reveal {
	font-family: Arial;
	font-size: 15px;
	color: #000066;
	text-align: justify;
	line-height: 25px;
}
.bold {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
.privacidad {
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bodyTextazul div strong {
	font-size: 16px;
}

