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

#foter{
	height:266px;
	width:100%;
	background-color:#1a1a1a;
	text-align:left;
	position:relative;
}
#foter_inter{
	width:1000px;
	margin:auto;
	padding-top:20px;
	
	color:#fff;
	font-family:"Century Gothic";
	font-size:10px;
	line-height:13px;	
	}
#foter_size{
	width:199px;
	padding-left:25px;
	padding-right:25px;
	float:left;}

#foter_int1{
	width:249px;
	padding-left:30px;
	float:left;}

#foter_int2{
	width:157px;
	padding-left:30px;
	padding-right:30px;
	float:left;
	}
.fuente12{
	font-family:"Century Gothic";
	font-size:12px;
	}
#contador{
	background-image:url(../footerMega/imagenes/contador.png);
	float:none;
	background-repeat:no-repeat;
	width:101px;
	height:22px;
	font-family:"Century Gothic";
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	line-height:20px;}
	
.link_blanco{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	}
.link_blanco:hover{
	text-shadow:0 0 3px #000;
}			
.linea_fot{
	height:1px;
	width:200px;
	/*float:left;*/	
	background-color:#5a5a5a;
	margin-top:10px;
	margin:5px 0 10px 0;
}
.clearFooter{
	margin:10px;
	clear:both;
}