@charset "UTF-8";
/* CSS Document */


/*slider*/
#slider	{
	background:url(imas/trans-slide.png);
	height: 550px;
	overflow: hidden;
	position: relative;
	  }
#inicio1 {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(images/slide_index/yoga.jpg);
	 }
#inicio1_e {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(english/images_english/heads/yoga.jpg);
	 }
 #inicio2 {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(images/slide_index/familia.jpg);
	 }
 #inicio2_e {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(english/images_english/heads/familia.jpg);
	 }
 #inicio3 {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(images/slide_index/producs.jpg);
	 }
  #inicio3_e {
	background-repeat:no-repeat;
	background-position:right;
	height: 550px;
	overflow: hidden;
	position: relative;
	background-image:url(english/images_english/heads/productos.jpg);
	 }

#data{
	height: 550px;
	overflow: hidden;
	position: relative;	 
	  }																						
								  
 /* DEFAULT is for three panels in width, adjust as needed
 This only matters if JS is OFF, otherwise JS sets this. */	
 							  
#mover { 
     width: 2880px;
	 position: relative;
	  }

.slide {
	width: 1024px;
	height:550px;
	float: left;
	position: relative;
	  }

	  
.slide h1 {
	font-family: Helvetica, Sans-Serif;
	font-size: 30px;
	letter-spacing: -1px;
	  }
.slide p {
     color: #999;
	 font-size: 12px; 
	 line-height: 22px;
	 width: 300px;
	  }
	  
.slide img {
	position: absolute;
	top: 19px;
	left: 679px;
	visibility: visible;
	  }
#slider-stopper{ 
     position: absolute;
	 top: 1px;
	 right: 20px;
	 background: #ac0000;
	 color: white;
	 padding: 3px 8px;
	 font-size: 10px;
	 text-transform: uppercase;
	 z-index: 1000;
	  }
