/* estilos pie de pagina*/

div#footer{
	background: #252525;
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
}
div#footer p.text_footer{
	font-family: sans-serif;
	font-size: 14px;
	margin: 15px 20px;
	background: transparent;
	color: #AFAFAF;
}
div#footer p.text_footer a{
	color: #1E90FF;
}
div.sec1_footer{
	border-top: 1px solid #3D3D3D;
	border-bottom: 1px solid #181818;
	text-align: center;
	height: 50px;
}
div.sec2_footer{
	border-top: 1px solid #3D3D3D;
	text-align: center;
	height: auto;
	padding-bottom: 5px;
}
div.sec1_footer p{
	margin: 0;
	line-height: 3px;
	padding: 0;
}
div.sec2_footer p{
	margin: 0;
	line-height: 3px;
	padding: 0;
}