/* CSS Document */

/*CONTS*/
.main{
	margin: 0 auto;
	width: 1000px;
}
.header{
	width: 1000px;
	height: 100px;
	margin-top: 20px;
	border: 1px #333333 solid; } /* T R B L*/
.menu{
	width: 1000px;
	height: 30px;
	background-color: #005984;
	border: 1px #999 solid; }
.content{
	float: left;
	width: 1000px;
	min-height: 600px;
	/*border: 1px #CCCCCC solid;*/ 	}
.footer{
	float: left;
	width: 1000px;
	height: 50px;
	border: 1px #666666 solid;	}

/* */
.data{
	/*float:right;*/
	position: absolute;
	width: 200px; /* 150 */
	height: 30px;
	background-color: #FFFFFF;
	/*border: 1px #999 solid;*/
	margin: 70px auto auto 800px;
	text-align: center;
 }

.fila_a{
	width: 200px; /* 150 */
	height: 20px;
	background-color: #FFFFFF;
	border: 1px #999 solid;
	margin: 0 auto auto 0; /* top right bottom left */ /*margin: 0 auto auto 50px;*/
/*border: 1px #FFFFFF solid;*/ }
.fila_a:hover{background-color: #d1f2eb;}

.act{
	width: 200px; /* 150 */
	height: 50px;
	background-color: #0011ff;
	border: 1px #999 solid;
	margin: 0 auto auto 0; /* top right bottom left */
	text-align: center;
	padding-top: 10px;
/*border: 1px #FFFFFF solid;*/ }

.act:hover{background-color: #00f7ff;
}



/* FONTS */
.sans-12{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;	}
.caibri-12{
	font-family: Calibri;
	font-size: 12px;
	color:#333; }
.sans-16{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333;	}
.sans-16b{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#069;
	text-shadow: 1px #333333 ;}
.sans-16m{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: #333 1px;
	/*margin: 15px 10px auto 10px;*/
	color:#FFF;	}
.calibri-16{
	font-family: Calibri;
	font-size: 16px;
	color:#333; }
.calibri-16v{
	font-family: Calibri;
	font-size: 16px;
	color:#08ff00;
}
.calibri-16r{
	font-family: Calibri;
	font-size: 16px;
	color:#ff0000; 
}
.font002b{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-variant: small-caps;
	color: #3D3D3D; /*#696969 #1e8297 */
	text-shadow: white 0.1em 0.1em 0.2em;
}

.actspan{
	font-family: Calibri;
	font-size: 24px;
	color:#fff;
	text-shadow: #000 0.1em 0.1em 0.2em;
	vertical-align: middle;	
	/*margin: 50% 50% 50% 50%; /* top right bottom left */
}