@charset "utf-8";
/* CSS Document */


/*Class Footer*/	
.footer
{
    clear:both; 
	margin-top: 12px;
	width:1015px;
	margin:0 auto 0 auto;
}
.footer_line
{
    clear: both;
	width: 100%; 
	border-top: 1px solid #dedede; 
	margin-bottom: 1px;
	margin-top:1px;
}
.footer_datos
{
  	border-top: 1px solid #dedede;
 	border-bottom: 1px solid #dedede; 
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12px; 
  	color: #666666; 
 	text-align: center; 
     text-decoration:none;
 	padding: 14px 0px;
}
.footer_lineizq
{
 	float: left; 
	border-top: 1px solid #dedede; 
	border-bottom: 1px solid #dedede; 
	width: 382px;/*modificar el tamaño*/
	height:1px; 
 	margin-top: 38px;
}
.footer_image
{
 	float:left; 
	margin: 0px 24px;
}
.footer_lineder
{
	float: left; 
	border-top: 1px solid #dedede; 
	border-bottom: 1px solid #dedede; 
	width: 382px;/*modificar el tamaño*/ 
	height:1px; 
	margin-top: 38px;
}
.footer_margen
{
    clear: both; 
	width: 900px;
}
.footer_direc
{
    margin: 32px auto 42px auto; 
	text-align: center; 
	font-family: 'Times New Roman', serif; 
	font-size: 13px;
}
.footer_p
{
    color: #808080; 
    padding: 0; 
    line-height: 15px;
    text-decoration:none;
}

 
