@import url('mooda-reset.css');
*{margin:0;padding:0;}
img{border:none;}

body{font-family: "Helvetica",Arial,sans-serif; font-size:10px;cursor:default;color:#000;}
a{text-decoration:none;color:#000;outline:0}

/* CSS3 background page */
/*
html {
        background: url(../images/bg2New.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg2New.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg2New.jpg', sizingMethod='scale')";
}
*/

#loading {
	    position: absolute;
	    top: 49.5%; 
	    left: 49.5%;
	    z-index: 10;
	    width: 32px; 
	    height: 32px;
	    text-indent: -999em;
	    background-image: url(../images/loading.gif);
	}
	
#supersized{position:fixed;}

#supersized img{ -ms-interpolation-mode: bicubic; }
#supersized img, #supersized a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
}

#menu{position:fixed;bottom:20px;z-index:200;width:100%;line-height:12px;display:inline;}
#menu div{height:66px;background:#000;opacity:0.6;filter:alpha(opacity=60);padding:7px 0 0 7px; margin-left:140px;}

h1{position:relative;margin-bottom: -72px;width:140px;opacity:0.99; z-index:90;}
h1 a{color:#000;background:#fff url(Logo2.gif) no-repeat 1px 5px;font-size:11px;text-align:right;display:block;
	padding: 43px 10px 16px 0;
}
h1 a:hover{background:#fff url(Logo2.gif) no-repeat 1px 5px}
h3{text-transform:uppercase;line-height:20px;font-weight:bold}


.lista{margin-left:140px;}
#menu ul{float:left;width:110px;}
#menu li a{height:12px;padding:0 5px;font-weight:bold;color:#999;display:block}
#menu li a:hover{color:#fff}
#menu .cur a{color:#fff}

.copyright{position:fixed;bottom:1%;right:1%;z-index:100; color:#FFF;}

div#container { z-index:100;margin: 0px auto; width: 890px; padding: 5px 20px;}
div#containercollection { z-index:100;margin: 0px auto; width: 500px; padding: 5px 20px;}

div#title {position:absolute;padding-top:40px;z-index:100; text-align:center;}

h2{font-size:40px; font-weight:bold;}

div#img { width:890px; padding:5px 0 20px 0;  background-image:url(../images/bgOpaA.png);
  background-repeat:repeat-x repeat-y;
}

div#img img{ clear:both;margin:15px 22px;background:#FFF; }

/* Content slider for Laboratorio page*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
}

#sliderMen{width:500px;background-color:#FFF; padding:20px; font-size:15px; line-height:1.5em; margin:20px 0px 0px 0px}
#sliderWomen{width:500px;background-color:#FFF; padding:20px; font-size:15px; line-height:1.5em;  margin:20px 0px 0px 0px}

#slider1collection{width:500px;background-color:#FFF; padding:20px; font-size:15px; line-height:1.5em;}
#slider1collection td{width:200px; z-index:300;}

#slider1{width:890px;background-color:#FFF; padding:20px; font-size:12px; line-height:1.5em;text-align:left;}
#slider1 td{width:200px; z-index:300;}
#slider2{width:890px;}
.red{color:#F00}

#slider2 ul li{ clear:both; display:inline;}

#slider3{width:890px;background-color:#FFF;padding:20px; text-align:left;}
#slider3 ul li{ clear:both; display:inline;}
#slider3 .title{
	font-size:16px;
	font-weight:bold;
	color:#CCC;
	text-transform:uppercase;
	padding:10px 0 10px 0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:100;
}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}

.pagination a{
text-decoration: none; 
color:#000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #000;
}
#slider1 img{margin:10px;}

#wrapper {
	height:100%;		/* Of course you need to specify the object height */
	position:relative;	/* On older OS versions "position" and "z-index" must be defined (absolute | relative), */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	width:100%;
	overflow:hidden;
}

#scroller {
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);

	float:left;
	width:100%;
	padding:0;
}


/*Floating box*/
.msgbox {
	display: block;
	position: absolute;
	width: 500px;
	top: 200px;
	left: 25%;
	font-weight: bold;
	z-index:10000;
}
.msgbox p {
	margin: 0;
	padding: 5px 10px; }
.msgbox a.close {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 4px;
	margin-left: 0px; }
	
	#map_canvas { height: 100% }
	
/*Form */
#mc-embedded-subscribe-form fieldset{ margin:0 0 10px 0; border:none;}
#mc-embedded-subscribe-form label{ display:block; font-weight:bold; line-height:1.4;}
#mc-embedded-subscribe-form fieldset:last-child{ margin:0 0 5px 0;}
#mc-embedded-subscribe-form input[type="submit"]{
	padding:8px 15px;
	font-weight:bold;
	line-height:1;
	color:#444;
	border:none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to (#bbb));
	background-image: -moz-linear-gradient(o% 100% 90deg. #bbb, #fff);
	background-color:#fff;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	-o-border-radius:23px;
	border-radius:23px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}

