@charset "utf-8";
/* CSS Document */
#cabecera {    
    width: 920px;
	height: 240px;
}
#mensaje{
	width: 920px;
	height: 70px;
	background-color: #707070;
}
.texto_mensaje{
	width: 637px;
	height: 24px;
	color: #fdfeff;
	font-size: 24px;
	font-weight: 400;
	background-color: #707070;
	text-align: center;
}
.contenido{
	background-color: #FBFBFB;
	border-right-color: #000;
	
}
#contacto{
	
	color: #000001;
	font-weight: 400;
	font-size: 18px;
	float:left;
}
.contacto_txt{
	margin-left:40px;
	width: 142px;
	height: 26px;
	color: #000001;
	font-size: 18px;
	font-weight: 400;
	transform: scale(1.443,1.443);
}
#linea_h{
	width: 225px;
	height: 2px;
	background-color: #7d7d7d;
}
#linea_v{
	margin-left: 15px;
	width: 2px;
	height: 276px;
	background-color: #7d7d7d;
	float:left;
}
#area_fiscal{
/*	margin-left:223px;*/
	width: 700px;
	height: 150px;
	padding: 10px;
	float: left;
}
#contabilidad{
/*	margin-left:223px;*/
	width: 700px;
	padding: 10px;
	float: left;
}
#nominas{
/*	margin-left:223px;*/
	width: 700px;

	float: left;
}
.area_img{
	width: 190px;
	height: 131px;
	float: left;
}
.area_txt{
	width: 142px;
	height: 26px;
	color: #000001;
	font-size: 18px;
	font-weight: 400;
	transform: scale(1.443,1.443);
	margin-left:223px;
}
.pie{
	color: #fdfeff;
	font-size: 12px;
	font-weight: 400;
	background-color: #707070;
}