/* CSS Document */

.page{
	width:1000px;
	height:auto;
	margin:auto;
}
.tecnomoz-txt{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.biobox-btn{
	margin-top:10px;
	width:auto;
	height:auto;
	float:left;
	margin-left:20px;
}
.biobox-btn:hover{
  -ms-animation: rotate 1s alternate;
  -o-animation: rotate 1s alternate;
  -webkit-animation: rotate 1s alternate;
  animation: rotate 1s alternate;
}
.rolmap-btn{
	margin-top:10px;
	width:auto;
	height:auto;
	float:left;
	margin-left:45px;
}
.rolmap-btn:hover{
	  -ms-animation: rotate 1s alternate;
  -o-animation: rotate 1s infinite;
  -webkit-animation: rotate 1s alternate;
  animation: rotate 1s alternate;
}
.tica-btn{
	margin-top:10px;
	width:auto;
	height:auto;
	float:left;
	margin-left:50px;
}
.tica-btn:hover{
	  -ms-animation: rotate 1s alternate;
  -o-animation: rotate 1s alternate;
  -webkit-animation: rotate 1s alternate;
  animation: rotate 1s alternate;
}
a{
	text-decoration:none;	
}
.info{
	width:1000px;
	height:auto;
	float:left;
	margin-top:-50px;
	border-radius:10px;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, 	#FFFFFF 0%, #00090D 150%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #00090D 150%);

	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #00090D 150%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1.5, #00090D));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #00090D 150%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FFFFFF 0%, #00090D 150%);
}
.biobox-info{
	margin-top:70px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:300px;
	height:auto;
	text-align:center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right:10px;
	clear: both;
	float: left;
	-ms-animation: animAsterisco1 2s alternate;
  -o-animation: animAsterisco1 2s alternate;
  -webkit-animation: animAsterisco1 2s alternate;
  animation: animAsterisco1 2s alternate;
}
.rolmap-info{
	float:left;
	width: 300px;
	height:auto;
	margin-left:10px;
	margin-top:70px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right:10px;
	-ms-animation: animAsterisco1 2s alternate;
  -o-animation: animAsterisco1 2s alternate;
  -webkit-animation: animAsterisco1 2s alternate;
  animation: animAsterisco1 2s alternate;
}
.tica-info{
	margin-left:10px;
	margin-top:70px;
	width:300px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right:10px;
	padding-bottom:15px;
	-ms-animation: animAsterisco1 2s alternate;
  -o-animation: animAsterisco1 2s alternate;
  -webkit-animation: animAsterisco1 2s alternate;
  animation: animAsterisco1 2s alternate;
}
.copyrights{
	text-align:center;
	padding-left:10px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px
	-ms-animation: animAsterisco2 2s alternate;
  -o-animation: animAsterisco2 2s alternate;
  -webkit-animation: animAsterisco2 2s alternate;
  animation: animAsterisco2 2s alternate;
  margin: 0 auto;
}
