/* STYLE SHEET DE VARIOS EFEITOS DO FICSE */

#lang{
	width:32px;
	height:32px;
	}
#lang:hover{
	width:28px;
	height:28px;
}

#but1pt{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butR1_PT.jpg) no-repeat;
}

#but1pt:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butR2_PT.jpg) no-repeat;
}

#buts1pt{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butFIS1_PT.jpg) no-repeat;
}

#buts1pt:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butFIS2_PT.jpg) no-repeat;
}

#butg1pt{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butFIG1_PT.jpg) no-repeat;
}

#butg1pt:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(images/butFIG2_PT.jpg) no-repeat;
}

/*--------------EN---------------*/

#but1en{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR1_EN.jpg) no-repeat;
}

#but1en:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR2_EN.jpg) no-repeat;
}

#buts1en{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS1_EN.jpg) no-repeat;
}

#buts1en:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS2_EN.jpg) no-repeat;
}

#butg1en{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG1_EN.jpg) no-repeat;
}

#butg1en:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG2_EN.jpg) no-repeat;
}

/* -------------RO---------------*/

#but1ro{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR1_RO.jpg) no-repeat;
}

#but1ro:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR2_RO.jpg) no-repeat;
}

#buts1ro{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS1_RO.jpg) no-repeat;
}

#buts1ro:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS2_RO.jpg) no-repeat;
}

#butg1ro{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG1_RO.jpg) no-repeat;
}

#butg1ro:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG2_RO.jpg) no-repeat;
}

/* -------------RU---------------*/

#but1ru{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR1_RU.jpg) no-repeat;
}

#but1ru:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butR2_RU.jpg) no-repeat;
}

#buts1ru{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS1_RU.jpg) no-repeat;
}

#buts1ru:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIS2_RU.jpg) no-repeat;
}

#butg1ru{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG1_RU.jpg) no-repeat;
}

#butg1ru:hover{
	margin: 0 auto;
	width:220px;
	height:100px;
	background:url(../images/butFIG2_RU.jpg) no-repeat;
}

/* ----------------------------*/


a.sitios:link {
  color: #999999;
  background-color: transparent;
  text-decoration: none;
}

a.sitios:hover {
  color: blue ;
  background-color: #ff0 ;
  text-decoration: none;
}


/* -------------hover show image --------- */
.popup {
	zoom:1.0;
	position:relative;
	text-decoration:none;
}
.popup span {
	position:fixed;
	top:200px;
	left:500px;
	width:400px;
	padding:10px;
	border:0px solid #000;
	border-radius:10px;
	left:-999em;
	z-index:990;
        
}
.popup:hover {visibility:visible}
.popup:hover span {left:400px;}
* html .popup span {position:absolute;}