.titulos {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #666;
	text-align: left;
	
}


.titulos2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:#333;
	text-align: left;

}
.titulos3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:130%;
	color: #333;
	text-align: left;
}

#titulos4 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #666;
	text-align: center;

	
}


.titulos5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height:170%;
	font-style: normal;
	color: #333;
	text-align: center;
}


.euros {
font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #666;
	text-align:right;
}


.titulos6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color:#333;
	text-align: center;
	line-height:130%;

}



.fonte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color:#000;
}

.margem {
	padding: 2px 6px 2px 2px;
	margin: 5px;
	font-size: 16px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	width:105px;/*	padding: 2px 2px 2px 2px;
	width:52px;
	height:30px;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	color:#666;
	border: none;
	outline: none;
	border-radius: .4em;
	border: .1em solid #AAAAAA;
	box-shadow: 0 0 28px #C5C5C5 inset;*/
}


.margem2 {
	padding: 2px 6px 2px 2px;
	margin: 5px;
	font-size: 16px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	width:45px;/*	padding: 2px 2px 2px 2px;
	width:52px;
	height:30px;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	color:#666;
	border: none;
	outline: none;
	border-radius: .4em;
	border: .1em solid #AAAAAA;
	box-shadow: 0 0 28px #C5C5C5 inset;*/
}

.margemm {
	padding: 2px 6px 2px 2px;
	margin: 5px;
	font-size: 16px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #6ba3bc;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	font-weight: bold;
	width:105px;/*	padding: 2px 2px 2px 2px;
	width:52px;
	height:30px;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	color:#666;
	border: none;
	outline: none;
	border-radius: .4em;
	border: .1em solid #AAAAAA;
	box-shadow: 0 0 28px #C5C5C5 inset;*/
}



.bt {
	width:102px;
	height:40px;
	/*color:#9f9f9f;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	background-color:#666;*/
	align: right;
	border:0;
	line-height:12px;
	cursor:pointer;
	background:url(../i/simula1.png) center no-repeat;
	-webkit-transition: all .4s ease-in-out;
	
}

.bt:hover
{
background:url(../i/simula2.png) center no-repeat;
-webkit-transform: scale(1.1);

opacity:0.99;

}



.btsomar1 {
	width:102px;
	height:40px;
	/*color:#9f9f9f;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	background-color:#666;*/
	align: right;
	border: 0;
	outline: none;
	line-height:12px;
	cursor:pointer;
	background:url(../i/calcular1.png) center no-repeat;
	-webkit-transition: all .4s ease-in-out;
}


.btsomar1:hover
{
background:url(../i/calcular2.png) center no-repeat;
-webkit-transform: scale(1.1);

opacity:0.99;

}

body {
	margin-top: 0px;
	text-align: left;
}



@-webkit-keyframes fundo {

0% {
	-webkit-transform:scale(0); 
	opacity: 0.0;
	
	}


100% {
	-webkit-transform:scale(1);

	opacity: 0.8;
	
	}
	

}




@-webkit-keyframes fundofecharr {

0% {
	-webkit-transform:scale(1); 
	opacity: 0.8;
	
	}


100% {
	-webkit-transform:scale(0);

	opacity: 0.0;

	}
	

}



#fundo  {
	
	background:#e4e5e5;
	opacity:0.93;
	width:630px;
	height:580px;
	position:absolute;
	margin-left:2px;
	margin-top:5px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	
-webkit-animation-name: fundo;
-webkit-animation-duration:.7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-in-out;

-moz-animation-name: fundo;
-moz-animation-duration:.7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-in-out;

-o-animation-name: fundo;
-o-animation-duration:.7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-in-out;

animation-name: fundo;
animation-duration:.7s;
animation-iteration-count: 1;
animation-timing-function:ease-in-out;
	
	}
	
	
	#fundofecharr {

	background:#e4e5e5;
	opacity:0.93;
	width:620px;
	height:440px;
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	
-webkit-animation-name: fundofecharr;
-webkit-animation-duration:7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-out;

-moz-animation-name: fundofecharr;
-moz-animation-duration:7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-out;

-o-animation-name: fundofecharr;
-o-animation-duration:7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-out;

animation-name: fundofecharr;
animation-duration:7s;
animation-iteration-count: 1;
animation-timing-function:ease-out;


	
	}	
	
	
			#ffechar {
	cursor:pointer;

	}
	
	

	
